forked from soot-oss/soot
-
Notifications
You must be signed in to change notification settings - Fork 0
/
ant.settings.jenkins
43 lines (31 loc) · 1.31 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
41
42
43
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.1.0-dev.jar
dexlib-utils.jar=libs/util-2.1.0-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 jar file
jasmin.jar=libs/jasmin-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://docs.oracle.com/javase/6/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
jboss-common-core.jar=libs/jboss-common-core-2.5.0.Final.jar
mockito.jar=libs/mockito-all-1.10.8.jar
powermock-mockito.jar=libs/powermock-mockito-1.6.1-full.jar
javassist.jar=libs/javassist-3.18.2-GA.jar