|
From: Bill B. <pat...@us...> - 2004-02-28 00:15:48
|
User: patriot1burke
Date: 04/02/27 15:58:57
Modified: . build.xml
Log:
cflow support testing
Revision Changes Path
1.340 +7 -1 jbosstest/build.xml
Index: build.xml
===================================================================
RCS file: /cvsroot/jboss/jbosstest/build.xml,v
retrieving revision 1.339
retrieving revision 1.340
diff -u -r1.339 -r1.340
--- build.xml 25 Feb 2004 00:47:52 -0000 1.339
+++ build.xml 27 Feb 2004 23:58:57 -0000 1.340
@@ -15,7 +15,7 @@
<!-- -->
<!-- ====================================================================== -->
-<!-- $Id: build.xml,v 1.339 2004/02/25 00:47:52 patriot1burke Exp $ -->
+<!-- $Id: build.xml,v 1.340 2004/02/27 23:58:57 patriot1burke Exp $ -->
<project default="main" name="JBoss/Testsuite">
@@ -4832,6 +4832,12 @@
<jar jarfile="${build.lib}/aoptest.aop"
manifest="${build.etc}/manifest.mf">
<fileset dir="${build.classes}">
+ <include name="org/jboss/test/aop/bean/Implements*.class"/>
+ <include name="org/jboss/test/aop/bean/CFlowedPOJO.class"/>
+ <include name="org/jboss/test/aop/bean/InstanceOfInterceptor.class"/>
+ <include name="org/jboss/test/aop/bean/InterceptorCounter.class"/>
+ <include name="org/jboss/test/aop/bean/SomeInterface.class"/>
+ <include name="org/jboss/test/aop/bean/EmptyInterface.class"/>
<include name="org/jboss/test/aop/bean/Aspect.class"/>
<include name="org/jboss/test/aop/bean/Person.class"/>
<include name="org/jboss/test/aop/bean/Address.class"/>
|