[jboss-cvs] JBossAS SVN: r63265 - branches/JBoss_4_0_5_GA_CP/testsuite/imports/sections.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Wed May 30 17:54:40 EDT 2007


Author: jaroslaw.kijanowski
Date: 2007-05-30 17:54:40 -0400 (Wed, 30 May 2007)
New Revision: 63265

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

Modified: branches/JBoss_4_0_5_GA_CP/testsuite/imports/sections/cluster.xml
===================================================================
--- branches/JBoss_4_0_5_GA_CP/testsuite/imports/sections/cluster.xml	2007-05-30 21:52:36 UTC (rev 63264)
+++ branches/JBoss_4_0_5_GA_CP/testsuite/imports/sections/cluster.xml	2007-05-30 21:54:40 UTC (rev 63265)
@@ -189,7 +189,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