[jboss-cvs] JBossAS SVN: r82269 - projects/ejb3/trunk/mc-int.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Mon Dec 15 02:36:44 EST 2008


Author: ALRubinger
Date: 2008-12-15 02:36:44 -0500 (Mon, 15 Dec 2008)
New Revision: 82269

Added:
   projects/ejb3/trunk/mc-int/.classpath
   projects/ejb3/trunk/mc-int/.project
Modified:
   projects/ejb3/trunk/mc-int/
Log:
[EJBTHREE-1625] Set m2eclipse on jboss-ejb3-mc-int


Property changes on: projects/ejb3/trunk/mc-int
___________________________________________________________________
Name: svn:ignore
   - target
target-eclipse
eclipse-target
.settings

   + target
target-eclipse
eclipse-target
.settings
bin


Added: projects/ejb3/trunk/mc-int/.classpath
===================================================================
--- projects/ejb3/trunk/mc-int/.classpath	                        (rev 0)
+++ projects/ejb3/trunk/mc-int/.classpath	2008-12-15 07:36:44 UTC (rev 82269)
@@ -0,0 +1,9 @@
+<classpath>
+  <classpathentry kind="src" path="src/main/java"/>
+  <classpathentry kind="src" path="src/main/resources" excluding="**/*.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

Added: projects/ejb3/trunk/mc-int/.project
===================================================================
--- projects/ejb3/trunk/mc-int/.project	                        (rev 0)
+++ projects/ejb3/trunk/mc-int/.project	2008-12-15 07:36:44 UTC (rev 82269)
@@ -0,0 +1,17 @@
+<projectDescription>
+  <name>jboss-ejb3-mc-int</name>
+  <comment>JBoss EJB 3.x Integration with JBoss Microcontainer</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




More information about the jboss-cvs-commits mailing list