File: ant.properties

package info (click to toggle)
libjgrapht0.8-java 0.8.3-7
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 2,192 kB
  • sloc: java: 18,365; xml: 501; makefile: 9
file content (5 lines) | stat: -rw-r--r-- 178 bytes parent folder | download | duplicates (3)
1
2
3
4
5
# Ensure that source and target are 1.6
# (upstream uses source 1.6, so 1.5 is not usable)
# For backwards compat on Java 7
ant.build.javac.source=1.8
ant.build.javac.target=1.8