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

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Sun Jul 26 08:16:22 EDT 2009


Author: pgier
Date: 2009-07-26 08:16:22 -0400 (Sun, 26 Jul 2009)
New Revision: 91665

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

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