[jboss-cvs] JBossAS SVN: r63252 - trunk/testsuite/imports/sections.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Wed May 30 09:48:45 EDT 2007


Author: bstansberry at jboss.com
Date: 2007-05-30 09:48:45 -0400 (Wed, 30 May 2007)
New Revision: 63252

Modified:
   trunk/testsuite/imports/sections/cluster.xml
Log:
Comment change

Modified: trunk/testsuite/imports/sections/cluster.xml
===================================================================
--- trunk/testsuite/imports/sections/cluster.xml	2007-05-30 13:46:26 UTC (rev 63251)
+++ trunk/testsuite/imports/sections/cluster.xml	2007-05-30 13:48:45 UTC (rev 63252)
@@ -195,12 +195,13 @@
          <path refid="qdox.classpath"/>
          <path refid="trove.classpath"/>
          <path refid="jboss.aop.classpath"/>
-      <path refid="jboss.common.core.classpath"/>
-      <path refid="jboss.common.logging.spi.classpath"/>
-      <path refid="jboss.common.logging.log4j.classpath"/>
-      <path refid="jboss.common.logging.jdk.classpath"/>
+         <path refid="jboss.common.core.classpath"/>
+         <path refid="jboss.common.logging.spi.classpath"/>
+         <path refid="jboss.common.logging.log4j.classpath"/>
+         <path refid="jboss.common.logging.jdk.classpath"/>
          <path refid="jboss.cache.classpath"/>
       </path>
+   	
       <taskdef name="annotationc" classname="org.jboss.aop.ant.AnnotationC"
          classpathref="jboss.aop.classpath"/>
       <annotationc compilerclasspathref="aop.task.classpath" bytecode="true">
@@ -225,7 +226,8 @@
          <classpath refid="jboss.tomcat.classpath"/>
          <src path="${build.classes}"/>
          <include name="org/jboss/test/cluster/web/aop/**"/>
-         <!--aoppath path="${source.resources}/cluster/http/pojocache-aop.xml"/-->
+         <!--aoppath The needed aop.xml file is picked up from the 
+                     jboss-web-cluster.aop jar via jboss.tomcat.classpath -->
       </aopc>
       
       <!-- build http-scoped-field.war -->




More information about the jboss-cvs-commits mailing list