|
From: Bill B. <pat...@us...> - 2003-04-21 21:28:51
|
User: patriot1burke
Date: 03/04/21 14:28:49
Modified: . build.xml
Log:
further testing of mixins
Revision Changes Path
1.239 +4 -1 jbosstest/build.xml
Index: build.xml
===================================================================
RCS file: /cvsroot/jboss/jbosstest/build.xml,v
retrieving revision 1.238
retrieving revision 1.239
diff -u -r1.238 -r1.239
--- build.xml 21 Apr 2003 07:45:59 -0000 1.238
+++ build.xml 21 Apr 2003 21:28:47 -0000 1.239
@@ -10,7 +10,7 @@
<!ENTITY mqstress SYSTEM "./mqstress.xml">
]>
-<!-- $Id: build.xml,v 1.238 2003/04/21 07:45:59 patriot1burke Exp $ -->
+<!-- $Id: build.xml,v 1.239 2003/04/21 21:28:47 patriot1burke Exp $ -->
<!--+======================================================================+-->
<!--| JBoss (The OpenSource J2EE WebOS) Build File |-->
@@ -2292,7 +2292,10 @@
<include name="org/jboss/test/aop/bean/SomeException.class"/>
<include name="org/jboss/test/aop/bean/POJO*.class"/>
<include name="org/jboss/test/aop/bean/SomeIntroduction.class"/>
+ <include name="org/jboss/test/aop/bean/AnotherIntroduction.class"/>
<include name="org/jboss/test/aop/bean/Introduction.class"/>
+ <include name="org/jboss/test/aop/bean/Introduction2.class"/>
+ <include name="org/jboss/test/aop/bean/InterfaceMixin.class"/>
<include name="org/jboss/test/aop/bean/TxPOJO.class"/>
<include name="org/jboss/test/aop/bean/TxLockedPOJO.class"/>
<include name="org/jboss/test/aop/bean/VersionedPOJO.class"/>
|