[Jboss-cvs] JBossAS SVN: r55259 - trunk/deployment

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Fri Aug 4 14:52:31 EDT 2006


Author: scott.stark at jboss.org
Date: 2006-08-04 14:52:29 -0400 (Fri, 04 Aug 2006)
New Revision: 55259

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

Modified: trunk/deployment/.classpath
===================================================================
--- trunk/deployment/.classpath	2006-08-04 18:52:26 UTC (rev 55258)
+++ trunk/deployment/.classpath	2006-08-04 18:52:29 UTC (rev 55259)
@@ -1,32 +1,12 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <classpath>
-	<classpathentry kind="src" path="src/main">
-		<attributes>
-		</attributes>
-	</classpathentry>
-	<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER">
-		<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="src" path="/system">
-		<attributes>
-		</attributes>
-	</classpathentry>
-	<classpathentry kind="lib" path="/thirdparty/dom4j/lib/dom4j.jar">
-		<attributes>
-		</attributes>
-	</classpathentry>
-	<classpathentry kind="src" path="/j2se">
-		<attributes>
-		</attributes>
-	</classpathentry>
+	<classpathentry kind="src" path="src/main"/>
+	<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
+	<classpathentry kind="lib" path="/thirdparty/jboss/common/lib/jboss-common.jar"/>
+	<classpathentry kind="src" path="/j2ee"/>
+	<classpathentry kind="src" path="/system"/>
+	<classpathentry kind="lib" path="/thirdparty/dom4j/lib/dom4j.jar"/>
+	<classpathentry kind="src" path="/j2se"/>
+	<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