|
From: Bill B. <pat...@us...> - 2003-02-20 21:01:48
|
User: patriot1burke
Date: 03/02/20 13:01:45
Modified: . build.xml
Log:
expanded testsuite coverage for AOP and the AOP TxInterceptor
Revision Changes Path
1.219 +4 -1 jbosstest/build.xml
Index: build.xml
===================================================================
RCS file: /cvsroot/jboss/jbosstest/build.xml,v
retrieving revision 1.218
retrieving revision 1.219
diff -u -r1.218 -r1.219
--- build.xml 16 Feb 2003 19:36:03 -0000 1.218
+++ build.xml 20 Feb 2003 21:01:45 -0000 1.219
@@ -10,7 +10,7 @@
<!ENTITY mqstress SYSTEM "./mqstress.xml">
]>
-<!-- $Id: build.xml,v 1.218 2003/02/16 19:36:03 d_jencks Exp $ -->
+<!-- $Id: build.xml,v 1.219 2003/02/20 21:01:45 patriot1burke Exp $ -->
<!--+======================================================================+-->
<!--| JBoss (The OpenSource J2EE WebOS) Build File |-->
@@ -2182,6 +2182,7 @@
manifest="${build.etc}/manifest.mf">
<fileset dir="${build.classes}">
<include name="org/jboss/test/aop/bean/POJO*.class"/>
+ <include name="org/jboss/test/aop/bean/TxPOJO.class"/>
<include name="org/jboss/test/aop/bean/SimpleInterceptor.class"/>
<include name="org/jboss/test/aop/bean/SimpleInterceptorFactory.class"/>
</fileset>
@@ -2198,6 +2199,8 @@
<fileset dir="${build.classes}">
<include name="org/jboss/test/aop/bean/AOPTester.class"/>
<include name="org/jboss/test/aop/bean/AOPTesterMBean.class"/>
+ <include name="org/jboss/test/aop/bean/TxTester.class"/>
+ <include name="org/jboss/test/aop/bean/TxTesterMBean.class"/>
<include name="org/jboss/test/aop/bean/BeforeInterceptor.class"/>
<include name="org/jboss/test/aop/bean/AfterInterceptor.class"/>
</fileset>
|