[jboss-cvs] JBossAS SVN: r72039 - trunk/testsuite.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Fri Apr 11 12:41:56 EDT 2008


Author: bstansberry at jboss.com
Date: 2008-04-11 12:41:55 -0400 (Fri, 11 Apr 2008)
New Revision: 72039

Modified:
   trunk/testsuite/.classpath
Log:
Add jboss-XXX-aspects jars to classpath

Modified: trunk/testsuite/.classpath
===================================================================
--- trunk/testsuite/.classpath	2008-04-11 16:41:44 UTC (rev 72038)
+++ trunk/testsuite/.classpath	2008-04-11 16:41:55 UTC (rev 72039)
@@ -36,6 +36,8 @@
 	<classpathentry kind="lib" path="/thirdparty/httpunit/lib/httpunit.jar"/>
 	<classpathentry kind="lib" path="/thirdparty/junit/lib/junit.jar" sourcepath="/thirdparty/junit/lib/junit-src.zip"/>
 	<classpathentry kind="lib" path="/thirdparty/jboss/test/lib/jboss-test.jar" sourcepath="/thirdparty/jboss/test/lib/jboss-test-src.zip"/>
+	<classpathentry kind="lib" path="/thirdparty/org/jboss/aspects/lib/jboss-remoting-aspects.jar"/>
 	<classpathentry kind="lib" path="/thirdparty/org/jboss/aspects/lib/jboss-security-aspects.jar"/>
+	<classpathentry kind="lib" path="/thirdparty/org/jboss/aspects/lib/jboss-transaction-aspects.jar"/>
 	<classpathentry kind="output" path="output/eclipse-classes"/>
 </classpath>




More information about the jboss-cvs-commits mailing list