File: ant.properties

package info (click to toggle)
easymock 2.4%2Bds1-7
  • links: PTS, VCS
  • area: main
  • in suites: wheezy
  • size: 1,048 kB
  • sloc: java: 9,222; sh: 64; xml: 56; makefile: 43
file content (11 lines) | stat: -rw-r--r-- 267 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
# Ant properties file for Debian easymock source package

# javac settings used by Lucene compilation
javac.debug=off
javac.nowarn=on
javac.verbose=no
build.compiler=javac1.5
compile.debug=off
compile.optimize=on
ant.build.javac.source=1.5
ant.build.javac.target=1.5