User: ejort   
  Date: 02/03/23 13:11:01

  Modified:    .        build.xml
  Log:
  JBoss/JBossMX integration. Also includes a fix to the cluster tests and a more 
complete ejblink test that currently fails
  
  Revision  Changes    Path
  1.30      +21 -1     jmx/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /cvsroot/jboss/jmx/build.xml,v
  retrieving revision 1.29
  retrieving revision 1.30
  diff -u -r1.29 -r1.30
  --- build.xml 14 Mar 2002 18:28:25 -0000      1.29
  +++ build.xml 23 Mar 2002 21:11:01 -0000      1.30
  @@ -12,7 +12,7 @@
   <!--                                                                        -->
   <!-- ====================================================================== -->
   
  -<!-- $Id: build.xml,v 1.29 2002/03/14 18:28:25 juhalindfors Exp $ -->
  +<!-- $Id: build.xml,v 1.30 2002/03/23 21:11:01 ejort Exp $ -->
   
   <project default="main" name="JBoss/JMX">
   
  @@ -287,6 +287,26 @@
         <fileset dir="${build.classes}">
           <include name="**"/>
           <exclude name="test/**"/>
  +      </fileset>
  +    </jar>
  +    
  +    <!-- Build the jboss-jmx-core.jar -->
  +    <jar jarfile="${build.lib}/jboss-jmx-core.jar">
  +      <fileset dir="${build.classes}">
  +        <include name="**"/>
  +        <exclude name="javax/management/monitor/**"/>
  +        <exclude name="javax/management/relation/**"/>
  +        <exclude name="javax/management/timer/**"/>
  +        <exclude name="test/**"/>
  +      </fileset>
  +    </jar>
  +    
  +    <!-- Build the jboss-jmx-services.jar -->
  +    <jar jarfile="${build.lib}/jboss-jmx-services.jar">
  +      <fileset dir="${build.classes}">
  +        <include name="javax/management/monitor/**"/>
  +        <include name="javax/management/relation/**"/>
  +        <include name="javax/management/timer/**"/>
         </fileset>
       </jar>
   
  
  
  

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

Reply via email to