[jboss-cvs] JBossAS SVN: r64134 - trunk/testsuite/imports/sections.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Thu Jul 19 08:54:02 EDT 2007


Author: adrian at jboss.org
Date: 2007-07-19 08:54:02 -0400 (Thu, 19 Jul 2007)
New Revision: 64134

Modified:
   trunk/testsuite/imports/sections/aop.xml
Log:
Fix the duplicate deployment of the jboss-service.xml
in the simpleejb aop test.

Modified: trunk/testsuite/imports/sections/aop.xml
===================================================================
--- trunk/testsuite/imports/sections/aop.xml	2007-07-19 12:20:27 UTC (rev 64133)
+++ trunk/testsuite/imports/sections/aop.xml	2007-07-19 12:54:02 UTC (rev 64134)
@@ -33,7 +33,9 @@
          <fileset dir="${build.classes}">
             <include name="org/jboss/test/aop/simpleejb/"/>
          </fileset>
-         <metainf dir="${build.resources}/aop/simpleejb/META-INF/"/>
+         <metainf dir="${build.resources}/aop/simpleejb/META-INF/">
+            <exclude name="jboss-service.xml"/>
+         </metainf>
       </jar>
 
       <jar destfile="${build.lib}/aop-call-logging.aop">




More information about the jboss-cvs-commits mailing list