project.properties revision 1481
963N/Aannotation.processing.enabled=true
649N/Aannotation.processing.enabled.in.editor=false
649N/Aannotation.processing.processors.list=
919N/Aannotation.processing.run.all.processors=true
919N/A# The ant.library.dir property is only needed by NetBeans so that it
919N/A# knows how to expand file.reference.ant.jar later in the file. Ant
919N/A# will ignore the setting of this property since properties are
919N/A# read-only and ant.home is predefined by Ant.
919N/Aant.library.dir=${ant.home}/lib
919N/A
919N/Aapplication.homepage=http://www.opensolaris.org/os/project/opengrok/
919N/Aapplication.title=OpenGrok
919N/Aapplication.vendor=
919N/Abuild.classes.dir=${build.dir}/classes
919N/Abuild.classes.excludes=**/*.lex,**/*.html,**/*.java,**/*.form
919N/A# This directory is removed when the project is cleaned:
919N/Abuild.dir=build
919N/Abuild.generated.dir=${build.dir}/generated
919N/Abuild.generated.sources.dir=${build.dir}/generated-sources
919N/A# Only compile against the classpath explicitly listed here:
649N/Abuild.sysclasspath=ignore
649N/Abuild.test.classes.dir=${build.dir}/test/classes
649N/Abuild.test.results.dir=${build.dir}/test/results
649N/Abuild.test.reposroots=${build.dir}/test/reposroots
649N/Adebug.classpath=\
649N/A ${run.classpath}
649N/Adebug.test.classpath=\
649N/A ${run.test.classpath}
649N/A# This directory is removed when the project is cleaned:
649N/Adist.dir=dist
649N/Adist.jar=${dist.dir}/opengrok.jar
649N/Adist.war=${dist.dir}/source.war
649N/Adist.javadoc.dir=${dist.dir}/javadoc
649N/Aendorsed.classpath=
649N/Aexcludes=
649N/Afile.reference.ant.jar=${ant.library.dir}/ant.jar
649N/Afile.reference.bcel-5.2.jar=lib/bcel-5.2.jar
649N/Afile.reference.jrcs.jar=lib/jrcs.jar
963N/Afile.reference.opengrok-dev-test=test
963N/Alucene.version=3.6.0
963N/Alucene-core.jar=lucene-core-${lucene.version}.jar
963N/Alucene-spellchecker.jar=lucene-spellchecker-${lucene.version}.jar
file.reference.lucene-core.jar=lib/${lucene-core.jar}
file.reference.lucene-spellchecker.jar=lib/${lucene-spellchecker.jar}
file.reference.servlet-api.jar=lib/servlet-api.jar
file.reference.swing-layout-0.9.jar=lib/swing-layout-0.9.jar
includes=**
jar.compress=false
javac.classpath=\
${file.reference.ant.jar}:\
${file.reference.bcel-5.2.jar}:\
${file.reference.jrcs.jar}:\
${file.reference.servlet-api.jar}:\
${file.reference.swing-layout-0.9.jar}:\
${file.reference.lucene-core.jar}:\
${file.reference.lucene-spellchecker.jar}
# Space-separated list of extra javac options
javac.compilerargs=-Xlint:unchecked
javac.deprecation=true
javac.processorpath=\
${javac.classpath}
javac.source=1.7
javac.target=1.7
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
mkdist.disabled=false
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=-ea -enableassertions:org.opensolaris.opengrok...
run.test.classpath=\
${javac.test.classpath}:\
${build.test.classes.dir}:\
lib/derby.jar:\
${file.reference.opengrok-dev-test}
source.encoding=UTF-8
src.dir=src
src.generatedsrc.dir=generatedsrc
test.src.dir=test