project.properties revision b227f89b8c13b15a9372ce56713c024f7f73be35
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/
ead9bb4b1be81d7bbf8ed86ee41d6c1e58b069a3Yuri Pankovbuild.classes.excludes=**/*.lex,**/*.html,**/*.java,**/*.form
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe# This directory is removed when the project is cleaned:
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowebuild.generated.sources.dir=${build.dir}/generated-sources
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe# Only compile against the classpath explicitly listed here:
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowebuild.test.classes.dir=${build.dir}/test/classes
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowebuild.test.results.dir=${build.dir}/test/results
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.lucene-core-3.0.2.jar=lib/lucene-core-3.0.2.jar
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowefile.reference.lucene-spellchecker-3.0.2.jar=lib/lucene-spellchecker-3.0.2.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 Lowe ${file.reference.lucene-spellchecker-3.0.2.jar}
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe# Space-separated list of extra javac options
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowejaxbwiz.endorsed.dirs="${netbeans.home}/../ide12/modules/ext/jaxb/api"
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):