1# *************************************************************
2#
3#  Licensed to the Apache Software Foundation (ASF) under one
4#  or more contributor license agreements.  See the NOTICE file
5#  distributed with this work for additional information
6#  regarding copyright ownership.  The ASF licenses this file
7#  to you under the Apache License, Version 2.0 (the
8#  "License"); you may not use this file except in compliance
9#  with the License.  You may obtain a copy of the License at
10#
11#    http://www.apache.org/licenses/LICENSE-2.0
12#
13#  Unless required by applicable law or agreed to in writing,
14#  software distributed under the License is distributed on an
15#  "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
16#  KIND, either express or implied.  See the License for the
17#  specific language governing permissions and limitations
18#  under the License.
19#
20# *************************************************************
21
22# x-no-translate
23application.desc=This Program shows three pictures in one line.
24application.title=ConvwatchGUIProject
25application.vendor=Oracle and/or its affiliates
26build.classes.dir=${build.dir}/classes
27build.classes.excludes=**/*.java,**/*.form
28# This directory is removed when the project is cleaned:
29build.dir=build
30build.generated.dir=${build.dir}/generated
31build.generated.sources.dir=${build.dir}/generated-sources
32# Only compile against the classpath explicitly listed here:
33build.sysclasspath=ignore
34build.test.classes.dir=${build.dir}/test/classes
35build.test.results.dir=${build.dir}/test/results
36# Uncomment to specify the preferred debugger connection transport:
37#debug.transport=dt_socket
38debug.classpath=\
39    ${run.classpath}
40debug.test.classpath=\
41    ${run.test.classpath}
42# This directory is removed when the project is cleaned:
43dist.dir=${JAR_OUTPUT_DIRECTORY}
44dist.jar=${dist.dir}/ConvwatchGUIProject.jar
45dist.javadoc.dir=${dist.dir}/javadoc
46endorsed.classpath=
47excludes=
48includes=**
49jar.compress=false
50javac.classpath=
51# Space-separated list of extra javac options
52javac.compilerargs=
53javac.deprecation=false
54javac.source=1.5
55javac.target=1.5
56javac.test.classpath=\
57    ${javac.classpath}:\
58    ${build.classes.dir}:\
59    ${libs.junit.classpath}:\
60    ${libs.junit_4.classpath}
61javadoc.additionalparam=
62javadoc.author=false
63javadoc.encoding=${source.encoding}
64javadoc.noindex=false
65javadoc.nonavbar=false
66javadoc.notree=false
67javadoc.private=false
68javadoc.splitindex=true
69javadoc.use=true
70javadoc.version=false
71javadoc.windowtitle=
72jnlp.codebase.type=local
73jnlp.descriptor=application
74jnlp.enabled=false
75jnlp.offline-allowed=false
76jnlp.signed=false
77main.class=ConvwatchGUI
78manifest.file=manifest.mf
79meta.inf.dir=${src.dir}/META-INF
80platform.active=default_platform
81run.classpath=\
82    ${javac.classpath}:\
83    ${build.classes.dir}
84# Space-separated list of JVM arguments used when running the project
85# (you may also define separate properties like run-sys-prop.name=value instead of -Dname=value
86# or test-sys-prop.name=value to set system properties for unit tests):
87run.jvmargs=
88run.test.classpath=\
89    ${javac.test.classpath}:\
90    ${build.test.classes.dir}
91source.encoding=UTF-8
92src.dir=src
93test.src.dir=test
94