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

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Tue Oct 3 12:28:33 EDT 2006


Author: clebert.suconic at jboss.com
Date: 2006-10-03 12:28:32 -0400 (Tue, 03 Oct 2006)
New Revision: 57388

Modified:
   trunk/spring-int/.classpath
Log:
Adding AOP as a library. (AOP was removed as a project)

Modified: trunk/spring-int/.classpath
===================================================================
--- trunk/spring-int/.classpath	2006-10-03 16:04:10 UTC (rev 57387)
+++ trunk/spring-int/.classpath	2006-10-03 16:28:32 UTC (rev 57388)
@@ -5,13 +5,12 @@
 	<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
 	<classpathentry combineaccessrules="false" kind="src" path="/system"/>
 	<classpathentry combineaccessrules="false" kind="src" path="/j2se"/>
- <classpathentry kind="lib" path="/thirdparty/jboss/common-core/lib/jboss-common-core.jar"/>
- <classpathentry kind="lib" path="/thirdparty/jboss/common-logging-spi/lib/jboss-logging-spi.jar"/>
- <classpathentry kind="lib" path="/thirdparty/jboss/common-logging-log4j/lib/jboss-logging-log4j.jar"/>
+	<classpathentry kind="lib" path="/thirdparty/jboss/common-core/lib/jboss-common-core.jar"/>
+	<classpathentry kind="lib" path="/thirdparty/jboss/common-logging-spi/lib/jboss-logging-spi.jar"/>
+	<classpathentry kind="lib" path="/thirdparty/jboss/common-logging-log4j/lib/jboss-logging-log4j.jar"/>
 	<classpathentry combineaccessrules="false" kind="src" path="/server"/>
 	<classpathentry kind="lib" path="/thirdparty/spring/lib/spring-beans.jar"/>
 	<classpathentry kind="lib" path="/thirdparty/spring/lib/spring-core.jar"/>
-	<classpathentry combineaccessrules="false" kind="src" path="/aop"/>
 	<classpathentry combineaccessrules="false" kind="src" path="/j2ee"/>
 	<classpathentry combineaccessrules="false" kind="src" path="/ejb3x"/>
 	<classpathentry kind="lib" path="/thirdparty/spring/lib/spring-web.jar"/>
@@ -26,5 +25,9 @@
 	<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="output" path="output/eclipse-classes"/>
 </classpath>




More information about the jboss-cvs-commits mailing list