From: Bill B. <pat...@us...> - 2003-03-29 04:55:52
|
User: patriot1burke Date: 03/03/28 20:55:52 Modified: . build.xml Log: txlock testing Revision Changes Path 1.231 +4 -1 jbosstest/build.xml Index: build.xml =================================================================== RCS file: /cvsroot/jboss/jbosstest/build.xml,v retrieving revision 1.230 retrieving revision 1.231 diff -u -r1.230 -r1.231 --- build.xml 29 Mar 2003 01:13:46 -0000 1.230 +++ build.xml 29 Mar 2003 04:55:51 -0000 1.231 @@ -10,7 +10,7 @@ <!ENTITY mqstress SYSTEM "./mqstress.xml"> ]> -<!-- $Id: build.xml,v 1.230 2003/03/29 01:13:46 ejort Exp $ --> +<!-- $Id: build.xml,v 1.231 2003/03/29 04:55:51 patriot1burke Exp $ --> <!--+======================================================================+--> <!--| JBoss (The OpenSource J2EE WebOS) Build File |--> @@ -2280,6 +2280,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/TxLockedPOJO.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"/> @@ -2303,6 +2304,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/TxLockTester.class"/> + <include name="org/jboss/test/aop/bean/TxLockTesterMBean.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"/> |