[Jboss-cvs] JBossAS SVN: r56660 - trunk/messaging

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


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

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

Modified: trunk/messaging/.classpath
===================================================================
--- trunk/messaging/.classpath	2006-09-08 19:14:42 UTC (rev 56659)
+++ trunk/messaging/.classpath	2006-09-08 19:15:27 UTC (rev 56660)
@@ -6,11 +6,12 @@
 	<classpathentry kind="src" path="/j2ee"/>
 	<classpathentry kind="src" path="/system"/>
 	<classpathentry kind="lib" path="/thirdparty/jboss/common/lib/jboss-common.jar"/>
-	<classpathentry kind="src" path="/security"/>
 	<classpathentry kind="src" path="/server"/>
 	<classpathentry kind="src" path="/transaction"/>
 	<classpathentry kind="lib" path="/thirdparty/oswego-concurrent/lib/concurrent.jar"/>
 	<classpathentry kind="lib" path="/thirdparty/apache-log4j/lib/log4j.jar"/>
 	<classpathentry kind="src" path="/j2se"/>
+	<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