|
From: Bill B. <pat...@us...> - 2003-07-01 00:22:43
|
User: patriot1burke
Date: 03/06/30 17:22:43
Modified: . build.xml
Log:
testing caller pointcuts for AOP
Revision Changes Path
1.279 +2 -1 jbosstest/build.xml
Index: build.xml
===================================================================
RCS file: /cvsroot/jboss/jbosstest/build.xml,v
retrieving revision 1.278
retrieving revision 1.279
diff -u -r1.278 -r1.279
--- build.xml 30 Jun 2003 13:06:05 -0000 1.278
+++ build.xml 1 Jul 2003 00:22:43 -0000 1.279
@@ -10,7 +10,7 @@
<!ENTITY mqstress SYSTEM "./mqstress.xml">
]>
-<!-- $Id: build.xml,v 1.278 2003/06/30 13:06:05 andygodwin Exp $ -->
+<!-- $Id: build.xml,v 1.279 2003/07/01 00:22:43 patriot1burke Exp $ -->
<!--+======================================================================+-->
<!--| JBoss (The OpenSource J2EE WebOS) Build File |-->
@@ -2461,6 +2461,7 @@
<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/Call*.class"/>
<include name="org/jboss/test/aop/bean/SomeIntroduction.class"/>
<include name="org/jboss/test/aop/bean/SubclassIntroduction.class"/>
<include name="org/jboss/test/aop/bean/AnotherIntroduction.class"/>
|