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

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Mon Oct 13 18:39:33 EDT 2008


Author: kabir.khan at jboss.com
Date: 2008-10-13 18:39:33 -0400 (Mon, 13 Oct 2008)
New Revision: 79427

Modified:
   trunk/testsuite/imports/sections/aop.xml
Log:
[JBAS-5986] Remove jboss-aop.xml from the deployment for aop.AnnotatedTestCase and aop.ScopedAnnotatedTestCase

Modified: trunk/testsuite/imports/sections/aop.xml
===================================================================
--- trunk/testsuite/imports/sections/aop.xml	2008-10-13 22:32:05 UTC (rev 79426)
+++ trunk/testsuite/imports/sections/aop.xml	2008-10-13 22:39:33 UTC (rev 79427)
@@ -264,10 +264,6 @@
                 <exclude name="org/jboss/test/aop/jdk15annotated/ScopedAnnotatedTester.class" />
                 <exclude name="org/jboss/test/aop/jdk15annotated/ScopedAnnotatedTesterMBean.class" />
          </fileset>
-         <!-- TODO remove this for JBAS-5986 -->
-         <fileset dir="${build.resources}/aop/jdk15annotated">
-            <include name="META-INF/jboss-aop.xml"/>
-         </fileset>
       </jar>
       <jar destfile="${build.lib}/aop-annotated.sar">
          <fileset dir="${build.classes}">
@@ -291,10 +287,6 @@
                 <exclude name="org/jboss/test/aop/jdk15annotated/ScopedAnnotatedTester.class" />
                 <exclude name="org/jboss/test/aop/jdk15annotated/ScopedAnnotatedTesterMBean.class" />
          </fileset>
-         <!-- TODO remove this for JBAS-5986 -->
-         <fileset dir="${build.resources}/aop/jdk15annotated/scoped">
-               <include name="META-INF/jboss-aop.xml"/>
-         </fileset>
       </jar>
       <jar destfile="${build.lib}/aop-scoped-annotated.sar">
          <fileset dir="${build.classes}">




More information about the jboss-cvs-commits mailing list