7da8104954
appropriate query methods in IndexService
74 lines
2.4 KiB
Plaintext
74 lines
2.4 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@silcom.com>,
|
|
# for Silverwrist Design Studios. Portions created by Eric J. Bowersox are
|
|
# Copyright (C) 2003 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
|
|
|
|
# [Logging directory]
|
|
# logfile.dir=${user.home}
|
|
|
|
# [Location of JavaCC 3.0]
|
|
javacc.base=/usr/local/java/javacc-3.0
|
|
# javacc.lib=${javacc.base}/bin/lib
|
|
# javacc.jarfile=javacc.jar
|
|
|
|
# [Location of Servlet API 2.3]
|
|
servlet.base=/usr/local/jakarta/jakarta-tomcat-4.1.24-LE-jdk14
|
|
servlet.lib=${servlet.base}/common/lib
|
|
# servlet.jarfile=servlet.jar
|
|
|
|
# [Location of Bean Scripting Framework 2.3]
|
|
bsf.base=/usr/local/jakarta/bsf-2.3.0
|
|
# bsf.lib=${bsf.base}/lib
|
|
# bsf.jarfile=bsf.jar
|
|
|
|
# [Location of Commons Collections Library 2.1]
|
|
collections.base=/usr/local/jakarta/commons-collections-2.1
|
|
# collections.lib=${collections.base}
|
|
# collections.jarfile=commons-collections.jar
|
|
|
|
# [Location of Commons Lang Library 1.0.1]
|
|
commlang.base=/usr/local/jakarta/commons-lang-1.0.1
|
|
# commlang.lib=${commlang.base}
|
|
commlang.jarfile=commons-lang-1.0.1.jar
|
|
|
|
# [Location of Rhino 1.5R3]
|
|
rhino.base=/usr/local/java/rhino1_5R3
|
|
# rhino.lib=${rhino.base}
|
|
# rhino.jarfile=js.jar
|
|
|
|
# [Location of Log4J 1.2.7]
|
|
log4j.base=/usr/local/jakarta/jakarta-log4j-1.2.7
|
|
# log4j.lib=${log4j.base}/dist/lib
|
|
log4j.jarfile=log4j-1.2.7.jar
|
|
|
|
# [Location of Velocity 1.3.1]
|
|
velocity.base=/usr/local/jakarta/velocity-1.3.1
|
|
# velocity.lib=${velocity.base}
|
|
velocity.jarfile=velocity-1.3.1.jar
|
|
|
|
# [Location of Lucene 1.3RC1]
|
|
lucene.base=/usr/local/jakarta/lucene-1.3-rc1
|
|
# lucene.lib=${lucene.base}
|
|
lucene.jarfile=lucene-1.3-rc1.jar
|
|
|
|
# [Location of SourceID SSO 1.0b7/1.0 (optional)]
|
|
# sourceid.base=${user.home}/sso
|