]> git.argeo.org Git - gpl/argeo-slc.git/commitdiff
Make SLC projects compatible with the latest M2Eclipse plugin.
authorMathieu Baudier <mbaudier@argeo.org>
Sun, 12 Oct 2008 06:44:23 +0000 (06:44 +0000)
committerMathieu Baudier <mbaudier@argeo.org>
Sun, 12 Oct 2008 06:44:23 +0000 (06:44 +0000)
git-svn-id: https://svn.argeo.org/slc/trunk@1729 4cfe0d0a-d680-48aa-b62c-e0a02a3f76cc

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

index 4972669eda6e786357f31fc5611c9c984689d836..5319a0d589c3e36ce566ae4c0d1401f8799a2612 100644 (file)
@@ -1,8 +1,8 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <classpath>
-       <classpathentry kind="src" path="src/main/java"/>
-       <classpathentry kind="src" path="src/main/resources"/>
+       <classpathentry kind="src" output="target/classes" path="src/main/java"/>
+       <classpathentry excluding="**" kind="src" output="target/classes" path="src/main/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="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/J2SE-1.5"/>
        <classpathentry kind="output" path="target/classes"/>
 </classpath>
index 6d67bdee800703691040710249bf9f77a7c8fc01..411ab7f2959c4f32c44be72fbd6ec7ccd85af899 100644 (file)
@@ -1,4 +1,4 @@
-#Wed Sep 24 19:16:18 CEST 2008
+#Sun Oct 12 08:40:40 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 7083a9f8ad6309358bc2ffc1d4d05745701f4a7b..af82ef2aef3ddfddfcb9fd04dd0c5d0367234240 100644 (file)
@@ -48,8 +48,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>