|
From: Bill B. <pat...@us...> - 2003-01-16 05:20:17
|
User: patriot1burke
Date: 03/01/15 21:20:17
Modified: . build.xml
Log:
- you can add interceptors to an instance at runtime
- instance metadata
- expanded testsuite
Revision Changes Path
1.211 +3 -1 jbosstest/build.xml
Index: build.xml
===================================================================
RCS file: /cvsroot/jboss/jbosstest/build.xml,v
retrieving revision 1.210
retrieving revision 1.211
diff -u -r1.210 -r1.211
--- build.xml 30 Dec 2002 04:52:34 -0000 1.210
+++ build.xml 16 Jan 2003 05:20:16 -0000 1.211
@@ -10,7 +10,7 @@
<!ENTITY mqstress SYSTEM "./mqstress.xml">
]>
-<!-- $Id: build.xml,v 1.210 2002/12/30 04:52:34 d_jencks Exp $ -->
+<!-- $Id: build.xml,v 1.211 2003/01/16 05:20:16 patriot1burke Exp $ -->
<!--+======================================================================+-->
<!--| JBoss (The OpenSource J2EE WebOS) Build File |-->
@@ -2178,6 +2178,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/BeforeInterceptor.class"/>
+ <include name="org/jboss/test/aop/bean/AfterInterceptor.class"/>
</fileset>
<fileset dir="${build.resources}/aop">
<include name="**/jboss-service.xml"/>
|