[jboss-cvs] JBossAS SVN: r72676 - trunk/aspects.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Thu Apr 24 10:33:16 EDT 2008


Author: wolfc
Date: 2008-04-24 10:33:16 -0400 (Thu, 24 Apr 2008)
New Revision: 72676

Modified:
   trunk/aspects/build.xml
Log:
EJBTHREE-1299: need current invocation aspects

Modified: trunk/aspects/build.xml
===================================================================
--- trunk/aspects/build.xml	2008-04-24 14:28:18 UTC (rev 72675)
+++ trunk/aspects/build.xml	2008-04-24 14:33:16 UTC (rev 72676)
@@ -232,6 +232,10 @@
          <fileset dir="${build.etc}">
             <include name="org/jboss/**/*.xml"/>
          </fileset>
+         <!-- include the current invocation aspects in the lib -->
+         <zipfileset src="${org.jboss.aspects.lib}/jboss-current-invocation-aspects.jar">
+           <include name="org/jboss/aspects/currentinvocation/**.class"/>
+         </zipfileset>
          <!-- include the broken out remoting aspects in the lib -->
          <zipfileset src="${org.jboss.aspects.lib}/jboss-remoting-aspects.jar">
            <include name="org/jboss/aspects/remoting/**.class"/>




More information about the jboss-cvs-commits mailing list