forked from soot-oss/soot
-
Notifications
You must be signed in to change notification settings - Fork 0
/
ant.settings.jenkins
40 lines (28 loc) · 1.15 KB
/
ant.settings.jenkins
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
34
35
36
37
38
39
40
asm.jar=libs/asm-debug-all-5.0.3.jar
xmlprinter.jar=libs/AXMLPrinter2.jar
## Location of Polyglot classes jar file to link Soot against
polyglot.jar=libs/polyglot.jar
dexlib2.jar=libs/dexlib2-2.0.3-dev.jar
dexlib-utils.jar=libs/util-2.0.3-dev.jar
slf4j-api.jar=libs/slf4j-api-1.7.5.jar
slf4j-simple.jar=libs/slf4j-simple-1.7.5.jar
## Location of JastAdd classes jar file to link Soot against
jastaddfrontend.loc=JastAddExtensions/SootJastAddJ
## Location of Jasmin classes jar file
jasmin.jar=libs/jasminclasses-2.2.1.jar
heros.jar=libs/heros-trunk.jar
## Location of Eclipse installation.
## This should have a directory called plugins in it.
#eclipse.loc=c:\\coding\\java\\eclipse
## Version of Soot for tagging tarballs.
soot.version=trunk
## Location in which to generate Soot release tarballs.
release.loc=lib
## URL for Java API documentation, for resolving things like
## {@link Iterator} when generating documentation from
## javadoc comments.
javaapi.url=http://java.sun.com/j2se/1.6.0/docs/api/
## We need a recent version of junit and hamcrest these days.
junit.jar=libs/junit-4.11.jar
hamcrest.jar=libs/hamcrest-all-1.3.jar
javacup.jar=libs/java_cup.jar