File: build.properties

package info (click to toggle)
asm2 2.2.3-6
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd, wheezy
  • size: 2,548 kB
  • ctags: 2,786
  • sloc: java: 22,655; xml: 1,218; makefile: 32
file content (33 lines) | stat: -rw-r--r-- 1,024 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
# Wich compiler do you want use ?

# build.compiler jikes

# Class path for the ASM library (version @product.version@)
# See http://asm.objectweb.org

asm.path ../../lib/asm-@product.version@.jar

# Class path for the ASM tree library (version @product.version@)
# See http://asm.objectweb.org

asm.tree.path ../../lib/asm-tree-@product.version@.jar

# Class path for the ASM analysis library (version @product.version@)
# See http://asm.objectweb.org

asm.analysis.path ../../lib/asm-analysis-@product.version@.jar

# Class path for the ASM attrs library (version @product.version@)
# See http://asm.objectweb.org

asm.attrs.path ../../lib/asm-attrs-@product.version@.jar

# Class path for the ASM util library (version @product.version@)
# See http://asm.objectweb.org

asm.util.path ../../lib/asm-util-@product.version@.jar

# Class path for the ASM commons library (version @product.version@)
# See http://asm.objectweb.org

asm.commons.path ../../lib/asm-commons-@product.version@.jar