project.properties revision 25fddb6fbc2130e3847315ff2b0b6819ff3fecca
9ec7787531611654e8f50932473aa48963eaba55Trond Norbye# The ant.library.dir property is only needed by NetBeans so that it
9ec7787531611654e8f50932473aa48963eaba55Trond Norbye# knows how to expand file.reference.ant.jar later in the file. Ant
9ec7787531611654e8f50932473aa48963eaba55Trond Norbye# will ignore the setting of this property since properties are
9ec7787531611654e8f50932473aa48963eaba55Trond Norbye# read-only and ant.home is predefined by Ant.
9ec7787531611654e8f50932473aa48963eaba55Trond Norbyeapplication.homepage=http://www.opensolaris.org/os/project/opengrok/
9ec7787531611654e8f50932473aa48963eaba55Trond Norbyebuild.classes.excludes=**/*.java,**/*.form
9ec7787531611654e8f50932473aa48963eaba55Trond Norbye# This directory is removed when the project is cleaned:
9ec7787531611654e8f50932473aa48963eaba55Trond Norbyebuild.generated.sources.dir=${build.dir}/generated-sources
9ec7787531611654e8f50932473aa48963eaba55Trond Norbye# Only compile against the classpath explicitly listed here:
9ec7787531611654e8f50932473aa48963eaba55Trond Norbyebuild.test.classes.dir=${build.dir}/test/classes
9ec7787531611654e8f50932473aa48963eaba55Trond Norbyebuild.test.results.dir=${build.dir}/test/results
d470e59c0405a31b7e5f194bd9b705e91b12bf0aKryštof Tulingerbuild.test.reposroots=${build.dir}/test/reposroots
97392391f0ead9459420b52641646a1ffa270f61Trond Norbye# This directory is removed when the project is cleaned:
97392391f0ead9459420b52641646a1ffa270f61Trond Norbyefile.reference.ant.jar=${ant.library.dir}/ant.jar
3964f12b6c2f77701e771971afc8ac5995843b41Trond Norbyefile.reference.jakarta-oro-2.0.8.jar=lib/jakarta-oro-2.0.8.jar
ff5eba819da0cf7964d884630fb13262ef12c505Trond Norbyefile.reference.lucene-core-2.4.1.jar=lib/lucene-core-2.4.1.jar
d470e59c0405a31b7e5f194bd9b705e91b12bf0aKryštof Tulingerfile.reference.lucene-spellchecker-2.4.1.jar=lib/lucene-spellchecker-2.4.1.jar
d470e59c0405a31b7e5f194bd9b705e91b12bf0aKryštof Tulingerfile.reference.org.apache.commons.jrcs.diff.jar=lib/org.apache.commons.jrcs.diff.jar
9ec7787531611654e8f50932473aa48963eaba55Trond Norbyefile.reference.org.apache.commons.jrcs.rcs.jar=lib/org.apache.commons.jrcs.rcs.jar
ff5eba819da0cf7964d884630fb13262ef12c505Trond Norbyefile.reference.servlet-api.jar=lib/servlet-api.jar
50203181d8c071cfd69cb197b5da0eda5c4d6372Jens Elknerfile.reference.swing-layout-0.9.jar=lib/swing-layout-0.9.jar
9ec7787531611654e8f50932473aa48963eaba55Trond Norbyefile.reference.jmxremote_optional.jar=lib/jmxremote_optional.jar
27fefc4a4ce87f5424c87bf7f4c772efa1c1b8a8Knut Anders Hatlen ${file.reference.jakarta-oro-2.0.8.jar}:\
7437500b1c5e3e7de632e58a8923760fbbcafe07Kryštof Tulinger ${file.reference.org.apache.commons.jrcs.diff.jar}:\
7437500b1c5e3e7de632e58a8923760fbbcafe07Kryštof Tulinger ${file.reference.org.apache.commons.jrcs.rcs.jar}:\
7437500b1c5e3e7de632e58a8923760fbbcafe07Kryštof Tulinger ${file.reference.lucene-spellchecker-2.4.1.jar}:\
3964f12b6c2f77701e771971afc8ac5995843b41Trond Norbye# Space-separated list of extra javac options
6fd168587048fe0e2cb37acdcc9ae9764c83b2d2Trond Norbyejnlp.codebase.url=file:/home/trond/projects/OpenGrok/trunk/dist/
27fefc4a4ce87f5424c87bf7f4c772efa1c1b8a8Knut Anders Hatlenmain.class=org.opensolaris.opengrok.index.Indexer
27fefc4a4ce87f5424c87bf7f4c772efa1c1b8a8Knut Anders Hatlen# Space-separated list of JVM arguments used when running the project
3964f12b6c2f77701e771971afc8ac5995843b41Trond Norbye# (you may also define separate properties like run-sys-prop.name=value instead of -Dname=value
d470e59c0405a31b7e5f194bd9b705e91b12bf0aKryštof Tulinger# or test-sys-prop.name=value to set system properties for unit tests):