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