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