File: ant.properties

package info (click to toggle)
jline 1.0-2
  • links: PTS, VCS
  • area: main
  • in suites: buster, jessie, jessie-kfreebsd, stretch, wheezy
  • size: 804 kB
  • ctags: 680
  • sloc: java: 3,419; xml: 787; ansic: 42; makefile: 19; sh: 13
file content (9 lines) | stat: -rw-r--r-- 222 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
class.dir=build
source.dir=src/src
doc.dir=api
jar.name=jline.jar
demo-jar.name=jline-demo.jar
# 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