project.properties revision 2ba599c0d79caf59996d8b54a0490bb968442134
5853N/Aannotation.processing.enabled=true
5853N/Aannotation.processing.enabled.in.editor=false
5853N/Aannotation.processing.run.all.processors=true
5853N/A# The ant.library.dir property is only needed by NetBeans so that it
5853N/A# knows how to expand file.reference.ant.jar later in the file. Ant
5853N/A# will ignore the setting of this property since properties are
5853N/A# read-only and ant.home is predefined by Ant.
5853N/Aant.library.dir=${ant.home}/lib
5853N/A
5853N/Aapplication.homepage=http://www.opensolaris.org/os/project/opengrok/
5853N/Aapplication.title=OpenGrok
5853N/Aapplication.vendor=
5853N/Abuild.classes.dir=${build.dir}/classes
5853N/Abuild.classes.excludes=**/*.lex,**/*.html,**/*.java,**/*.form
5853N/A# This directory is removed when the project is cleaned:
5853N/Abuild.dir=build
5853N/Abuild.generated.dir=${build.dir}/generated
5853N/Abuild.generated.sources.dir=${build.dir}/generated-sources
5853N/A# Only compile against the classpath explicitly listed here:
5853N/Abuild.sysclasspath=ignore
5853N/Abuild.test.classes.dir=${build.dir}/test/classes
5853N/Abuild.test.results.dir=${build.dir}/test/results
5853N/Abuild.test.reposroots=${build.dir}/test/reposroots
5853N/Adebug.classpath=\
5853N/A ${run.classpath}
5853N/Adebug.test.classpath=\
5853N/A ${run.test.classpath}
5853N/A# This directory is removed when the project is cleaned:
5853N/Adist.dir=dist
5853N/Adist.jar=${dist.dir}/opengrok.jar
5853N/Adist.war=${dist.dir}/source.war
5853N/Adist.javadoc.dir=${dist.dir}/javadoc
5853N/Aendorsed.classpath=
5853N/Aexcludes=
5853N/Afile.reference.ant.jar=${ant.library.dir}/ant.jar
5853N/Afile.reference.bcel-5.2.jar=lib/bcel-5.2.jar
5853N/Afile.reference.jakarta-oro-2.0.8.jar=lib/jakarta-oro-2.0.8.jar
5853N/Afile.reference.lucene-core-3.0.2.jar=lib/lucene-core-3.0.2.jar
5853N/Afile.reference.lucene-spellchecker-3.0.2.jar=lib/lucene-spellchecker-3.0.2.jar
5853N/Afile.reference.jrcs.jar=lib/jrcs.jar
5853N/Afile.reference.servlet-api.jar=lib/servlet-api.jar
5853N/Afile.reference.swing-layout-0.9.jar=lib/swing-layout-0.9.jar
5853N/Aincludes=**
5853N/Ajar.compress=false
5853N/Ajavac.classpath=\
5853N/A ${file.reference.ant.jar}:\
5853N/A ${file.reference.bcel-5.2.jar}:\
5853N/A ${file.reference.jakarta-oro-2.0.8.jar}:\
5853N/A ${file.reference.jrcs.jar}:\
5853N/A ${file.reference.servlet-api.jar}:\
5853N/A ${file.reference.swing-layout-0.9.jar}:\
5853N/A ${file.reference.lucene-core-3.0.2.jar}:\
${file.reference.lucene-spellchecker-3.0.2.jar}
# Space-separated list of extra javac options
javac.compilerargs=-Xlint:unchecked
javac.deprecation=true
javac.processorpath=\
${javac.classpath}
javac.source=1.6
javac.target=1.6
javac.test.classpath=\
${javac.classpath}:\
${build.classes.dir}:\
${libs.junit_4.classpath}:\
${java.class.path}
javadoc.additionalparam=
javadoc.author=false
javadoc.encoding=${source.encoding}
javadoc.noindex=false
javadoc.nonavbar=false
javadoc.notree=false
javadoc.private=false
javadoc.splitindex=true
javadoc.use=true
javadoc.version=false
javadoc.windowtitle=
jaxbwiz.endorsed.dirs="${netbeans.home}/../ide12/modules/ext/jaxb/api"
jnlp.codebase.type=local
jnlp.codebase.url=file:/home/trond/projects/OpenGrok/trunk/dist/
jnlp.enabled=false
jnlp.offline-allowed=false
jnlp.signed=false
main.class=org.opensolaris.opengrok.index.Indexer
manifest.file=manifest.mf
meta.inf.dir=${src.dir}/META-INF
platform.active=default_platform
run.classpath=\
${javac.classpath}:\
${build.classes.dir}
# Space-separated list of JVM arguments used when running the project
# (you may also define separate properties like run-sys-prop.name=value instead of -Dname=value
# or test-sys-prop.name=value to set system properties for unit tests):
run.jvmargs=-enableassertions:org.opensolaris.opengrok...
run.test.classpath=\
${javac.test.classpath}:\
${build.test.classes.dir}:\
lib/derby.jar
source.encoding=UTF-8
src.dir=src
src.generatedsrc.dir=generatedsrc
test.src.dir=test