project.properties revision 67b14513c549ae0027ba7590e736b3dd3281db7c
9661674ed58ba62a40e43d1a4b38d5e77c3c6545Knut Anders Hatlen# The ant.library.dir property is only needed by NetBeans so that it
9661674ed58ba62a40e43d1a4b38d5e77c3c6545Knut Anders Hatlen# knows how to expand file.reference.ant.jar later in the file. Ant
9661674ed58ba62a40e43d1a4b38d5e77c3c6545Knut Anders Hatlen# will ignore the setting of this property since properties are
551b849ce88d596dc52dda2f78229a932b339c78Lubos Kosco# read-only and ant.home is predefined by Ant.
a1318a82916028f363b3c5b52e7fd7256b632497Trond Norbyeapplication.homepage=http://www.opensolaris.org/os/project/opengrok/
477c09a2656e6a2c1075425ad81e61d594164fa9Lubos Koscobuild.classes.excludes=**/*.lex,**/*.html,**/*.java,**/*.form
a1318a82916028f363b3c5b52e7fd7256b632497Trond Norbye# This directory is removed when the project is cleaned:
98774b0b90e4da0f3f2c5e4856bcbbf366ed0fe0Knut Anders Hatlenbuild.generated.sources.dir=${build.dir}/generated-sources
a1318a82916028f363b3c5b52e7fd7256b632497Trond Norbye# Only compile against the classpath explicitly listed here:
a1318a82916028f363b3c5b52e7fd7256b632497Trond Norbyebuild.test.classes.dir=${build.dir}/test/classes
a1318a82916028f363b3c5b52e7fd7256b632497Trond Norbyebuild.test.results.dir=${build.dir}/test/results
afb218f076cae538126a5f931299a82a114a075aKnut Anders Hatlenbuild.test.reposroots=${build.dir}/test/reposroots
a1318a82916028f363b3c5b52e7fd7256b632497Trond Norbye# This directory is removed when the project is cleaned:
9661674ed58ba62a40e43d1a4b38d5e77c3c6545Knut Anders Hatlenfile.reference.ant.jar=${ant.library.dir}/ant.jar
6d7c6f82e644c205bc679ee5b1fa2929ec949963Lubos Koscolucene-core.jar=lucene-core-${lucene.version}.jar
6d7c6f82e644c205bc679ee5b1fa2929ec949963Lubos Koscolucene-spellchecker.jar=lucene-spellchecker-${lucene.version}.jar
6d7c6f82e644c205bc679ee5b1fa2929ec949963Lubos Koscofile.reference.lucene-core.jar=lib/${lucene-core.jar}
6d7c6f82e644c205bc679ee5b1fa2929ec949963Lubos Koscofile.reference.lucene-spellchecker.jar=lib/${lucene-spellchecker.jar}
a1318a82916028f363b3c5b52e7fd7256b632497Trond Norbyefile.reference.servlet-api.jar=lib/servlet-api.jar
a1318a82916028f363b3c5b52e7fd7256b632497Trond Norbyefile.reference.swing-layout-0.9.jar=lib/swing-layout-0.9.jar
a1318a82916028f363b3c5b52e7fd7256b632497Trond Norbye# Space-separated list of extra javac options
87396bac3204b6788c817e19222626eefde8f3f0Knut Anders Hatlenjaxbwiz.endorsed.dirs="${netbeans.home}/../ide12/modules/ext/jaxb/api"
a1318a82916028f363b3c5b52e7fd7256b632497Trond Norbyejnlp.codebase.url=file:/home/trond/projects/OpenGrok/trunk/dist/
a1318a82916028f363b3c5b52e7fd7256b632497Trond Norbyemain.class=org.opensolaris.opengrok.index.Indexer
a1318a82916028f363b3c5b52e7fd7256b632497Trond Norbyeplatform.active=default_platform
a1318a82916028f363b3c5b52e7fd7256b632497Trond Norbye# Space-separated list of JVM arguments used when running the project
a1318a82916028f363b3c5b52e7fd7256b632497Trond Norbye# (you may also define separate properties like run-sys-prop.name=value instead of -Dname=value
a1318a82916028f363b3c5b52e7fd7256b632497Trond Norbye# or test-sys-prop.name=value to set system properties for unit tests):
b310c0aeaec52a0246021104b8f52cbb31b68480Lubos Koscorun.jvmargs=-ea -enableassertions:org.opensolaris.opengrok...