[Jboss-cvs] JBossAS SVN: r55247 - trunk/transaction

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Fri Aug 4 14:51:29 EDT 2006


Author: scott.stark at jboss.org
Date: 2006-08-04 14:51:27 -0400 (Fri, 04 Aug 2006)
New Revision: 55247

Modified:
   trunk/transaction/.classpath
Log:
Update the classpaths to refer to the new system-jmx project

Modified: trunk/transaction/.classpath
===================================================================
--- trunk/transaction/.classpath	2006-08-04 18:51:24 UTC (rev 55246)
+++ trunk/transaction/.classpath	2006-08-04 18:51:27 UTC (rev 55247)
@@ -1,36 +1,13 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <classpath>
-	<classpathentry excluding="org/jboss/tm/recovery/test/**" kind="src" path="src/main">
-		<attributes>
-		</attributes>
-	</classpathentry>
-	<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER">
-		<attributes>
-		</attributes>
-	</classpathentry>
-	<classpathentry kind="src" path="/system">
-		<attributes>
-		</attributes>
-	</classpathentry>
-	<classpathentry kind="lib" path="/thirdparty/jboss/common/lib/jboss-common.jar">
-		<attributes>
-		</attributes>
-	</classpathentry>
-	<classpathentry kind="src" path="/j2ee">
-		<attributes>
-		</attributes>
-	</classpathentry>
-	<classpathentry kind="lib" path="/thirdparty/oswego-concurrent/lib/concurrent.jar">
-		<attributes>
-		</attributes>
-	</classpathentry>
-	<classpathentry kind="src" path="/j2se">
-		<attributes>
-		</attributes>
-	</classpathentry>
-	<classpathentry kind="lib" path="/thirdparty/jboss/remoting/lib/jboss-remoting.jar">
-		<attributes>
-		</attributes>
-	</classpathentry>
+	<classpathentry excluding="org/jboss/tm/recovery/test/**" kind="src" path="src/main"/>
+	<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
+	<classpathentry kind="src" path="/system"/>
+	<classpathentry kind="lib" path="/thirdparty/jboss/common/lib/jboss-common.jar"/>
+	<classpathentry kind="src" path="/j2ee"/>
+	<classpathentry kind="lib" path="/thirdparty/oswego-concurrent/lib/concurrent.jar"/>
+	<classpathentry kind="src" path="/j2se"/>
+	<classpathentry kind="lib" path="/thirdparty/jboss/remoting/lib/jboss-remoting.jar"/>
+	<classpathentry combineaccessrules="false" kind="src" path="/system-jmx"/>
 	<classpathentry kind="output" path="output/eclipse-classes"/>
 </classpath>




More information about the jboss-cvs-commits mailing list