From: Bill B. <pat...@us...> - 2003-04-21 22:02:56
|
User: patriot1burke Date: 03/04/21 15:02:55 Modified: . build.xml Log: added construction config for mixins. testing this Revision Changes Path 1.240 +2 -1 jbosstest/build.xml Index: build.xml =================================================================== RCS file: /cvsroot/jboss/jbosstest/build.xml,v retrieving revision 1.239 retrieving revision 1.240 diff -u -r1.239 -r1.240 --- build.xml 21 Apr 2003 21:28:47 -0000 1.239 +++ build.xml 21 Apr 2003 22:02:45 -0000 1.240 @@ -10,7 +10,7 @@ <!ENTITY mqstress SYSTEM "./mqstress.xml"> ]> -<!-- $Id: build.xml,v 1.239 2003/04/21 21:28:47 patriot1burke Exp $ --> +<!-- $Id: build.xml,v 1.240 2003/04/21 22:02:45 patriot1burke Exp $ --> <!--+======================================================================+--> <!--| JBoss (The OpenSource J2EE WebOS) Build File |--> @@ -2292,6 +2292,7 @@ <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/SomeIntroduction.class"/> + <include name="org/jboss/test/aop/bean/SubclassIntroduction.class"/> <include name="org/jboss/test/aop/bean/AnotherIntroduction.class"/> <include name="org/jboss/test/aop/bean/Introduction.class"/> <include name="org/jboss/test/aop/bean/Introduction2.class"/> |