summaryrefslogtreecommitdiff
path: root/ant.properties.sample
blob: 5be65b546eff154d5b9f40c0eb82015fbf9a3591 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# 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