Skip to content

Commit 225e985

Browse files
author
Eric Bodden
committed
changing to java 1.6
1 parent 0579451 commit 225e985

File tree

3 files changed

+5
-3
lines changed

3 files changed

+5
-3
lines changed

.classpath

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<classpathentry kind="src" path="generated/sablecc"/>
66
<classpathentry kind="src" path="generated/singletons"/>
77
<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"/>
99
<classpathentry combineaccessrules="false" kind="src" path="/jasmin"/>
1010
<classpathentry kind="lib" path="libs/polyglot.jar"/>
1111
<classpathentry kind="lib" path="libs/AXMLPrinter2.jar"/>

CHANGES

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,8 @@ Improvements and API changes in HEAD
2020
5. Ben Bellamy modified the fast type assigner to handle variables that
2121
during their lifetime both point to array and non-array typed objects.
2222
This is necessary for dalvik-to-Jimple code generation.
23+
24+
6. Soot now requires Java 1.6 to build and run.
2325

2426
Improvements and API changes in version 2.5.0
2527

build.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@
1616
debug="true"
1717
includeantruntime="true"
1818
deprecation="on"
19-
source="1.5"
20-
target="1.5"
19+
source="1.6"
20+
target="1.6"
2121
fork="true"
2222
memorymaximumsize="512m"
2323
>

0 commit comments

Comments
 (0)