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