donaldp 00/12/05 02:17:05
Added: . ant.properties.sample Log: sample .ant.proeprties file. Will be incorporated into build sa soon as solve the "dirname $PRG" in win32 Revision Changes Path 1.1 jakarta-ant/ant.properties.sample Index: ant.properties.sample =================================================================== # 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
