]> git.argeo.org Git - gpl/argeo-slc.git/commitdiff
Make SLC projects compatible with the latest M2Eclipse plugin.
authorMathieu Baudier <mbaudier@argeo.org>
Tue, 14 Oct 2008 21:04:58 +0000 (21:04 +0000)
committerMathieu Baudier <mbaudier@argeo.org>
Tue, 14 Oct 2008 21:04:58 +0000 (21:04 +0000)
git-svn-id: https://svn.argeo.org/slc/trunk@1737 4cfe0d0a-d680-48aa-b62c-e0a02a3f76cc

sandbox/argeo.slc.testui/.classpath
sandbox/argeo.slc.testui/.settings/org.eclipse.jdt.core.prefs
sandbox/argeo.slc.testui/pom.xml

index 0cab9dd23dcf82e2bd8b3d0cb0fc8635920e638a..921652032f14fa2ec0872ecfe936f7fd66c6c1b2 100644 (file)
@@ -1,9 +1,9 @@
-<?xml version="1.0" encoding="UTF-8"?>\r
-<classpath>\r
-       <classpathentry kind="src" path="src/main/java"/>\r
-       <classpathentry kind="src" path="src/test/java"/>\r
-       <classpathentry kind="src" path="src/test/resources"/>\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/J2SE-1.3"/>\r
-       <classpathentry kind="output" path="target/classes"/>\r
-</classpath>\r
+<?xml version="1.0" encoding="UTF-8"?>
+<classpath>
+       <classpathentry kind="src" output="target/classes" path="src/main/java"/>
+       <classpathentry kind="src" output="target/test-classes" path="src/test/java"/>
+       <classpathentry excluding="**" kind="src" output="target/test-classes" path="src/test/resources"/>
+       <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/J2SE-1.4"/>
+       <classpathentry kind="con" path="org.maven.ide.eclipse.MAVEN2_CLASSPATH_CONTAINER"/>
+       <classpathentry kind="output" path="target/classes"/>
+</classpath>
index 8524f845f990e0ce3ecf7614226f838bb3b107a1..c592d264b4fd7d81a0cb3ad09efdc435f8606d6b 100644 (file)
@@ -1,4 +1,4 @@
-#Wed Sep 24 19:16:50 CEST 2008
+#Sun Oct 12 08:45:27 CEST 2008
 eclipse.preferences.version=1
 org.eclipse.jdt.core.compiler.codegen.inlineJsrBytecode=disabled
 org.eclipse.jdt.core.compiler.codegen.targetPlatform=1.2
@@ -9,4 +9,4 @@ org.eclipse.jdt.core.compiler.debug.localVariable=generate
 org.eclipse.jdt.core.compiler.debug.sourceFile=generate
 org.eclipse.jdt.core.compiler.problem.assertIdentifier=warning
 org.eclipse.jdt.core.compiler.problem.enumIdentifier=warning
-org.eclipse.jdt.core.compiler.source=1.3
+org.eclipse.jdt.core.compiler.source=1.4
index 40d00c243c503e1463535380f947945b44b4e73b..d1b588f3ab9b150f8f4fa939c90215dbfa0909ff 100644 (file)
@@ -13,8 +13,8 @@
                                <groupId>org.apache.maven.plugins</groupId>
                                <artifactId>maven-compiler-plugin</artifactId>
                                <configuration>
-                                       <source>1.3</source>
-                                       <target>1.3</target>
+                                       <source>1.4</source>
+                                       <target>1.2</target>
                                </configuration>
                        </plugin>
                        <plugin>