1# x-no-translate
2application.desc=This Program shows three pictures in one line.
3application.title=ConvwatchGUIProject
4application.vendor=Oracle and/or its affiliates
5build.classes.dir=${build.dir}/classes
6build.classes.excludes=**/*.java,**/*.form
7# This directory is removed when the project is cleaned:
8build.dir=build
9build.generated.dir=${build.dir}/generated
10build.generated.sources.dir=${build.dir}/generated-sources
11# Only compile against the classpath explicitly listed here:
12build.sysclasspath=ignore
13build.test.classes.dir=${build.dir}/test/classes
14build.test.results.dir=${build.dir}/test/results
15# Uncomment to specify the preferred debugger connection transport:
16#debug.transport=dt_socket
17debug.classpath=\
18    ${run.classpath}
19debug.test.classpath=\
20    ${run.test.classpath}
21# This directory is removed when the project is cleaned:
22dist.dir=dist
23dist.jar=${dist.dir}/ConvwatchGUIProject.jar
24dist.javadoc.dir=${dist.dir}/javadoc
25endorsed.classpath=
26excludes=
27includes=**
28jar.compress=false
29javac.classpath=
30# Space-separated list of extra javac options
31javac.compilerargs=
32javac.deprecation=false
33javac.source=1.5
34javac.target=1.5
35javac.test.classpath=\
36    ${javac.classpath}:\
37    ${build.classes.dir}:\
38    ${libs.junit.classpath}:\
39    ${libs.junit_4.classpath}
40javadoc.additionalparam=
41javadoc.author=false
42javadoc.encoding=${source.encoding}
43javadoc.noindex=false
44javadoc.nonavbar=false
45javadoc.notree=false
46javadoc.private=false
47javadoc.splitindex=true
48javadoc.use=true
49javadoc.version=false
50javadoc.windowtitle=
51jnlp.codebase.type=local
52jnlp.descriptor=application
53jnlp.enabled=false
54jnlp.offline-allowed=false
55jnlp.signed=false
56main.class=ConvwatchGUI
57manifest.file=manifest.mf
58meta.inf.dir=${src.dir}/META-INF
59platform.active=default_platform
60run.classpath=\
61    ${javac.classpath}:\
62    ${build.classes.dir}
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):
66run.jvmargs=
67run.test.classpath=\
68    ${javac.test.classpath}:\
69    ${build.test.classes.dir}
70source.encoding=UTF-8
71src.dir=src
72test.src.dir=test
73