File: ant.properties

package info (click to toggle)
easyconf 0.9.5-6
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, buster
  • size: 640 kB
  • sloc: java: 3,400; xml: 984; makefile: 23; jsp: 16
file content (12 lines) | stat: -rw-r--r-- 266 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
noget=true

defaulttargetdir=target/
libdir=target/
classesdir=target/classes
testclassesdir=target/test
testreportdir=target/testreports

# 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