File: ant.properties

package info (click to toggle)
asm2 2.2.3-2
  • links: PTS, VCS
  • area: main
  • in suites: lenny
  • size: 2,428 kB
  • ctags: 2,777
  • sloc: java: 22,655; xml: 1,227; makefile: 17
file content (18 lines) | stat: -rw-r--r-- 563 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# Properties that are set within asm's default build.properties
product.name=asm
product.version=2.2.3

# 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=http://java.sun.com/j2se/1.4.2/docs/api

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