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