File: ant.properties

package info (click to toggle)
libjgrapht0.8-java 0.8.3-4
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd, stretch
  • size: 2,192 kB
  • ctags: 2,836
  • sloc: java: 18,365; xml: 400; sh: 22; makefile: 22
file content (5 lines) | stat: -rw-r--r-- 178 bytes parent folder | download
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.6
ant.build.javac.target=1.6