project.properties revision 4a1d9ac86c537d8f0e0d38740d46a69586a358b5
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe# The ant.library.dir property is only needed by NetBeans so that it
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe# knows how to expand file.reference.ant.jar later in the file. Ant
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe# will ignore the setting of this property since properties are
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe# read-only and ant.home is predefined by Ant.
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Loweapplication.homepage=http://www.opensolaris.org/os/project/opengrok/
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowebuild.classes.excludes=**/*.java,**/*.form
a9478106a12424322498e53cf7cd75bd8a4d6004Yuri Pankov# This directory is removed when the project is cleaned:
5dbfd19ad5fcc2b779f40f80fa05c1bd28fd0b4eTheo Schlossnaglebuild.generated.sources.dir=${build.dir}/generated-sources
2d08521bd15501c8370ba2153b9cca4f094979d0Garrett D'Amore# Only compile against the classpath explicitly listed here:
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowebuild.test.classes.dir=${build.dir}/test/classes
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowebuild.test.reposroots=${build.dir}/test/reposroots
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe# This directory is removed when the project is cleaned:
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowefile.reference.ant.jar=${ant.library.dir}/ant.jar
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowefile.reference.jakarta-oro-2.0.8.jar=lib/jakarta-oro-2.0.8.jar
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowefile.reference.lucene-core-2.4.1.jar=lib/lucene-core-2.4.1.jar
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowefile.reference.lucene-spellchecker-2.4.1.jar=lib/lucene-spellchecker-2.4.1.jar
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowefile.reference.org.apache.commons.jrcs.diff.jar=lib/org.apache.commons.jrcs.diff.jar
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowefile.reference.org.apache.commons.jrcs.rcs.jar=lib/org.apache.commons.jrcs.rcs.jar
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowefile.reference.servlet-api.jar=lib/servlet-api.jar
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowefile.reference.swing-layout-0.9.jar=lib/swing-layout-0.9.jar
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowefile.reference.jmxremote_optional.jar=lib/jmxremote_optional.jar
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe ${file.reference.org.apache.commons.jrcs.diff.jar}:\
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe ${file.reference.org.apache.commons.jrcs.rcs.jar}:\
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe ${file.reference.lucene-spellchecker-2.4.1.jar}:\
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe# Space-separated list of extra javac options
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowejnlp.codebase.url=file:/home/trond/projects/OpenGrok/trunk/dist/
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowemain.class=org.opensolaris.opengrok.index.Indexer
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Loweplatform.active=default_platform
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe# Space-separated list of JVM arguments used when running the project
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe# (you may also define separate properties like run-sys-prop.name=value instead of -Dname=value
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe# or test-sys-prop.name=value to set system properties for unit tests):