File: ant.properties

package info (click to toggle)
libpal-java 1.5.1%2Bdfsg-8
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 3,620 kB
  • sloc: java: 45,723; makefile: 121; xml: 36
file content (4 lines) | stat: -rw-r--r-- 127 bytes parent folder | download | duplicates (32)
1
2
3
4
# 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