[jboss-cvs] JBossAS SVN: r102556 - projects/aop/trunk/build.
jboss-cvs-commits at lists.jboss.org
jboss-cvs-commits at lists.jboss.org
Thu Mar 18 04:59:13 EDT 2010
Author: flavia.rainone at jboss.com
Date: 2010-03-18 04:59:12 -0400 (Thu, 18 Mar 2010)
New Revision: 102556
Modified:
projects/aop/trunk/build/build.xml
Log:
[JBAOP-776] Added jboss-aop-deployers.jar to lib dir of release.
Modified: projects/aop/trunk/build/build.xml
===================================================================
--- projects/aop/trunk/build/build.xml 2010-03-18 08:45:57 UTC (rev 102555)
+++ projects/aop/trunk/build/build.xml 2010-03-18 08:59:12 UTC (rev 102556)
@@ -324,6 +324,7 @@
<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.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"/>
@@ -337,6 +338,7 @@
<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.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