File: ant.properties

package info (click to toggle)
libgroboutils-java 5-3
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 9,396 kB
  • ctags: 11,186
  • sloc: java: 59,748; xml: 12,762; sh: 377; perl: 104; makefile: 20
file content (7 lines) | stat: -rw-r--r-- 172 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
# Don't try to connect to internet
global.offline = true

# Force using a 1.4 class format
ant.java.version = 1.4
ant.build.javac.source = 1.4
ant.build.javac.target = 1.4