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

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Tue Apr 29 15:08:51 EDT 2008


Author: ALRubinger
Date: 2008-04-29 15:08:50 -0400 (Tue, 29 Apr 2008)
New Revision: 72870

Modified:
   trunk/testsuite/build.xml
Log:
Add jboss-aspects to TestSuite CP

Modified: trunk/testsuite/build.xml
===================================================================
--- trunk/testsuite/build.xml	2008-04-29 18:03:57 UTC (rev 72869)
+++ trunk/testsuite/build.xml	2008-04-29 19:08:50 UTC (rev 72870)
@@ -164,6 +164,9 @@
 
    	  <!-- For classloader leak tests -->
       <path refid="jboss.profiler.jvmti.classpath"/>
+			
+      <!-- org.jboss.aspects:jboss-aspects -->
+      <path refid="org.jboss.aspects.classpath"/>
 
    </path>
 




More information about the jboss-cvs-commits mailing list