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