|
From: Bill B. <pat...@us...> - 2003-04-21 07:46:01
|
User: patriot1burke
Date: 03/04/21 00:46:00
Modified: . build.xml
Log:
aop mixin testing
Revision Changes Path
1.238 +3 -1 jbosstest/build.xml
Index: build.xml
===================================================================
RCS file: /cvsroot/jboss/jbosstest/build.xml,v
retrieving revision 1.237
retrieving revision 1.238
diff -u -r1.237 -r1.238
--- build.xml 18 Apr 2003 04:30:13 -0000 1.237
+++ build.xml 21 Apr 2003 07:45:59 -0000 1.238
@@ -10,7 +10,7 @@
<!ENTITY mqstress SYSTEM "./mqstress.xml">
]>
-<!-- $Id: build.xml,v 1.237 2003/04/18 04:30:13 patriot1burke Exp $ -->
+<!-- $Id: build.xml,v 1.238 2003/04/21 07:45:59 patriot1burke Exp $ -->
<!--+======================================================================+-->
<!--| JBoss (The OpenSource J2EE WebOS) Build File |-->
@@ -2291,6 +2291,8 @@
<include name="org/jboss/test/aop/bean/SecuredPOJO.class"/>
<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/Introduction.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"/>
|