From e9d7860e111e273bec004f41352bfe917a977f26 Mon Sep 17 00:00:00 2001 From: Peter Donald Date: Tue, 5 Dec 2000 10:17:04 +0000 Subject: [PATCH] sample .ant.proeprties file. Will be incorporated into build sa soon as solve the "dirname $PRG" in win32 git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@268308 13f79535-47bb-0310-9956-ffa450edef68 --- ant.properties.sample | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 ant.properties.sample diff --git a/ant.properties.sample b/ant.properties.sample new file mode 100644 index 000000000..5c4b24e3f --- /dev/null +++ b/ant.properties.sample @@ -0,0 +1,17 @@ +# This file is a sample .ant.properties file used for building ant. +# Modify it for your own needs and copy it to .ant.properties +# +# <-- starts a comment + +# If you wanted to use the better than average jikes compiler uncomment next line +# build.compiler=jikes +# build.compiler.warnings=true +# build.compiler.pedantic=true +# build.compiler.depend=true + +# If you want to use non-standard jars then edit following lines +# jar.junit=/path/to/my/junit.jar + +# Next line only needs to be given if jar.parser does not contain jaxp.jar files +# jar.jaxp=/path/to/my/jaxp.jar +# jar.parser=/path/to/my/xerces.jar \ No newline at end of file