[jboss-cvs] JBossAS SVN: r80865 - in projects/ejb3/trunk/api: .settings and 1 other directory.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Wed Nov 12 18:47:05 EST 2008


Author: ALRubinger
Date: 2008-11-12 18:47:04 -0500 (Wed, 12 Nov 2008)
New Revision: 80865

Modified:
   projects/ejb3/trunk/api/.classpath
   projects/ejb3/trunk/api/.project
   projects/ejb3/trunk/api/.settings/org.eclipse.jdt.core.prefs
Log:
[EJBTHREE-1583] Set correct m2eclipse properties on jboss-ejb3-api

Modified: projects/ejb3/trunk/api/.classpath
===================================================================
--- projects/ejb3/trunk/api/.classpath	2008-11-12 23:38:44 UTC (rev 80864)
+++ projects/ejb3/trunk/api/.classpath	2008-11-12 23:47:04 UTC (rev 80865)
@@ -1,10 +1,8 @@
-<classpath>
-  <classpathentry kind="src" path="src/main/java"/>
-  <classpathentry kind="src" path="src/test/java" output="eclipse-target/tests-classes"/>
-  <classpathentry kind="src" path="src/test/resources" output="eclipse-target/tests-classes" excluding="**/*.java"/>
-  <classpathentry kind="output" path="eclipse-target/classes"/>
-  <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
-  <classpathentry kind="var" path="M2_REPO/jboss/jbossws/jboss-jaxrpc/1.0.4.GA/jboss-jaxrpc-1.0.4.GA.jar"/>
-  <classpathentry kind="var" path="M2_REPO/org/jboss/javaee/jboss-transaction-api/1.0.1.CR2/jboss-transaction-api-1.0.1.CR2.jar" sourcepath="M2_REPO/org/jboss/javaee/jboss-transaction-api/1.0.1.CR2/jboss-transaction-api-1.0.1.CR2-sources.jar"/>
-  <classpathentry kind="var" path="M2_REPO/junit/junit/4.4/junit-4.4.jar" sourcepath="M2_REPO/junit/junit/4.4/junit-4.4-sources.jar"/>
+<classpath>
+  <classpathentry kind="src" path="src/main/java"/>
+  <classpathentry kind="src" path="src/test/java" output="eclipse-target/tests-classes"/>
+  <classpathentry kind="src" path="src/test/resources" output="eclipse-target/tests-classes" excluding="**/*.java"/>
+  <classpathentry kind="output" path="eclipse-target/classes"/>
+  <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
+  <classpathentry kind="con" path="org.maven.ide.eclipse.MAVEN2_CLASSPATH_CONTAINER"/>
 </classpath>
\ No newline at end of file

Modified: projects/ejb3/trunk/api/.project
===================================================================
--- projects/ejb3/trunk/api/.project	2008-11-12 23:38:44 UTC (rev 80864)
+++ projects/ejb3/trunk/api/.project	2008-11-12 23:47:04 UTC (rev 80865)
@@ -1,17 +1,17 @@
-<projectDescription>
-  <name>jboss-ejb3-api</name>
-  <comment>JBoss EJB 3.1 API classes</comment>
-  <projects/>
-  <buildSpec>
-    <buildCommand>
-      <name>org.eclipse.jdt.core.javabuilder</name>
-    </buildCommand>
-    <buildCommand>
-      <name>org.maven.ide.eclipse.maven2Builder</name>
-    </buildCommand>
-  </buildSpec>
-  <natures>
-    <nature>org.eclipse.jdt.core.javanature</nature>
-    <nature>org.maven.ide.eclipse.maven2Nature</nature>
-  </natures>
+<projectDescription>
+  <name>jboss-ejb3-api</name>
+  <comment>JBoss EJB 3.1 API classes</comment>
+  <projects/>
+  <buildSpec>
+    <buildCommand>
+      <name>org.eclipse.jdt.core.javabuilder</name>
+    </buildCommand>
+    <buildCommand>
+      <name>org.maven.ide.eclipse.maven2Builder</name>
+    </buildCommand>
+  </buildSpec>
+  <natures>
+    <nature>org.eclipse.jdt.core.javanature</nature>
+    <nature>org.maven.ide.eclipse.maven2Nature</nature>
+  </natures>
 </projectDescription>
\ No newline at end of file

Modified: projects/ejb3/trunk/api/.settings/org.eclipse.jdt.core.prefs
===================================================================
--- projects/ejb3/trunk/api/.settings/org.eclipse.jdt.core.prefs	2008-11-12 23:38:44 UTC (rev 80864)
+++ projects/ejb3/trunk/api/.settings/org.eclipse.jdt.core.prefs	2008-11-12 23:47:04 UTC (rev 80865)
@@ -1,4 +1,4 @@
-#Fri Sep 05 11:03:56 CEST 2008
+#Wed Nov 12 18:45:10 GMT-05:00 2008
 org.eclipse.jdt.core.compiler.codegen.targetPlatform=1.5
 eclipse.preferences.version=1
 org.eclipse.jdt.core.compiler.source=1.5




More information about the jboss-cvs-commits mailing list