[jboss-cvs] JBossAS SVN: r57855 - trunk/spring-int

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Thu Oct 26 15:10:06 EDT 2006


Author: scott.stark at jboss.org
Date: 2006-10-26 15:10:04 -0400 (Thu, 26 Oct 2006)
New Revision: 57855

Modified:
   trunk/spring-int/.classpath
Log:
Fix the build classpath thirdparty jars

Modified: trunk/spring-int/.classpath
===================================================================
--- trunk/spring-int/.classpath	2006-10-26 16:44:51 UTC (rev 57854)
+++ trunk/spring-int/.classpath	2006-10-26 19:10:04 UTC (rev 57855)
@@ -25,9 +25,8 @@
 	<classpathentry kind="lib" path="/thirdparty/jboss/test/lib/jboss-test.jar"/>
 	<classpathentry combineaccessrules="false" kind="src" path="/system-jmx"/>
 	<classpathentry kind="lib" path="/thirdparty/jboss/microcontainer/lib/jboss-deployers.jar"/>
-	<classpathentry kind="lib" path="/thirdparty/jboss/aop/lib/jboss-aop.jar"/>
 	<classpathentry kind="lib" path="/thirdparty/jboss/aop/lib/jboss-aop-jdk50.jar"/>
-	<classpathentry kind="lib" path="/thirdparty/jboss/aop/lib/jdk14-pluggable-instrumentor.jar"/>
 	<classpathentry kind="lib" path="/thirdparty/jboss/aop/lib/pluggable-instrumentor.jar"/>
+	<classpathentry kind="lib" path="/thirdparty/apache-logging/lib/commons-logging.jar"/>
 	<classpathentry kind="output" path="output/eclipse-classes"/>
 </classpath>




More information about the jboss-cvs-commits mailing list