forked from robovm/soot
-
Notifications
You must be signed in to change notification settings - Fork 2
/
ant.settings.template
35 lines (28 loc) · 1.28 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
## Location of JastAdd classes jar file to link Soot against
# This can be found at:
# http://svn.jastadd.org/projects/trunk/JastAddExtensions
# (or at svn+ssh://musketeer.comlab.ox.ac.uk/srv/svn/projects/trunk/JastAddExtensions/,
# internally, with write access for project members)
# Check out this URL using...
# svn co http://svn.jastadd.org/projects/trunk/JastAddExtensions
# ... and then set this variable to <prefix>/JastAddExtensions/SootJastAddJ
#
# NOTE: You ONLY need to check this out and set this parameter if you wish to regenerate
# the JastAdd-generated files in generated/jastadd!
#
#jastaddfrontend.loc=../JastAddExtensions/SootJastAddJ
## Location of Polyglot classes jar file to link Soot against
polyglot.jar=${user.home}/polyglotclasses.jar
## Location of Jasmin classes jar file
jasmin.jar=${user.home}/jasminclasses.jar
## Location of Eclipse installation.
## This should have a directory called plugins in it.
eclipse.loc=/usr/share/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.5.0/docs/api/