[Jboss-cvs] JBossAS SVN: r56729 - trunk/console

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Mon Sep 11 10:41:24 EDT 2006


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

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

Modified: trunk/console/.classpath
===================================================================
--- trunk/console/.classpath	2006-09-11 12:24:59 UTC (rev 56728)
+++ trunk/console/.classpath	2006-09-11 14:41:23 UTC (rev 56729)
@@ -16,7 +16,8 @@
 	<classpathentry kind="src" path="/aop"/>
 	<classpathentry kind="lib" path="/thirdparty/dom4j/lib/dom4j.jar"/>
 	<classpathentry kind="src" path="/j2se"/>
-	<classpathentry kind="src" path="/security"/>
 	<classpathentry kind="src" path="/server"/>
+	<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