source: osm/applications/editors/josm/plugins/DirectUpload/nbproject/project.properties@ 35901

Last change on this file since 35901 was 29778, checked in by akks, 11 years ago

[josm_plugins]: see #josm6355 - Move most of the other plugins to suitable menus, add Netbeans projects

File size: 1.9 KB
Line 
1build.classes.dir=${build.dir}/classes
2build.classes.excludes=**/*.java,**/*.form
3# This directory is removed when the project is cleaned:
4build.dir=build
5build.generated.dir=${build.dir}/generated
6build.generated.sources.dir=${build.dir}/generated-sources
7# Only compile against the classpath explicitly listed here:
8build.sysclasspath=ignore
9build.test.classes.dir=${build.dir}/test/classes
10build.test.results.dir=${build.dir}/test/results
11debug.classpath=\
12 ${run.classpath}
13debug.test.classpath=\
14 ${run.test.classpath}
15# This directory is removed when the project is cleaned:
16dist.dir=dist
17dist.jar=${dist.dir}/DirectUpload.jar
18dist.javadoc.dir=${dist.dir}/javadoc
19excludes=
20includes=**
21jar.compress=false
22javac.classpath=
23# Space-separated list of extra javac options
24javac.compilerargs=
25javac.deprecation=false
26javac.source=1.5
27javac.target=1.5
28javac.test.classpath=\
29 ${javac.classpath}:\
30 ${build.classes.dir}:\
31 ${libs.junit.classpath}:\
32 ${libs.junit_4.classpath}
33javadoc.additionalparam=
34javadoc.author=false
35javadoc.encoding=${source.encoding}
36javadoc.noindex=false
37javadoc.nonavbar=false
38javadoc.notree=false
39javadoc.private=false
40javadoc.splitindex=true
41javadoc.use=true
42javadoc.version=false
43javadoc.windowtitle=
44main.class=org.openstreetmap.josm.plugins.DirectUpload.UploadDataGui
45manifest.file=manifest.mf
46meta.inf.dir=${src.dir}/META-INF
47platform.active=default_platform
48run.classpath=\
49 ${javac.classpath}:\
50 ${build.classes.dir}
51# Space-separated list of JVM arguments used when running the project
52# (you may also define separate properties like run-sys-prop.name=value instead of -Dname=value
53# or test-sys-prop.name=value to set system properties for unit tests):
54run.jvmargs=
55run.test.classpath=\
56 ${javac.test.classpath}:\
57 ${build.test.classes.dir}
58source.encoding=UTF-8
59src.dir=src
60test.src.dir=test
Note: See TracBrowser for help on using the repository browser.