project.properties revision e7443960658cc31ccf48ea5b9833b13887ee14e7
2ronwalfannotation.processing.enabled=true
2ronwalfannotation.processing.enabled.in.editor=false
2ronwalfannotation.processing.processors.list=
3daenzeroramaannotation.processing.run.all.processors=true
2ronwalf# The ant.library.dir property is only needed by NetBeans so that it
28daenzerorama# knows how to expand file.reference.ant.jar later in the file. Ant
2ronwalf# will ignore the setting of this property since properties are
2ronwalf# read-only and ant.home is predefined by Ant.
28daenzeroramaant.library.dir=${ant.home}/lib
2ronwalf
2ronwalfapplication.homepage=http://opengrok.github.io/OpenGrok/
2ronwalfapplication.title=OpenGrok
2ronwalfapplication.vendor=
2ronwalfbuild.classes.dir=${build.dir}/classes
2ronwalfbuild.classes.excludes=**/*.lex,**/*.html,**/*.java,**/*.form
28daenzerorama# This directory is removed when the project is cleaned:
2ronwalfbuild.dir=build
2ronwalfbuild.generated.dir=${build.dir}/generated
2ronwalfbuild.generated.sources.dir=${build.dir}/generated-sources
2ronwalf# Only compile against the classpath explicitly listed here:
2ronwalfbuild.sysclasspath=ignore
2ronwalfbuild.test.classes.dir=${build.dir}/test/classes
2ronwalfbuild.test.results.dir=${build.dir}/test/results
2ronwalfbuild.test.reposroots=${build.dir}/test/reposroots
2ronwalfdebug.classpath=\
2ronwalf ${run.classpath}
2ronwalfdebug.test.classpath=\
2ronwalf ${run.test.classpath}
2ronwalf# This directory is removed when the project is cleaned:
2ronwalfdist.dir=dist
2ronwalfdist.jar=${dist.dir}/opengrok.jar
2ronwalfdist.war=${dist.dir}/source.war
2ronwalfdist.javadoc.dir=${dist.dir}/javadoc
2ronwalfendorsed.classpath=
2ronwalfexcludes=
2ronwalffile.reference.ant.jar=${ant.library.dir}/ant.jar
2ronwalffile.reference.bcel-5.2.jar=lib/bcel-5.2.jar
2ronwalffile.reference.jrcs.jar=lib/jrcs.jar
2ronwalffile.reference.opengrok-dev-test=test
2ronwalfjar.archive.disabled=${jnlp.enabled}
2ronwalfjar.index=${jnlp.enabled}
2ronwalfjnlp.descriptor=application
2ronwalfjnlp.mixed.code=default
2ronwalfjnlp.signing=
2ronwalfjnlp.signing.alias=
2ronwalfjnlp.signing.keystore=
2ronwalflucene.version=4.7.1
2ronwalflucene-core.jar=lucene-core-${lucene.version}.jar
2ronwalflucene-analyzers-common.jar=lucene-analyzers-common-${lucene.version}.jar
2ronwalflucene-queryparser.jar=lucene-queryparser-${lucene.version}.jar
2ronwalflucene-suggest.jar=lucene-suggest-${lucene.version}.jar
2ronwalffile.reference.lucene-core.jar=lib/${lucene-core.jar}
2ronwalffile.reference.lucene-analyzers-common.jar=lib/${lucene-analyzers-common.jar}
2ronwalffile.reference.lucene-queryparser.jar=lib/${lucene-queryparser.jar}
2ronwalffile.reference.lucene-suggest.jar=lib/${lucene-suggest.jar}
2ronwalffile.reference.servlet-api.jar=lib/servlet-api.jar
2ronwalffile.reference.swing-layout-0.9.jar=lib/swing-layout-0.9.jar
2ronwalfincludes=**
2ronwalfjar.compress=false
2ronwalfjavac.classpath=\
2ronwalf ${file.reference.ant.jar}:\
2ronwalf ${file.reference.bcel-5.2.jar}:\
2ronwalf ${file.reference.jrcs.jar}:\
2ronwalf ${file.reference.lucene-analyzers-common.jar}:\
2ronwalf ${file.reference.lucene-core.jar}:\
2ronwalf ${file.reference.lucene-queryparser.jar}:\
2ronwalf ${file.reference.lucene-suggest.jar}:\
2ronwalf ${file.reference.servlet-api.jar}:\
2ronwalf ${file.reference.swing-layout-0.9.jar}
2ronwalf
2ronwalf# Space-separated list of extra javac options
2ronwalfjavac.compilerargs=-Xlint:unchecked
2ronwalfjavac.deprecation=true
2ronwalfjavac.processorpath=\
2ronwalf ${javac.classpath}
2ronwalfjavac.source=1.7
2ronwalfjavac.target=1.7
2ronwalfjavac.test.classpath=\
2ronwalf ${javac.classpath}:\
2ronwalf ${build.classes.dir}:\
2ronwalf ${libs.junit_4.classpath}:\
2ronwalf ${java.class.path}
2ronwalfjavadoc.additionalparam=
2ronwalfjavadoc.author=false
2ronwalfjavadoc.encoding=${source.encoding}
2ronwalfjavadoc.noindex=false
2ronwalfjavadoc.nonavbar=false
2ronwalfjavadoc.notree=false
2ronwalfjavadoc.private=false
2ronwalfjavadoc.splitindex=true
2ronwalfjavadoc.use=true
2ronwalfjavadoc.version=false
2ronwalfjavadoc.windowtitle=
2ronwalfjaxbwiz.endorsed.dirs="${netbeans.home}/../ide12/modules/ext/jaxb/api"
27daenzeroramajnlp.codebase.type=local
2ronwalfjnlp.codebase.url=file:/home/trond/projects/OpenGrok/trunk/dist/
2ronwalfjnlp.enabled=false
2ronwalfjnlp.offline-allowed=false
2ronwalfjnlp.signed=false
2ronwalfmain.class=org.opensolaris.opengrok.index.Indexer
27daenzeroramamanifest.file=manifest.mf
27daenzeroramameta.inf.dir=${src.dir}/META-INF
27daenzeroramamkdist.disabled=false
27daenzeroramaplatform.active=default_platform
27daenzeroramarun.classpath=\
27daenzerorama ${javac.classpath}:\
27daenzerorama ${build.classes.dir}
27daenzerorama# Space-separated list of JVM arguments used when running the project
27daenzerorama# (you may also define separate properties like run-sys-prop.name=value instead of -Dname=value
27daenzerorama# or test-sys-prop.name=value to set system properties for unit tests):
27daenzeroramarun.jvmargs=-XX:-UseSplitVerifier -ea -enableassertions:org.opensolaris.opengrok...
27daenzeroramarun.test.classpath=\
27daenzerorama ${javac.test.classpath}:\
27daenzerorama ${build.test.classes.dir}:\
27daenzerorama lib/derby.jar:\
27daenzerorama ${file.reference.opengrok-dev-test}
27daenzeroramasource.encoding=UTF-8
27daenzeroramasrc.dir=src
27daenzeroramasrc.generatedsrc.dir=generatedsrc
27daenzeroramatest.src.dir=test
27daenzerorama