[Jboss-cvs] JBossAS SVN: r56662 - trunk/connector

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


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

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

Modified: trunk/connector/.classpath
===================================================================
--- trunk/connector/.classpath	2006-09-08 19:16:02 UTC (rev 56661)
+++ trunk/connector/.classpath	2006-09-08 19:17:38 UTC (rev 56662)
@@ -7,8 +7,6 @@
 	<classpathentry kind="lib" path="/thirdparty/jboss/common/lib/jboss-common.jar"/>
 	<classpathentry kind="src" path="/server"/>
 	<classpathentry kind="src" path="/transaction"/>
-	<classpathentry kind="src" path="/security"/>
-	<classpathentry kind="lib" path="/thirdparty/apache-log4j/lib/log4j.jar"/>
 	<classpathentry kind="lib" path="/thirdparty/oswego-concurrent/lib/concurrent.jar"/>
 	<classpathentry kind="lib" path="/thirdparty/apache-xerces/lib/xml-apis.jar"/>
 	<classpathentry kind="lib" path="/thirdparty/apache-xerces/lib/xercesImpl.jar"/>
@@ -17,5 +15,8 @@
 	<classpathentry kind="lib" path="/thirdparty/quartz/lib/quartz-all-1.5.2.jar"/>
 	<classpathentry kind="lib" path="/thirdparty/jboss/serialization/lib/jboss-serialization.jar"/>
 	<classpathentry kind="lib" path="/thirdparty/jboss/jbossxb/lib/jboss-xml-binding.jar"/>
+	<classpathentry kind="lib" path="/thirdparty/apache-log4j/lib/log4j.jar" sourcepath="C:/usr/local/Java/Jakarta/jakarta-log4j-1.2.8/src/java"/>
+	<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