User: patriot1burke
  Date: 02/04/16 15:47:18

  Modified:    .        build.xml
  Log:
  forgot to add an interface to the testbeancluster.jar.  This was causing this unit 
test to
  fail badly.
  
  Revision  Changes    Path
  1.107     +2 -1      jbosstest/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /cvsroot/jboss/jbosstest/build.xml,v
  retrieving revision 1.106
  retrieving revision 1.107
  diff -u -r1.106 -r1.107
  --- build.xml 15 Apr 2002 02:48:53 -0000      1.106
  +++ build.xml 16 Apr 2002 22:47:18 -0000      1.107
  @@ -13,7 +13,7 @@
   <!--                                                                        -->
   <!-- ====================================================================== -->
   
  -<!-- $Id: build.xml,v 1.106 2002/04/15 02:48:53 d_jencks Exp $ -->
  +<!-- $Id: build.xml,v 1.107 2002/04/16 22:47:18 patriot1burke Exp $ -->
   
   <project default="main" name="JBoss/Testsuite">
   
  @@ -1722,6 +1722,7 @@
           <patternset refid="common.test.application.classes"/>
           <include name="org/jboss/test/testbean/interfaces/**"/>
           <include name="org/jboss/test/testbean/bean/**"/>
  +        <include name="org/jboss/test/testbeancluster/interfaces/**"/>
           <include name="org/jboss/test/testbeancluster/bean/**"/>
           <include name="org/somepackage/**"/>
         </fileset>
  
  
  

_______________________________________________
Jboss-development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development

Reply via email to