[Jboss-cvs] JBossAS SVN: r55293 - branches/MC_VDF_WORK/deployment

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Fri Aug 4 18:48:42 EDT 2006


Author: scott.stark at jboss.org
Date: 2006-08-04 18:48:41 -0400 (Fri, 04 Aug 2006)
New Revision: 55293

Modified:
   branches/MC_VDF_WORK/deployment/.classpath
Log:
The system-jmx project ref should be added on the MC_VDF_WORK branch, not head

Modified: branches/MC_VDF_WORK/deployment/.classpath
===================================================================
--- branches/MC_VDF_WORK/deployment/.classpath	2006-08-04 22:47:00 UTC (rev 55292)
+++ branches/MC_VDF_WORK/deployment/.classpath	2006-08-04 22:48:41 UTC (rev 55293)
@@ -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