[jboss-cvs] JBossAS SVN: r102562 - projects/aop/branches/Branch_2_1/build.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Thu Mar 18 08:40:39 EDT 2010


Author: flavia.rainone at jboss.com
Date: 2010-03-18 08:40:38 -0400 (Thu, 18 Mar 2010)
New Revision: 102562

Modified:
   projects/aop/branches/Branch_2_1/build/build.xml
Log:
[JBAOP-776] Added jboss-aop-deployers.jar to lib dir of release. 

Modified: projects/aop/branches/Branch_2_1/build/build.xml
===================================================================
--- projects/aop/branches/Branch_2_1/build/build.xml	2010-03-18 12:05:14 UTC (rev 102561)
+++ projects/aop/branches/Branch_2_1/build/build.xml	2010-03-18 12:40:38 UTC (rev 102562)
@@ -323,7 +323,8 @@
     <property name="aop.asintegration-core.location" value="${project.root}/asintegration-core/target/jboss-aop-asintegration-core.jar"/>
     <property name="aop.asintegration-jmx.location" value="${project.root}/asintegration-jmx/target/jboss-aop-asintegration-jmx.jar"/>
     <property name="aop.asintegration-mc.location" value="${project.root}/asintegration-mc/target/jboss-aop-asintegration-mc.jar"/>
-    <property name="aop.pluggable-instrumentor.location" value="${project.root}/pluggable-instrumentor/target/pluggable-instrumentor.jar"/>
+    <property name="aop.pluggable-instrumentor.location" value="${project.root}/pluggable-instrumentor/target/pluggable-instrumentor.jar"/>
+    <property name="aop.deployers.location" value="${project.root}/deployers/target/jboss-aop-deployers.jar"/>
     <property name="aop.readme-as4.location" value="${project.root}/asintegration-core/src/etc/ReadMe-AS4.txt"/>
     <property name="aop.readme-as5.location" value="${project.root}/asintegration-core/src/etc/ReadMe-AS5.txt"/>
     <property name="aop.jboss-service.location" value="${project.root}/asintegration-jmx/src/resources/META-INF/jboss-service.xml"/>
@@ -336,7 +337,8 @@
     <copy todir="${project.release}/lib" file="${aop.50.single.location}"/>
     <copy todir="${project.release}/lib" file="${project.root}/aop/target/lib/jboss-aop-client.jar"/>
     <copy todir="${project.release}/lib" file="${aop.aspect-library50.location}"/>
-    <copy todir="${project.release}/lib" file="${aop.pluggable-instrumentor.location}"/>
+    <copy todir="${project.release}/lib" file="${aop.pluggable-instrumentor.location}"/>
+    <copy todir="${project.release}/lib" file="${aop.deployers.location}"/>
     <copy tofile="${project.release}/lib/javassist.jar" file="${javassist:javassist:jar}"/>
     <copy tofile="${project.release}/lib/jboss-common-core.jar" file="${org.jboss:jboss-common-core:jar}"/>
 




More information about the jboss-cvs-commits mailing list