project.properties revision 340
1689N/A# The ant.library.dir property is only needed by NetBeans so that it
1689N/A# knows how to expand file.reference.ant.jar later in the file. Ant
1689N/A# will ignore the setting of this property since properties are
1689N/A# read-only and ant.home is predefined by Ant.
1689N/Aant.library.dir=${ant.home}/lib
1689N/A
1689N/Aapplication.homepage=http://www.opensolaris.org/os/project/opengrok/
1689N/Aapplication.title=OpenGrok
1689N/Aapplication.vendor=
1689N/Abuild.classes.dir=${build.dir}/classes
1689N/Abuild.classes.excludes=**/*.java,**/*.form
1689N/A# This directory is removed when the project is cleaned:
1689N/Abuild.dir=build
1689N/Abuild.generated.dir=${build.dir}/generated
1689N/A# Only compile against the classpath explicitly listed here:
1689N/Abuild.sysclasspath=ignore
1689N/Abuild.test.classes.dir=${build.dir}/test/classes
1689N/Abuild.test.results.dir=${build.dir}/test/results
1689N/Adebug.classpath=\
1689N/A ${run.classpath}
1689N/Adebug.test.classpath=\
1689N/A ${run.test.classpath}
1689N/A# This directory is removed when the project is cleaned:
1689N/Adist.dir=dist
1689N/Adist.jar=${dist.dir}/opengrok.jar
1689N/Adist.war=${dist.dir}/source.war
1689N/Adist.javadoc.dir=${dist.dir}/javadoc
2086N/Aexcludes=
2086N/Afile.reference.ant.jar=${ant.library.dir}/ant.jar
1689N/Afile.reference.bcel-5.1.jar=lib/bcel-5.1.jar
1689N/Afile.reference.jakarta-oro-2.0.8.jar=lib/jakarta-oro-2.0.8.jar
1689N/Afile.reference.lucene-core-2.2.0.jar=lib/lucene-core-2.2.0.jar
1689N/Afile.reference.lucene-spellchecker-2.2.0.jar=lib/lucene-spellchecker-2.2.0.jar
1689N/Afile.reference.org.apache.commons.jrcs.diff.jar=lib/org.apache.commons.jrcs.diff.jar
1689N/Afile.reference.org.apache.commons.jrcs.rcs.jar=lib/org.apache.commons.jrcs.rcs.jar
1689N/Afile.reference.servlet-api.jar=lib/servlet-api.jar
1689N/Afile.reference.svn-javahl.jar=lib/svn-javahl.jar
1689N/Afile.reference.swing-layout-0.9.jar=lib/swing-layout-0.9.jar
1689N/A#file.reference.jdmkrt.jar=lib/jdmkrt.jar
1689N/Afile.reference.jmxremote_optional.jar=lib/jmxremote_optional.jar
1689N/Aincludes=**
1689N/Ajar.compress=false
2086N/Ajavac.classpath=\
1689N/A ${file.reference.ant.jar}:\
1689N/A ${file.reference.bcel-5.1.jar}:\
1689N/A ${file.reference.jakarta-oro-2.0.8.jar}:\
1689N/A ${file.reference.lucene-core-2.2.0.jar}:\
1689N/A ${file.reference.lucene-spellchecker-2.2.0.jar}:\
1689N/A ${file.reference.org.apache.commons.jrcs.diff.jar}:\
1689N/A ${file.reference.org.apache.commons.jrcs.rcs.jar}:\
1689N/A ${file.reference.servlet-api.jar}:\
1689N/A ${file.reference.svn-javahl.jar}:\
1689N/A ${file.reference.swing-layout-0.9.jar}:\
1689N/A ${file.reference.jmxremote_optional.jar}
1689N/A# ${file.reference.jdmkrt.jar}:\
1689N/A
1689N/A# Space-separated list of extra javac options
1689N/Ajavac.compilerargs=-Xlint:unchecked
1689N/Ajavac.deprecation=true
1689N/Ajavac.source=1.5
1689N/Ajavac.target=1.5
1689N/Ajavac.test.classpath=\
1689N/A ${javac.classpath}:\
1689N/A ${build.classes.dir}:\
1689N/A ${libs.junit_4.classpath}:\
1689N/A ${java.class.path}
1689N/Ajavadoc.additionalparam=
2086N/Ajavadoc.author=false
1689N/Ajavadoc.encoding=${source.encoding}
1689N/Ajavadoc.noindex=false
1689N/Ajavadoc.nonavbar=false
1689N/Ajavadoc.notree=false
1689N/Ajavadoc.private=false
1689N/Ajavadoc.splitindex=true
1689N/Ajavadoc.use=true
1689N/Ajavadoc.version=false
1689N/Ajavadoc.windowtitle=
1689N/Ajnlp.codebase.type=local
1689N/Ajnlp.codebase.url=file:/home/trond/projects/OpenGrok/trunk/dist/
1689N/Ajnlp.enabled=false
1689N/Ajnlp.offline-allowed=false
1689N/Ajnlp.signed=false
1689N/Amain.class=org.opensolaris.opengrok.index.Indexer
1689N/Amanifest.file=manifest.mf
1689N/Ameta.inf.dir=${src.dir}/META-INF
1689N/Aplatform.active=default_platform
1689N/Arun.classpath=\
1689N/A ${javac.classpath}:\
1689N/A ${build.classes.dir}
1689N/A# Space-separated list of JVM arguments used when running the project
1689N/A# (you may also define separate properties like run-sys-prop.name=value instead of -Dname=value
1689N/A# or test-sys-prop.name=value to set system properties for unit tests):
1689N/Arun.jvmargs=-enableassertions:org.opensolaris.opengrok...
1689N/Arun.test.classpath=\
1689N/A ${javac.test.classpath}:\
1689N/A ${build.test.classes.dir}
1689N/Asource.encoding=UTF-8
1689N/Asrc.dir=src
1689N/Asrc.generatedsrc.dir=generatedsrc
1689N/Atest.src.dir=test
1689N/A