venice-main-classic/build.properties.sample

90 lines
2.9 KiB
Plaintext

# The contents of this file are subject to the Mozilla Public License Version 1.1
# (the "License"); you may not use this file except in compliance with the License.
# You may obtain a copy of the License at <http://www.mozilla.org/MPL/>.
#
# Software distributed under the License is distributed on an "AS IS" basis, WITHOUT
# WARRANTY OF ANY KIND, either express or implied. See the License for the specific
# language governing rights and limitations under the License.
#
# The Original Code is the Venice Web Communities System.
#
# The Initial Developer of the Original Code is Eric J. Bowersox <erbo@users.sf.net>,
# for Silverwrist Design Studios. Portions created by Eric J. Bowersox are
# Copyright (C) 2003-2006 Eric J. Bowersox/Silverwrist Design Studios. All Rights Reserved.
#
# Contributor(s):
#########################################################################################
# [Compilation control flags]
# compile.debug=on
# compile.deprecation=off
# compile.optimize=on
# build.compiler=modern
# [Target directories]
deploy.home=/home/erbo/venice
# javadoc.home=${deploy.home}/javadoc
# logging.dir=${user.home}
# [Location of Servlet API 2.4]
servlet.base=/usr/local/java/apache-tomcat-5.5.15
servlet.lib=${servlet.base}/common/lib
# servlet.jarfile=servlet-api.jar
# [Location of JSP API 2.0]
jsp.base=/usr/local/java/apache-tomcat-5.5.15
jsp.lib=${jsp.base}/common/lib
# jsp.jarfile=jsp-api.jar
# [Location of Commons Collections Library 3.1]
collections.base=/usr/local/java/commons-collections-3.1
# collections.lib=${collections.base}
# collections.jarfile=commons-collections-3.1.jar
# [Location of Commons Codec Library 1.3]
codec.base=/usr/local/java/commons-codec-1.3
# codec.lib=${codec.base}
# codec.jarfile=commons-codec-1.3.jar
# [Location of Commons HTTP Client Library 3.0]
httpclient.base=/usr/local/java/commons-httpclient-3.0
# httpclient.lib=${httpclient.base}
# httpclient.jarfile=commons-httpclient-3.0.jar
# [Location of Jakarta Regexp Library 1.4]
regexp.base=/usr/local/java/jakarta-regexp-1.4
# regexp.lib=${regexp.base}
# regexp.jarfile=jakarta-regexp-1.4.jar
# [Location of Log4J 1.2.13]
log4j.base=/usr/local/java/logging-log4j-1.2.13
# log4j.lib=${log4j.base}/dist/lib
# log4j.jarfile=log4j-1.2.13.jar
# [Location of Bean Scripting Framework 2.3]
bsf.base=/usr/local/java/bsf-2.3.0
# bsf.lib=${bsf.base}/lib
# bsf.jarfile=bsf.jar
# [Location of Jacl 1.3.2]
jacl.base=/usr/local/java/jacl1.3.2
# jacl.lib=${jacl.base}
# jacl.jarfile=jacl.jar
# jacl.tcljarfile=tcljava.jar
# [Location of Rhino 1.5R4.1]
rhino.base=/usr/local/java/rhino1_5R4_1
# rhino.lib=${rhino.base}
# rhino.jarfile=js.jar
# [Location of Velocity 1.4]
velocity.base=/usr/local/java/velocity-1.4
# velocity.lib=${velocity.base}
# velocity.jarfile=velocity-1.4.jar
# [Tomcat 5 deploy properties]
# tomcat5.base=../tomcat5
# tomcat5.confdir=${tomcat5.base}/conf/Catalina/localhost
# tomcat5.deployAs=${ant.project.name}