File tree Expand file tree Collapse file tree 3 files changed +5
-3
lines changed Expand file tree Collapse file tree 3 files changed +5
-3
lines changed Original file line number Diff line number Diff line change 5
5
<classpathentry kind =" src" path =" generated/sablecc" />
6
6
<classpathentry kind =" src" path =" generated/singletons" />
7
7
<classpathentry kind =" src" path =" generated/jastadd" />
8
- <classpathentry kind =" con" path =" org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/J2SE -1.5 " />
8
+ <classpathentry kind =" con" path =" org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE -1.7 " />
9
9
<classpathentry combineaccessrules =" false" kind =" src" path =" /jasmin" />
10
10
<classpathentry kind =" lib" path =" libs/polyglot.jar" />
11
11
<classpathentry kind =" lib" path =" libs/AXMLPrinter2.jar" />
Original file line number Diff line number Diff line change @@ -20,6 +20,8 @@ Improvements and API changes in HEAD
20
20
5. Ben Bellamy modified the fast type assigner to handle variables that
21
21
during their lifetime both point to array and non-array typed objects.
22
22
This is necessary for dalvik-to-Jimple code generation.
23
+
24
+ 6. Soot now requires Java 1.6 to build and run.
23
25
24
26
Improvements and API changes in version 2.5.0
25
27
Original file line number Diff line number Diff line change 16
16
debug =" true"
17
17
includeantruntime =" true"
18
18
deprecation =" on"
19
- source=" 1.5 "
20
- target=" 1.5 "
19
+ source=" 1.6 "
20
+ target=" 1.6 "
21
21
fork=" true"
22
22
memorymaximumsize=" 512m"
23
23
>
You can’t perform that action at this time.
0 commit comments