Set required JDK to 1.6
authorMathieu Baudier <mbaudier@argeo.org>
Wed, 4 Jun 2008 19:14:57 +0000 (19:14 +0000)
committerMathieu Baudier <mbaudier@argeo.org>
Wed, 4 Jun 2008 19:14:57 +0000 (19:14 +0000)
git-svn-id: https://svn.argeo.org/slc/trunk@1194 4cfe0d0a-d680-48aa-b62c-e0a02a3f76cc

org.argeo.slc/.classpath
org.argeo.slc/pom.xml

index a225f00dbd3f7ae6b600dda5716d0140d1027d69..cd38b0ab2f641bdb8ca5fa7f3695983c7739218f 100644 (file)
@@ -1,6 +1,6 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<classpath>
-       <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
-       <classpathentry kind="con" path="org.maven.ide.eclipse.MAVEN2_CLASSPATH_CONTAINER"/>
-       <classpathentry kind="output" path="target/classes"/>
-</classpath>
+<?xml version="1.0" encoding="UTF-8"?>\r
+<classpath>\r
+       <classpathentry kind="con" path="org.maven.ide.eclipse.MAVEN2_CLASSPATH_CONTAINER"/>\r
+       <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.6"/>\r
+       <classpathentry kind="output" path="target/classes"/>\r
+</classpath>\r
index e992fa5dc0b8f4f21ec468e84f478e1e7f6b2d40..835123e9c597bb4989f9f18cf8689e25475cf2e5 100644 (file)
@@ -66,8 +66,8 @@
                                        <groupId>org.apache.maven.plugins</groupId>
                                        <artifactId>maven-compiler-plugin</artifactId>
                                        <configuration>
-                                               <source>1.5</source>
-                                               <target>1.5</target>
+                                               <source>1.6</source>
+                                               <target>1.6</target>
                                        </configuration>
                                </plugin>
                                <plugin>