[jboss-cvs] JBossAS SVN: r91666 - trunk/testsuite.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Sun Jul 26 08:40:10 EDT 2009


Author: pgier
Date: 2009-07-26 08:40:09 -0400 (Sun, 26 Jul 2009)
New Revision: 91666

Modified:
   trunk/testsuite/build.xml
Log:
[JBBUILD-531] Fix path to aop pluggable instrumentor again.

Modified: trunk/testsuite/build.xml
===================================================================
--- trunk/testsuite/build.xml	2009-07-26 12:16:22 UTC (rev 91665)
+++ trunk/testsuite/build.xml	2009-07-26 12:40:09 UTC (rev 91666)
@@ -2834,7 +2834,8 @@
       description="AOP tests requiring a native classloader hook">
 
       <!-- copy across the pluggable instrumentor -->
-      <copy todir="${jboss.dist}/bin" file="${org.jboss.aop:jrockit-pluggable-instrumentor:jar}"/>
+      <copy tofile="${jboss.dist}/bin/pluggable-instrumentor.jar" 
+            file="${org.jboss.aop:pluggable-instrumentor:jar}"/>
       <create-config baseconf="all" newconf="scoped-aop-jdk50">
          <patternset>
             <include name="conf/**"/>
@@ -2855,7 +2856,8 @@
       description="AOP tests requiring a native classloader hook for JDK 5.0">
 
       <!-- copy across the pluggable instrumentor -->
-      <copy todir="${jboss.dist}/bin" file="${org.jboss.aop:jrockit-pluggable-instrumentor:jar}"/>
+      <copy tofile="${jboss.dist}/bin/pluggable-instrumentor.jar" 
+            file="${org.jboss.aop:pluggable-instrumentor:jar}"/>
       <create-config baseconf="all" newconf="scoped-aop-generated-advisor">
          <patternset>
             <include name="conf/**"/>




More information about the jboss-cvs-commits mailing list