[Jboss-cvs] JBossAS SVN: r56656 - trunk/tomcat

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Fri Sep 8 15:11:09 EDT 2006


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

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

Modified: trunk/tomcat/.classpath
===================================================================
--- trunk/tomcat/.classpath	2006-09-08 19:07:46 UTC (rev 56655)
+++ trunk/tomcat/.classpath	2006-09-08 19:11:08 UTC (rev 56656)
@@ -5,7 +5,6 @@
 	<classpathentry kind="lib" path="/thirdparty/jboss/common/lib/jboss-common.jar"/>
 	<classpathentry kind="src" path="/server"/>
 	<classpathentry kind="src" path="/system"/>
-	<classpathentry kind="src" path="/security"/>
 	<classpathentry kind="src" path="/cluster"/>
 	<classpathentry kind="src" path="/j2ee"/>
 	<classpathentry kind="lib" path="/thirdparty/apache-log4j/lib/log4j.jar"/>
@@ -35,5 +34,7 @@
 	<classpathentry kind="lib" path="/thirdparty/sun-jsf/lib/jsf-impl.jar"/>
 	<classpathentry combineaccessrules="false" kind="src" path="/ejb3"/>
 	<classpathentry kind="lib" path="/thirdparty/jboss/serialization/lib/jboss-serialization.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