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

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Wed Nov 12 18:58:08 EST 2008


Author: ALRubinger
Date: 2008-11-12 18:58:08 -0500 (Wed, 12 Nov 2008)
New Revision: 80872

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

Modified: projects/ejb3/trunk/attachments/.classpath
===================================================================
--- projects/ejb3/trunk/attachments/.classpath	2008-11-12 23:55:48 UTC (rev 80871)
+++ projects/ejb3/trunk/attachments/.classpath	2008-11-12 23:58:08 UTC (rev 80872)
@@ -1,9 +1,7 @@
-<?xml version="1.0" encoding="UTF-8"?>
 <classpath>
-	<classpathentry kind="src" path="src/main/java"/>
-	<classpathentry kind="src" output="eclipse-target/tests-classes" path="src/test/java"/>
-	<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
-	<classpathentry kind="con" path="org.maven.ide.eclipse.MAVEN2_CLASSPATH_CONTAINER"/>
-	<classpathentry kind="con" path="org.eclipse.jdt.junit.JUNIT_CONTAINER/4"/>
-	<classpathentry kind="output" path="eclipse-target/classes"/>
-</classpath>
+  <classpathentry kind="src" path="src/main/java"/>
+  <classpathentry kind="src" path="src/test/java" output="eclipse-target/tests-classes"/>
+  <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/attachments/.project
===================================================================
--- projects/ejb3/trunk/attachments/.project	2008-11-12 23:55:48 UTC (rev 80871)
+++ projects/ejb3/trunk/attachments/.project	2008-11-12 23:58:08 UTC (rev 80872)
@@ -1,19 +1,19 @@
-<?xml version="1.0" encoding="UTF-8"?>
 <projectDescription>
-	<name>jboss-ejb3-attachments</name>
-	<comment>With JBoss EJB 3 Attachments objects can be attached to an
+  <name>jboss-ejb3-attachments</name>
+  <comment>With JBoss EJB 3 Attachments objects can be attached to a master
     object. The attached objects will then be retained until 
-    the attachee is garbage collected.</comment>
-	<projects>
-	</projects>
-	<buildSpec>
-		<buildCommand>
-			<name>org.eclipse.jdt.core.javabuilder</name>
-			<arguments>
-			</arguments>
-		</buildCommand>
-	</buildSpec>
-	<natures>
-		<nature>org.eclipse.jdt.core.javanature</nature>
-	</natures>
-</projectDescription>
+    the master is garbage collected.</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/attachments/.settings/org.eclipse.jdt.core.prefs
===================================================================
--- projects/ejb3/trunk/attachments/.settings/org.eclipse.jdt.core.prefs	2008-11-12 23:55:48 UTC (rev 80871)
+++ projects/ejb3/trunk/attachments/.settings/org.eclipse.jdt.core.prefs	2008-11-12 23:58:08 UTC (rev 80872)
@@ -1,4 +1,4 @@
-#Fri Mar 28 09:59:23 CET 2008
+#Wed Nov 12 18:57:14 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

Modified: projects/ejb3/trunk/attachments/pom.xml
===================================================================
--- projects/ejb3/trunk/attachments/pom.xml	2008-11-12 23:55:48 UTC (rev 80871)
+++ projects/ejb3/trunk/attachments/pom.xml	2008-11-12 23:58:08 UTC (rev 80872)
@@ -6,7 +6,7 @@
   <parent>
     <groupId>org.jboss.ejb3</groupId>
     <artifactId>jboss-ejb3-build</artifactId>
-    <version>0.13.0-SNAPSHOT</version>
+    <version>1.0.0-Beta1</version>
     <relativePath>../build/pom.xml</relativePath>
   </parent>
   <modelVersion>4.0.0</modelVersion>




More information about the jboss-cvs-commits mailing list