|
From: Bill B. <pat...@us...> - 2003-03-26 23:44:58
|
User: patriot1burke
Date: 03/03/26 15:44:57
Modified: . build.xml
Log:
versioned objects testing
Revision Changes Path
1.229 +5 -1 jbosstest/build.xml
Index: build.xml
===================================================================
RCS file: /cvsroot/jboss/jbosstest/build.xml,v
retrieving revision 1.228
retrieving revision 1.229
diff -u -r1.228 -r1.229
--- build.xml 26 Mar 2003 16:58:01 -0000 1.228
+++ build.xml 26 Mar 2003 23:44:54 -0000 1.229
@@ -10,7 +10,7 @@
<!ENTITY mqstress SYSTEM "./mqstress.xml">
]>
-<!-- $Id: build.xml,v 1.228 2003/03/26 16:58:01 igorfie Exp $ -->
+<!-- $Id: build.xml,v 1.229 2003/03/26 23:44:54 patriot1burke Exp $ -->
<!--+======================================================================+-->
<!--| JBoss (The OpenSource J2EE WebOS) Build File |-->
@@ -121,6 +121,7 @@
<pathelement path="${jboss.management.lib}/jboss-management.jar"/>
<pathelement path="${jboss.iiop.lib}/jboss-iiop-client.jar"/>
<pathelement path="${jboss.varia.lib}/autonumber-plugin.jar"/>
+ <pathelement path="${jboss.varia.lib}/aop-plugin.jar"/>
<!--
| This could be a mistake. Perhaps, though, it would be a good
@@ -2281,6 +2282,7 @@
<include name="org/jboss/test/aop/bean/NonadvisedPOJO.class"/>
<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/VersionedPOJO.class"/>
<include name="org/jboss/test/aop/bean/SimpleInterceptor.class"/>
<include name="org/jboss/test/aop/bean/SimpleInterceptorFactory.class"/>
<include name="org/jboss/test/aop/bean/SimpleBeanInterceptor.class"/>
@@ -2303,6 +2305,8 @@
<include name="org/jboss/test/aop/bean/RemotingTesterMBean.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/VersionedObjectTester.class"/>
+ <include name="org/jboss/test/aop/bean/VersionedObjectTesterMBean.class"/>
<include name="org/jboss/test/aop/bean/BeforeInterceptor.class"/>
<include name="org/jboss/test/aop/bean/AfterInterceptor.class"/>
</fileset>
|