[Jboss-cvs] JBossAS SVN: r56658 - trunk/server

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Fri Sep 8 15:14:13 EDT 2006


Author: anil.saldhana at jboss.com
Date: 2006-09-08 15:14:12 -0400 (Fri, 08 Sep 2006)
New Revision: 56658

Modified:
   trunk/server/.classpath
Log:
SECURITY-1:fix eclipse build

Modified: trunk/server/.classpath
===================================================================
--- trunk/server/.classpath	2006-09-08 19:13:03 UTC (rev 56657)
+++ trunk/server/.classpath	2006-09-08 19:14:12 UTC (rev 56658)
@@ -22,8 +22,9 @@
 	<classpathentry kind="src" path="/mbeans"/>
 	<classpathentry kind="lib" path="/thirdparty/apache-xerces/lib/xercesImpl.jar"/>
 	<classpathentry kind="lib" path="/thirdparty/jboss/remoting/lib/jboss-remoting.jar"/>
-	<classpathentry combineaccessrules="false" kind="src" path="/security"/>
 	<classpathentry kind="lib" path="/thirdparty/jboss/jbossxb/lib/jboss-xml-binding.jar"/>
 	<classpathentry kind="lib" path="/thirdparty/hibernate-entitymanager/lib/ejb3-persistence.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