File: ant.properties

package info (click to toggle)
commons-math 2.2-6
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 9,808 kB
  • sloc: java: 97,398; xml: 6,776; makefile: 4
file content (7 lines) | stat: -rw-r--r-- 202 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
junit.jar=/usr/share/java/junit4.jar
# Ensure that source and target are 1.5
# For backwards compat on Java 7
ant.build.javac.source=1.5
ant.build.javac.target=1.5
compile.source=1.5
compile.target=1.5