User: d_jencks
  Date: 01/09/26 22:06:51

  Modified:    .        build.xml
  Log:
  added directories and files so mbeane stuff compiles
  
  Revision  Changes    Path
  1.34      +1 -3      jbosstest/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /cvsroot/jboss/jbosstest/build.xml,v
  retrieving revision 1.33
  retrieving revision 1.34
  diff -u -r1.33 -r1.34
  --- build.xml 2001/09/27 02:37:37     1.33
  +++ build.xml 2001/09/27 05:06:50     1.34
  @@ -10,7 +10,7 @@
   <!--                                                                        -->
   <!-- ====================================================================== -->
   
  -<!-- $Id: build.xml,v 1.33 2001/09/27 02:37:37 user57 Exp $ -->
  +<!-- $Id: build.xml,v 1.34 2001/09/27 05:06:50 d_jencks Exp $ -->
   
   <project default="main" name="JBoss/Testsuite">
   
  @@ -909,7 +909,6 @@
         </fileset>
       </jar>
   
  -    <!-- there is no mbeane dir in src/resources, so for now turn this off 
       <jar jarfile="${build.lib}/testdeploye.sar">
         <fileset dir="${build.classes}">
           <include name="org/jboss/test/jmx/mbeane/**"/>
  @@ -918,7 +917,6 @@
           <include name="META-INF/jboss-service.xml"/>
         </fileset>
       </jar>
  -    -->
   
       <!--build test sar for testing local directory copy deployment -->
       <jar jarfile="${build.lib}/testcopylocaldir.sar">
  
  
  

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

Reply via email to