[jboss-cvs] JBossAS SVN: r107770 - branches/infinispan-int/testsuite/imports/sections.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Tue Aug 24 21:20:56 EDT 2010


Author: pferraro
Date: 2010-08-24 21:20:56 -0400 (Tue, 24 Aug 2010)
New Revision: 107770

Modified:
   branches/infinispan-int/testsuite/imports/sections/classloader.xml
Log:
Comment out pojo cache references.

Modified: branches/infinispan-int/testsuite/imports/sections/classloader.xml
===================================================================
--- branches/infinispan-int/testsuite/imports/sections/classloader.xml	2010-08-24 21:40:00 UTC (rev 107769)
+++ branches/infinispan-int/testsuite/imports/sections/classloader.xml	2010-08-25 01:20:56 UTC (rev 107770)
@@ -515,7 +515,7 @@
     </ear> 	
    	
     <!-- Need to aop prepare some classes for AopPreparedClassesClassloaderLeakUnitTestCase -->
-    <taskdef name="aopc" classname="org.jboss.aop.ant.AopC"
+    <!--taskdef name="aopc" classname="org.jboss.aop.ant.AopC"
          classpathref="org.jboss.aop.classpath"/>
     <path id="aop.task.classpath">
          <fileset refid="javassist:javassist:jar"/>
@@ -533,10 +533,10 @@
          <classpath path="${build.classes}"/>
          <classpath refid="org.jboss.jbossas.tomcat.classpath"/>
          <src path="${build.classes}"/>
-         <include name="org/jboss/test/classloader/leak/aop/*"/>
+         <include name="org/jboss/test/classloader/leak/aop/*"/-->
        <!--aoppath The needed aop.xml file is picked up from the 
            jbossweb-cluster.aop jar via org.jboss.jbossas.tomcat.classpath -->
-    </aopc>
+    <!--/aopc-->
    	
     <war destfile="${build.lib}/classloader-leak-nocache-replicable.war"
           webxml="${build.resources}/classloader/leak/war/nocache/WEB-INF/web.xml">



More information about the jboss-cvs-commits mailing list