[jboss-cvs] JBossAS SVN: r71212 - branches/Branch_4_2/aspects.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Mon Mar 24 17:17:47 EDT 2008


Author: galder.zamarreno at jboss.com
Date: 2008-03-24 17:17:47 -0400 (Mon, 24 Mar 2008)
New Revision: 71212

Modified:
   branches/Branch_4_2/aspects/build.xml
Log:
[JBAS-5331] JDK 5 pluggable instrumentors added for Sun and JRockit. JDK 1.4 is not supported in 4.2.x, so the JDK 1.4 instrumentor has been left out.

Modified: branches/Branch_4_2/aspects/build.xml
===================================================================
--- branches/Branch_4_2/aspects/build.xml	2008-03-24 20:56:34 UTC (rev 71211)
+++ branches/Branch_4_2/aspects/build.xml	2008-03-24 21:17:47 UTC (rev 71212)
@@ -411,6 +411,8 @@
      <copy todir="${build.lib}/jboss-aop-jdk50.deployer">
          <fileset file="${build.lib}/jboss-aspect-library-jdk50.jar"/>
          <fileset file="${jboss.aop.lib}/jboss-aop-jdk50.jar"/>
+         <fileset file="${jboss.aop.lib}/pluggable-instrumentor.jar"/>
+         <fileset file="${jboss.aop.lib}/jrockit-pluggable-instrumentor.jar"/>
          <fileset file="${project.root}/aspects/src/etc/base-aop.xml"/>
          <fileset file="${trove.lib}/trove.jar"/>
       </copy>




More information about the jboss-cvs-commits mailing list