[Jboss-cvs] JBossAS SVN: r56730 - trunk/jbossas

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Mon Sep 11 10:42:18 EDT 2006


Author: kabir.khan at jboss.com
Date: 2006-09-11 10:42:10 -0400 (Mon, 11 Sep 2006)
New Revision: 56730

Modified:
   trunk/jbossas/.classpath
Log:
Fix the eclipse build

Modified: trunk/jbossas/.classpath
===================================================================
--- trunk/jbossas/.classpath	2006-09-11 14:41:23 UTC (rev 56729)
+++ trunk/jbossas/.classpath	2006-09-11 14:42:10 UTC (rev 56730)
@@ -1,44 +1,15 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <classpath>
-	<classpathentry excluding="tests/" kind="src" path="remoting/src/main">
-		<attributes>
-		</attributes>
-	</classpathentry>
-	<classpathentry kind="src" path="remoting/src/main/tests">
-		<attributes>
-		</attributes>
-	</classpathentry>
-	<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER">
-		<attributes>
-		</attributes>
-	</classpathentry>
-	<classpathentry combineaccessrules="false" kind="src" path="/aop">
-		<attributes>
-		</attributes>
-	</classpathentry>
-	<classpathentry kind="lib" path="/thirdparty/jboss/remoting/lib/jboss-remoting.jar">
-		<attributes>
-		</attributes>
-	</classpathentry>
-	<classpathentry combineaccessrules="false" kind="src" path="/security">
-		<attributes>
-		</attributes>
-	</classpathentry>
-	<classpathentry combineaccessrules="false" kind="src" path="/server">
-		<attributes>
-		</attributes>
-	</classpathentry>
-	<classpathentry kind="lib" path="/thirdparty/jboss/common/lib/jboss-common.jar">
-		<attributes>
-		</attributes>
-	</classpathentry>
-	<classpathentry kind="lib" path="/thirdparty/junit/lib/junit.jar">
-		<attributes>
-		</attributes>
-	</classpathentry>
-	<classpathentry kind="lib" path="/thirdparty/apache-log4j/lib/log4j.jar">
-		<attributes>
-		</attributes>
-	</classpathentry>
+	<classpathentry excluding="tests/" kind="src" path="remoting/src/main"/>
+	<classpathentry kind="src" path="remoting/src/main/tests"/>
+	<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
+	<classpathentry combineaccessrules="false" kind="src" path="/aop"/>
+	<classpathentry kind="lib" path="/thirdparty/jboss/remoting/lib/jboss-remoting.jar"/>
+	<classpathentry combineaccessrules="false" kind="src" path="/server"/>
+	<classpathentry kind="lib" path="/thirdparty/jboss/common/lib/jboss-common.jar"/>
+	<classpathentry kind="lib" path="/thirdparty/junit/lib/junit.jar"/>
+	<classpathentry kind="lib" path="/thirdparty/apache-log4j/lib/log4j.jar"/>
+	<classpathentry kind="lib" path="/thirdparty/jboss/security/lib/jbosssx.jar"/>
+	<classpathentry kind="lib" path="/thirdparty/jboss/security-spi/lib/jboss-security-spi.jar"/>
 	<classpathentry kind="output" path="output/eclipse-classes"/>
 </classpath>




More information about the jboss-cvs-commits mailing list