[jboss-cvs] JBossAS SVN: r76648 - projects/ejb3/trunk/interceptors.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Tue Aug 5 06:13:24 EDT 2008


Author: wolfc
Date: 2008-08-05 06:13:24 -0400 (Tue, 05 Aug 2008)
New Revision: 76648

Modified:
   projects/ejb3/trunk/interceptors/.classpath
   projects/ejb3/trunk/interceptors/.project
Log:
Using eclipse profile to get correct class path

Modified: projects/ejb3/trunk/interceptors/.classpath
===================================================================
--- projects/ejb3/trunk/interceptors/.classpath	2008-08-05 10:13:00 UTC (rev 76647)
+++ projects/ejb3/trunk/interceptors/.classpath	2008-08-05 10:13:24 UTC (rev 76648)
@@ -1,10 +1,10 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <classpath>
-	<classpathentry kind="src" path="src/main/java"/>
-	<classpathentry excluding="**/*.java" kind="src" path="src/main/resources"/>
+	<classpathentry kind="src" output="eclipse-target/classes" path="src/main/java"/>
 	<classpathentry kind="src" output="eclipse-target/tests-classes" path="src/test/java"/>
+	<classpathentry excluding="**/*.java" kind="src" output="eclipse-target/classes" path="src/main/resources"/>
 	<classpathentry excluding="**/*.java" kind="src" output="eclipse-target/tests-classes" path="src/test/resources"/>
+	<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/jdk1.5.0_15"/>
+	<classpathentry kind="con" path="org.maven.ide.eclipse.MAVEN2_CLASSPATH_CONTAINER"/>
 	<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>

Modified: projects/ejb3/trunk/interceptors/.project
===================================================================
--- projects/ejb3/trunk/interceptors/.project	2008-08-05 10:13:00 UTC (rev 76647)
+++ projects/ejb3/trunk/interceptors/.project	2008-08-05 10:13:24 UTC (rev 76648)
@@ -1,24 +1,18 @@
-<?xml version="1.0" encoding="UTF-8"?>
 <projectDescription>
-	<name>jboss-ejb3-interceptors</name>
-	<comment>The JBoss EJB 3 Interceptors component implements all functionality
+  <name>jboss-ejb3-interceptors</name>
+  <comment>The JBoss EJB 3 Interceptors component implements all functionality
     specified in Chapter 12 (Interceptors) of the EJB 3 specification.</comment>
-	<projects>
-	</projects>
-	<buildSpec>
-		<buildCommand>
-			<name>org.maven.ide.eclipse.maven2Builder</name>
-			<arguments>
-			</arguments>
-		</buildCommand>
-		<buildCommand>
-			<name>org.eclipse.jdt.core.javabuilder</name>
-			<arguments>
-			</arguments>
-		</buildCommand>
-	</buildSpec>
-	<natures>
-		<nature>org.eclipse.jdt.core.javanature</nature>
-		<nature>org.maven.ide.eclipse.maven2Nature</nature>
-	</natures>
-</projectDescription>
+  <projects/>
+  <buildSpec>
+    <buildCommand>
+      <name>org.maven.ide.eclipse.maven2Builder</name>
+    </buildCommand>
+    <buildCommand>
+      <name>org.eclipse.jdt.core.javabuilder</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