[jboss-cvs] JBossAS SVN: r63264 - branches/JBoss_4_0_4_GA_CP/testsuite/imports/sections.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Wed May 30 17:52:36 EDT 2007


Author: jaroslaw.kijanowski
Date: 2007-05-30 17:52:36 -0400 (Wed, 30 May 2007)
New Revision: 63264

Modified:
   branches/JBoss_4_0_4_GA_CP/testsuite/imports/sections/cluster.xml
Log:
JBQA-827 fix aoppath issue in testsuite

Modified: branches/JBoss_4_0_4_GA_CP/testsuite/imports/sections/cluster.xml
===================================================================
--- branches/JBoss_4_0_4_GA_CP/testsuite/imports/sections/cluster.xml	2007-05-30 21:27:17 UTC (rev 63263)
+++ branches/JBoss_4_0_4_GA_CP/testsuite/imports/sections/cluster.xml	2007-05-30 21:52:36 UTC (rev 63264)
@@ -180,7 +180,10 @@
          <classpath refid="jboss.tomcat.classpath"/>
          <src path="${build.classes}"/>
          <include name="org/jboss/test/cluster/web/aop/**"/>
+         <!-- The needed aop.xml file is picked up from the
+              jboss-web-cluster.aop jar via jboss.tomcat.classpath
          <aoppath path="${source.resources}/cluster/http/jboss-aop.xml"/>
+         -->
       </aopc>
       
 




More information about the jboss-cvs-commits mailing list