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

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