forked from soot-oss/soot
-
Notifications
You must be signed in to change notification settings - Fork 0
/
ant.settings.template
39 lines (27 loc) · 1.12 KB
/
ant.settings.template
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
xmlprinter.jar=libs/AXMLPrinter2.jar
## Location of Polyglot classes jar file to link Soot against
polyglot.jar=libs/polyglot.jar
baksmali.jar=libs/baksmali-1.3.2.jar
baksmali2.jar=libs/baksmali-2.0b5.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-custom.jar
heros.jar=../heros/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