Krzysztof Daniel fa0df81
--- eclipse-parent/pom.xml.old	2012-07-26 13:10:45.117816261 +0200
Krzysztof Daniel fa0df81
+++ eclipse-parent/pom.xml	2012-07-26 13:07:41.336610064 +0200
Krzysztof Daniel fa0df81
@@ -96,7 +96,7 @@
Krzysztof Daniel fa0df81
             packages. This makes J2SE-1.4 effectively the minimal execution environment required by eclipse platform 
Krzysztof Daniel fa0df81
             build since many platform bundles directly or indirectly depend on org.eclipse.equinox.security.
Krzysztof Daniel fa0df81
            -->
Krzysztof Daniel fa0df81
-          <executionEnvironment>?J2SE-1.4</executionEnvironment>
Krzysztof Daniel fa0df81
+          <executionEnvironment>?JavaSE-1.6</executionEnvironment>
Krzysztof Daniel fa0df81
 
Krzysztof Daniel fa0df81
           <environments>
Krzysztof Daniel fa0df81
             <environment>
Krzysztof Daniel 800b061
--- rt.equinox.bundles/features/org.eclipse.equinox.sdk/pom.xml.bak	2012-07-25 17:41:27.000000000 +0200
Krzysztof Daniel 800b061
+++ rt.equinox.bundles/features/org.eclipse.equinox.sdk/pom.xml	2012-07-26 16:57:26.571579035 +0200
Krzysztof Daniel 800b061
@@ -31,7 +31,7 @@
Krzysztof Daniel 800b061
         <artifactId>target-platform-configuration</artifactId>
Krzysztof Daniel 800b061
         <configuration>
Krzysztof Daniel 800b061
           
Krzysztof Daniel 800b061
-          <executionEnvironment>J2SE-1.5</executionEnvironment>
Krzysztof Daniel 800b061
+          <executionEnvironment>?JavaSE-1.6</executionEnvironment>
Krzysztof Daniel 800b061
         </configuration>
Krzysztof Daniel 800b061
       </plugin>
Krzysztof Daniel 800b061
     </plugins>