[5756] | 1 | annotation.processing.enabled=false
|
---|
| 2 | annotation.processing.enabled.in.editor=false
|
---|
| 3 | annotation.processing.processors.list=
|
---|
| 4 | annotation.processing.run.all.processors=true
|
---|
| 5 | annotation.processing.source.output=${build.generated.sources.dir}/ap-source-output
|
---|
| 6 | application.homepage=http://josm.openstreetmap.de/
|
---|
| 7 | application.title=josm
|
---|
| 8 | application.vendor=
|
---|
| 9 | build.classes.dir=${build.dir}/classes
|
---|
| 10 | build.classes.excludes=**/*.java,**/*.form
|
---|
| 11 | # This directory is removed when the project is cleaned:
|
---|
| 12 | build.dir=build
|
---|
| 13 | build.generated.dir=${build.dir}/generated
|
---|
| 14 | build.generated.sources.dir=${build.dir}/generated-sources
|
---|
| 15 | # Only compile against the classpath explicitly listed here:
|
---|
| 16 | build.sysclasspath=ignore
|
---|
| 17 | build.test.classes.dir=${build.dir}/test/classes
|
---|
| 18 | build.test.results.dir=${build.dir}/test/results
|
---|
| 19 | buildfile=nbbuild.xml
|
---|
| 20 | # Uncomment to specify the preferred debugger connection transport:
|
---|
| 21 | #debug.transport=dt_socket
|
---|
| 22 | debug.classpath=\
|
---|
| 23 | ${run.classpath}
|
---|
| 24 | debug.test.classpath=\
|
---|
| 25 | ${run.test.classpath}
|
---|
| 26 | # This directory is removed when the project is cleaned:
|
---|
| 27 | dist.dir=dist
|
---|
| 28 | dist.jar=${dist.dir}/josm.jar
|
---|
| 29 | dist.javadoc.dir=${dist.dir}/javadoc
|
---|
| 30 | endorsed.classpath=
|
---|
| 31 | excludes=
|
---|
| 32 | file.reference.core-src=../src
|
---|
| 33 | file.reference.core=..
|
---|
| 34 | file.reference.test-unit=../test/unit
|
---|
| 35 | includes=org/**/*.java,gnu/**/*.java,oauth/**/*.java,com/**/*.java,images/**,org/openstreetmap/gui/**/*.png,data/**,styles/**,LICENSE,README,CONTRIBUTION,gpl-2.0.txt,gpl-3.0.txt
|
---|
| 36 | jar.archive.disabled=${jnlp.enabled}
|
---|
| 37 | jar.compress=false
|
---|
| 38 | jar.index=${jnlp.enabled}
|
---|
| 39 | javac.classpath=
|
---|
| 40 | # Space-separated list of extra javac options
|
---|
| 41 | javac.compilerargs=-Xlint:unchecked
|
---|
| 42 | javac.deprecation=true
|
---|
| 43 | javac.processorpath=\
|
---|
| 44 | ${javac.classpath}
|
---|
| 45 | javac.source=1.6
|
---|
| 46 | javac.target=1.6
|
---|
| 47 | javac.test.classpath=\
|
---|
| 48 | ${javac.classpath}:\
|
---|
| 49 | ${build.classes.dir}:\
|
---|
| 50 | ${libs.junit.classpath}:\
|
---|
| 51 | ${libs.junit_4.classpath}
|
---|
| 52 | javac.test.processorpath=\
|
---|
| 53 | ${javac.test.classpath}
|
---|
| 54 | javadoc.additionalparam=
|
---|
| 55 | javadoc.author=false
|
---|
| 56 | javadoc.encoding=${source.encoding}
|
---|
| 57 | javadoc.noindex=false
|
---|
| 58 | javadoc.nonavbar=false
|
---|
| 59 | javadoc.notree=false
|
---|
| 60 | javadoc.private=false
|
---|
| 61 | javadoc.splitindex=true
|
---|
| 62 | javadoc.use=true
|
---|
| 63 | javadoc.version=false
|
---|
| 64 | javadoc.windowtitle=
|
---|
| 65 | jnlp.applet.class=org.openstreetmap.josm.gui.MainApplet
|
---|
| 66 | jnlp.applet.height=300
|
---|
| 67 | jnlp.applet.width=300
|
---|
| 68 | jnlp.codebase.type=no.codebase
|
---|
| 69 | jnlp.descriptor=application
|
---|
| 70 | jnlp.enabled=false
|
---|
| 71 | jnlp.mixed.code=default
|
---|
| 72 | jnlp.offline-allowed=false
|
---|
| 73 | jnlp.signed=false
|
---|
| 74 | jnlp.signing=
|
---|
| 75 | jnlp.signing.alias=
|
---|
| 76 | jnlp.signing.keystore=
|
---|
| 77 | main.class=org.openstreetmap.josm.gui.MainApplication
|
---|
| 78 | manifest.file=manifest.mf
|
---|
| 79 | meta.inf.dir=${src.dir}/META-INF
|
---|
| 80 | mkdist.disabled=false
|
---|
| 81 | platform.active=default_platform
|
---|
| 82 | run.classpath=\
|
---|
| 83 | ${javac.classpath}:\
|
---|
| 84 | ${build.classes.dir}
|
---|
| 85 | run.test.classpath=\
|
---|
| 86 | ${javac.test.classpath}:\
|
---|
| 87 | ${build.test.classes.dir}
|
---|
| 88 | source.encoding=UTF-8
|
---|
| 89 | src.core.dir=${file.reference.core}
|
---|
| 90 | src.dir=${file.reference.core-src}
|
---|
| 91 | test.unit.dir=${file.reference.test-unit}
|
---|