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.title=httpserv 24 application.vendor=jochen 25 build.classes.dir=${build.dir}/classes 26 build.classes.excludes=**/*.java,**/*.form 27 # This directory is removed when the project is cleaned: 28 build.dir=build 29 build.generated.dir=${build.dir}/generated 30 build.generated.sources.dir=${build.dir}/generated-sources 31 # Only compile against the classpath explicitly listed here: 32 build.sysclasspath=ignore 33 build.test.classes.dir=${build.dir}/test/classes 34 build.test.results.dir=${build.dir}/test/results 35 # Uncomment to specify the preferred debugger connection transport: 36 #debug.transport=dt_socket 37 debug.classpath=\ 38 ${run.classpath} 39 debug.test.classpath=\ 40 ${run.test.classpath} 41 # This directory is removed when the project is cleaned: 42 dist.dir=../../../${env.INPATH}/misc/httpserv 43 dist.jar=${dist.dir}/httpserv.jar 44 dist.javadoc.dir=${dist.dir}/javadoc 45 excludes= 46 includes=** 47 jar.compress=false 48 javac.classpath= 49 # Space-separated list of extra javac options 50 javac.compilerargs= 51 javac.deprecation=false 52 javac.source=1.5 53 javac.target=1.5 54 javac.test.classpath=\ 55 ${javac.classpath}:\ 56 ${build.classes.dir}:\ 57 ${libs.junit.classpath}:\ 58 ${libs.junit_4.classpath} 59 javadoc.additionalparam= 60 javadoc.author=false 61 javadoc.encoding=${source.encoding} 62 javadoc.noindex=false 63 javadoc.nonavbar=false 64 javadoc.notree=false 65 javadoc.private=false 66 javadoc.splitindex=true 67 javadoc.use=true 68 javadoc.version=false 69 javadoc.windowtitle= 70 main.class=httpserv.Main 71 manifest.file=manifest.mf 72 meta.inf.dir=${src.dir}/META-INF 73 platform.active=default_platform 74 run.classpath=\ 75 ${javac.classpath}:\ 76 ${build.classes.dir} 77 # Space-separated list of JVM arguments used when running the project 78 # (you may also define separate properties like run-sys-prop.name=value instead of -Dname=value 79 # or test-sys-prop.name=value to set system properties for unit tests): 80 run.jvmargs= 81 run.test.classpath=\ 82 ${javac.test.classpath}:\ 83 ${build.test.classes.dir} 84 source.encoding=UTF-8 85 src.dir=src 86 test.src.dir=test 87