project.properties revision ab4ab2edaac480f68b476dc19e015c54cd4f1978
70N/Aannotation.processing.enabled=true
70N/Aannotation.processing.enabled.in.editor=false
286N/Aannotation.processing.run.all.processors=true
70N/A# The ant.library.dir property is only needed by NetBeans so that it
70N/A# knows how to expand file.reference.ant.jar later in the file. Ant
70N/A# will ignore the setting of this property since properties are
70N/A# read-only and ant.home is predefined by Ant.
70N/Aant.library.dir=${ant.home}/lib
70N/A
70N/Aapplication.homepage=http://www.opensolaris.org/os/project/opengrok/
70N/Aapplication.title=OpenGrok
70N/Aapplication.vendor=
70N/Abuild.classes.dir=${build.dir}/classes
70N/Abuild.classes.excludes=**/*.java,**/*.form
70N/A# This directory is removed when the project is cleaned:
70N/Abuild.dir=build
70N/Abuild.generated.dir=${build.dir}/generated
70N/Abuild.generated.sources.dir=${build.dir}/generated-sources
70N/A# Only compile against the classpath explicitly listed here:
70N/Abuild.sysclasspath=ignore
70N/Abuild.test.classes.dir=${build.dir}/test/classes
70N/Abuild.test.results.dir=${build.dir}/test/results
70N/Abuild.test.reposroots=${build.dir}/test/reposroots
70N/Adebug.classpath=\
70N/A ${run.classpath}
70N/Adebug.test.classpath=\
70N/A ${run.test.classpath}
70N/A# This directory is removed when the project is cleaned:
70N/Adist.dir=dist
70N/Adist.jar=${dist.dir}/opengrok.jar
347N/Adist.war=${dist.dir}/source.war
70N/Adist.javadoc.dir=${dist.dir}/javadoc
70N/Aendorsed.classpath=
70N/Aexcludes=
98N/Afile.reference.ant.jar=${ant.library.dir}/ant.jar
321N/Afile.reference.bcel-5.2.jar=lib/bcel-5.2.jar
321N/Afile.reference.jakarta-oro-2.0.8.jar=lib/jakarta-oro-2.0.8.jar
213N/Afile.reference.lucene-core-3.0.2.jar=lib/lucene-core-3.0.2.jar
304N/Afile.reference.lucene-spellchecker-3.0.2.jar=lib/lucene-spellchecker-3.0.2.jar
325N/Afile.reference.org.apache.commons.jrcs.diff.jar=lib/org.apache.commons.jrcs.diff.jar
320N/Afile.reference.org.apache.commons.jrcs.rcs.jar=lib/org.apache.commons.jrcs.rcs.jar
332N/Afile.reference.servlet-api.jar=lib/servlet-api.jar
231N/Afile.reference.swing-layout-0.9.jar=lib/swing-layout-0.9.jar
98N/A#file.reference.jdmkrt.jar=lib/jdmkrt.jar
347N/Afile.reference.jmxremote_optional.jar=lib/jmxremote_optional.jar
346N/Aincludes=**
324N/Ajar.compress=false
347N/Ajavac.classpath=\
310N/A ${file.reference.ant.jar}:\
316N/A ${file.reference.bcel-5.2.jar}:\
290N/A ${file.reference.jakarta-oro-2.0.8.jar}:\
332N/A ${file.reference.org.apache.commons.jrcs.diff.jar}:\
332N/A ${file.reference.org.apache.commons.jrcs.rcs.jar}:\
332N/A ${file.reference.servlet-api.jar}:\
210N/A ${file.reference.swing-layout-0.9.jar}:\
128N/A ${file.reference.lucene-core-3.0.2.jar}:\
326N/A ${file.reference.lucene-spellchecker-3.0.2.jar}:\
335N/A ${file.reference.jmxremote_optional.jar}
70N/A# ${file.reference.jdmkrt.jar}:\
294N/A
98N/A# Space-separated list of extra javac options
277N/Ajavac.compilerargs=-Xlint:unchecked
289N/Ajavac.deprecation=true
326N/Ajavac.processorpath=\
290N/A ${javac.classpath}
286N/Ajavac.source=1.6
90N/Ajavac.target=1.6
295N/Ajavac.test.classpath=\
70N/A ${javac.classpath}:\
299N/A ${build.classes.dir}:\
262N/A ${libs.junit_4.classpath}:\
277N/A ${java.class.path}
332N/Ajavadoc.additionalparam=
332N/Ajavadoc.author=false
70N/Ajavadoc.encoding=${source.encoding}
70N/Ajavadoc.noindex=false
319N/Ajavadoc.nonavbar=false
280N/Ajavadoc.notree=false
319N/Ajavadoc.private=false
70N/Ajavadoc.splitindex=true
70N/Ajavadoc.use=true
98N/Ajavadoc.version=false
98N/Ajavadoc.windowtitle=
231N/Ajaxbwiz.endorsed.dirs="${netbeans.home}/../ide12/modules/ext/jaxb/api"
98N/Ajnlp.codebase.type=local
156N/Ajnlp.codebase.url=file:/home/trond/projects/OpenGrok/trunk/dist/
156N/Ajnlp.enabled=false
98N/Ajnlp.offline-allowed=false
70N/Ajnlp.signed=false
70N/Amain.class=org.opensolaris.opengrok.index.Indexer
70N/Amanifest.file=manifest.mf
70N/Ameta.inf.dir=${src.dir}/META-INF
70N/Aplatform.active=default_platform
70N/Arun.classpath=\
70N/A ${javac.classpath}:\
70N/A ${build.classes.dir}
70N/A# Space-separated list of JVM arguments used when running the project
70N/A# (you may also define separate properties like run-sys-prop.name=value instead of -Dname=value
70N/A# or test-sys-prop.name=value to set system properties for unit tests):
70N/Arun.jvmargs=-enableassertions:org.opensolaris.opengrok...
70N/Arun.test.classpath=\
70N/A ${javac.test.classpath}:\
70N/A ${build.test.classes.dir}:\
70N/A lib/derby.jar
70N/Asource.encoding=UTF-8
70N/Asrc.dir=src
253N/Asrc.generatedsrc.dir=generatedsrc
70N/Atest.src.dir=test
70N/A