File: ant.properties

package info (click to toggle)
libasm4-java 5.0.3-1
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-backports, jessie-kfreebsd
  • size: 19,732 kB
  • ctags: 4,596
  • sloc: java: 41,093; xml: 1,897; makefile: 28; sh: 9
file content (17 lines) | stat: -rw-r--r-- 541 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# Properties that are set within asm's default build.properties
product.name=asm

# Build class path (classes needed to build the project)
# Class path for the ObjectWeb utility Ant tasks (version 1.2 or higher)
# See http://forge.objectweb.org/projects/monolog
objectweb.ant.tasks.path=/usr/share/java/ow_util_ant_tasks.jar

# URL for Javadoc generation
jdk.url=file:///usr/share/doc/classpath-doc/api

# javac settings used in compilation
javac.debug=on
javac.deprecation=on
javac.includes=org/**/*.java
javac.nowarn=off
javac.verbose=yes