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