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

Last change on this file since 3932 was 3931, checked in by bastiK, 13 years ago

add netbeans project (all in a subfolder so should not interfere with anything)

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