[jboss-cvs] JBossAS SVN: r75077 - projects/aop/trunk/aop.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Wed Jun 25 13:10:15 EDT 2008


Author: kabir.khan at jboss.com
Date: 2008-06-25 13:10:14 -0400 (Wed, 25 Jun 2008)
New Revision: 75077

Modified:
   projects/aop/trunk/aop/build-tests-jdk50.xml
Log:
Disable the jrockit tests

Modified: projects/aop/trunk/aop/build-tests-jdk50.xml
===================================================================
--- projects/aop/trunk/aop/build-tests-jdk50.xml	2008-06-25 17:07:23 UTC (rev 75076)
+++ projects/aop/trunk/aop/build-tests-jdk50.xml	2008-06-25 17:10:14 UTC (rev 75077)
@@ -320,9 +320,11 @@
 
       <delete dir="${build.tests.classes}"/>
       <antcall target="precompiled-compatibility-tests" inheritRefs="true"/>
-
+      
+      <!--
       <antcall target="jrockit-tests" inheritRefs="true"/>
       <antcall target="jrockit-genadvisor-tests" inheritRefs="true"/>
+      -->
    </target>
 
    <target name="all-tests" depends="tests">




More information about the jboss-cvs-commits mailing list