2004-03-07 22:13:29 -07:00
|
|
|
# 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@silcom.com>,
|
|
|
|
# for Silverwrist Design Studios. Portions created by Eric J. Bowersox are
|
|
|
|
# Copyright (C) 2003-2004 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
|
|
|
|
|
|
|
|
# [Location of Servlet API 2.3]
|
|
|
|
servlet.base=/usr/local/java/jakarta-tomcat-4.1.29
|
|
|
|
servlet.lib=${servlet.base}/common/lib
|
|
|
|
# servlet.jarfile=servlet.jar
|
|
|
|
|
|
|
|
# [Location of Commons Collections Library 2.1]
|
|
|
|
collections.base=/usr/local/java/commons-collections-2.1
|
|
|
|
# collections.lib=${collections.base}
|
|
|
|
# collections.jarfile=commons-collections.jar
|
|
|
|
|
2004-06-08 22:10:52 -06:00
|
|
|
# [Location of Commons Codec Library 1.2]
|
|
|
|
codec.base=/usr/local/java/commons-codec-1.2
|
|
|
|
# codec.lib=${codec.base}
|
|
|
|
# codec.jarfile=commons-codec-1.2.jar
|
|
|
|
|
2004-03-07 22:13:29 -07:00
|
|
|
# [Location of Jakarta Regexp Library 1.3]
|
|
|
|
regexp.base=/usr/local/java/jakarta-regexp-1.3
|
|
|
|
# regexp.lib=${regexp.base}
|
|
|
|
# regexp.jarfile=jakarta-regexp-1.3.jar
|
|
|
|
|
|
|
|
# [Location of Log4J 1.2.8]
|
|
|
|
log4j.base=/usr/local/java/jakarta-log4j-1.2.8
|
|
|
|
# log4j.lib=${log4j.base}/dist/lib
|
|
|
|
# log4j.jarfile=log4j-1.2.8.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.1]
|
|
|
|
jacl.base=/usr/local/java/jacl1.3.1
|
|
|
|
# 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
|