[jboss-cvs] JBossAS SVN: r57389 - trunk/testsuite

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Tue Oct 3 12:29:06 EDT 2006


Author: clebert.suconic at jboss.com
Date: 2006-10-03 12:29:04 -0400 (Tue, 03 Oct 2006)
New Revision: 57389

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

Modified: trunk/testsuite/.classpath
===================================================================
--- trunk/testsuite/.classpath	2006-10-03 16:28:32 UTC (rev 57388)
+++ trunk/testsuite/.classpath	2006-10-03 16:29:04 UTC (rev 57389)
@@ -73,5 +73,9 @@
 	<classpathentry kind="lib" path="/thirdparty/sun-opends/lib/OpenDS.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