Bug 411356 - Move requirement for SWT to Java 1.5
diff --git a/pom.xml b/pom.xml
index e772ad3..a225256 100644
--- a/pom.xml
+++ b/pom.xml
@@ -82,22 +82,15 @@
         <groupId>org.eclipse.tycho</groupId>
         <artifactId>target-platform-configuration</artifactId>
         <configuration>
-          <!--
-            minimal declared bree is CDC-1.0/Foundation-1.0
-            all/most swt fragments require awt during build so one of j2se is required
-            theoretically we should be using J2SE-1.3, but I am too lazy to locate
-            and install it for my linux/x64 system.
-          -->
-          <executionEnvironment>J2SE-1.4</executionEnvironment>
+          <executionEnvironment>J2SE-1.5</executionEnvironment>
         </configuration>
       </plugin>
       <plugin>
         <groupId>org.eclipse.tycho</groupId>
         <artifactId>tycho-compiler-plugin</artifactId>
         <configuration>
-          <!-- setup compiler source/target to match CDC-1.0/Foundation-1.0 -->
-          <source>1.3</source>
-          <target>1.1</target>
+          <source>1.5</source>
+          <target>1.5</target>
         </configuration>
       </plugin>
     </plugins>