source: josm/trunk/netbeans/nbproject/project.properties@ 6786

Last change on this file since 6786 was 6786, checked in by akks, 10 years ago

fix #9639: NPE when trying to upload data
(rough fix, needs checking) + fix Netbeans project

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