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

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Wed Sep 24 08:45:26 EDT 2008


Author: kabir.khan at jboss.com
Date: 2008-09-24 08:45:26 -0400 (Wed, 24 Sep 2008)
New Revision: 78817

Modified:
   trunk/testsuite/imports/sections/aop.xml
Log:
[JBAS-5986] Make future life easier by adding TODOs showing what to remove

Modified: trunk/testsuite/imports/sections/aop.xml
===================================================================
--- trunk/testsuite/imports/sections/aop.xml	2008-09-24 12:38:21 UTC (rev 78816)
+++ trunk/testsuite/imports/sections/aop.xml	2008-09-24 12:45:26 UTC (rev 78817)
@@ -264,6 +264,7 @@
                 <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>
@@ -290,6 +291,7 @@
                 <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>
@@ -324,6 +326,7 @@
             <include name="org/jboss/test/aop/jdk15annotated/PreparePOJO.class"/>
             <include name="org/jboss/test/aop/jdk15annotated/VariaPOJO.class"/>
          </fileset>
+         <!-- TODO remove this for JBAS-5986 -->
          <fileset dir="${build.resources}/aop/jdk15annotated/scoped2">
             <include name="META-INF/jboss-aop.xml"/>
           </fileset>




More information about the jboss-cvs-commits mailing list