2 application.desc=This Program shows three pictures in one line.
3 application.title=ConvwatchGUIProject
4 application.vendor=Oracle and/or its affiliates
5 build.classes.dir=${build.dir}/classes
6 build.classes.excludes=**/*.java,**/*.form
7 # This directory is removed when the project is cleaned:
9 build.generated.dir=${build.dir}/generated
10 build.generated.sources.dir=${build.dir}/generated-sources
11 # Only compile against the classpath explicitly listed here:
12 build.sysclasspath=ignore
13 build.test.classes.dir=${build.dir}/test/classes
14 build.test.results.dir=${build.dir}/test/results
15 # Uncomment to specify the preferred debugger connection transport:
16 #debug.transport=dt_socket
19 debug.test.classpath=\
21 # This directory is removed when the project is cleaned:
23 dist.jar=${dist.dir}/ConvwatchGUIProject.jar
24 dist.javadoc.dir=${dist.dir}/javadoc
30 # Space-separated list of extra javac options
32 javac.deprecation=false
35 javac.test.classpath=\
37 ${build.classes.dir}:\
38 ${libs.junit.classpath}:\
39 ${libs.junit_4.classpath}
40 javadoc.additionalparam=
42 javadoc.encoding=${source.encoding}
44 javadoc.nonavbar=false
47 javadoc.splitindex=true
51 jnlp.codebase.type=local
52 jnlp.descriptor=application
54 jnlp.offline-allowed=false
56 main.class=ConvwatchGUI
57 manifest.file=manifest.mf
58 meta.inf.dir=${src.dir}/META-INF
59 platform.active=default_platform
63 # Space-separated list of JVM arguments used when running the project
64 # (you may also define separate properties like run-sys-prop.name=value instead of -Dname=value
65 # or test-sys-prop.name=value to set system properties for unit tests):
68 ${javac.test.classpath}:\
69 ${build.test.classes.dir}