[jboss-cvs] JBossAS SVN: r75118 - in projects/aop/trunk: aop and 1 other directory.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Thu Jun 26 10:14:54 EDT 2008


Author: kabir.khan at jboss.com
Date: 2008-06-26 10:14:54 -0400 (Thu, 26 Jun 2008)
New Revision: 75118

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

Modified: projects/aop/trunk/aop/build-tests-jdk50.xml
===================================================================
--- projects/aop/trunk/aop/build-tests-jdk50.xml	2008-06-26 14:07:02 UTC (rev 75117)
+++ projects/aop/trunk/aop/build-tests-jdk50.xml	2008-06-26 14:14:54 UTC (rev 75118)
@@ -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">

Modified: projects/aop/trunk/pom.xml
===================================================================
--- projects/aop/trunk/pom.xml	2008-06-26 14:07:02 UTC (rev 75117)
+++ projects/aop/trunk/pom.xml	2008-06-26 14:14:54 UTC (rev 75118)
@@ -99,7 +99,7 @@
       <dependency>
         <groupId>org.jboss</groupId>
         <artifactId>jboss-vfs</artifactId>
-        <version>2.0.0.Beta11</version>
+        <version>2.0.0.Beta19</version>
       </dependency>
       <dependency>
         <groupId>org.jboss.aop</groupId>




More information about the jboss-cvs-commits mailing list