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