forked from soot-oss/soot
-
Notifications
You must be signed in to change notification settings - Fork 5
/
ant.settings.template
31 lines (21 loc) · 928 Bytes
/
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
xmlprinter.jar=libs/AXMLPrinter2.jar
## Location of Polyglot classes jar file to link Soot against
polyglot.jar=libs/polyglot.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/
junit.jar=/home/user/ebodde/eclipse/plugins/org.junit_3.8.2/junit.jar
javacup.jar=../libs/java_cup.jar