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