User: patriot1burke
  Date: 02/04/12 15:59:17

  Modified:    .        build.xml
  Log:
  missing class in ha-client.jar killed tests
  
  Revision  Changes    Path
  1.33      +2 -1      jbossmx/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /cvsroot/jboss/jbossmx/build.xml,v
  retrieving revision 1.32
  retrieving revision 1.33
  diff -u -r1.32 -r1.33
  --- build.xml 23 Mar 2002 21:10:59 -0000      1.32
  +++ build.xml 12 Apr 2002 22:59:17 -0000      1.33
  @@ -12,7 +12,7 @@
   <!--                                                                        -->
   <!-- ====================================================================== -->
   
  -<!-- $Id: build.xml,v 1.32 2002/03/23 21:10:59 ejort Exp $ -->
  +<!-- $Id: build.xml,v 1.33 2002/04/12 22:59:17 patriot1burke Exp $ -->
   
   <project default="main" name="JBoss/Cluster">
   
  @@ -378,6 +378,7 @@
           <include name="org/jboss/ha/hasessionstate/interfaces/**"/>
           <include name="org/jboss/invocation/jrmp/interfaces/**"/>
           <include name="org/jboss/ha/**/*Stub.class"/>
  +        <include 
name="org/jboss/ha/framework/test/ExplicitFailoverClientInterceptor.class"/>
           <exclude name="org/jbossmx/**"/>
         </fileset>
       </jar>
  
  
  

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

Reply via email to