[Jboss-cvs] JBossAS SVN: r56664 - trunk/aspects

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


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

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

Modified: trunk/aspects/.classpath
===================================================================
--- trunk/aspects/.classpath	2006-09-08 19:18:02 UTC (rev 56663)
+++ trunk/aspects/.classpath	2006-09-08 19:18:15 UTC (rev 56664)
@@ -12,7 +12,7 @@
 	<classpathentry kind="src" path="/cluster"/>
 	<classpathentry kind="src" path="/transaction"/>
 	<classpathentry kind="src" path="/j2ee"/>
-	<classpathentry sourcepath="C:/usr/local/Java/Jakarta/jakarta-log4j-1.2.8/src/java" kind="lib" path="/thirdparty/apache-log4j/lib/log4j.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/oswego-concurrent/lib/concurrent.jar"/>
 	<classpathentry kind="lib" path="/thirdparty/apache-logging/lib/commons-logging.jar"/>
 	<classpathentry kind="lib" path="/thirdparty/beanshell/lib/bsh-1.3.0.jar"/>
@@ -25,8 +25,9 @@
 	<classpathentry kind="lib" path="/thirdparty/sun-servlet/lib/servlet-api.jar"/>
 	<classpathentry kind="lib" path="/thirdparty/apache-xerces/lib/xercesImpl.jar"/>
 	<classpathentry kind="lib" path="/thirdparty/trove/lib/trove.jar"/>
-	<classpathentry combineaccessrules="false" kind="src" path="/security"/>
-	<classpathentry sourcepath="/javassist" kind="lib" path="/thirdparty/javassist/lib/javassist.jar"/>
+	<classpathentry kind="lib" path="/thirdparty/javassist/lib/javassist.jar" sourcepath="/javassist"/>
 	<classpathentry kind="lib" path="/thirdparty/jboss/test/lib/jboss-test.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