User: user57  
  Date: 01/09/26 19:37:37

  Modified:    .        build.xml
  Log:
   o disable build of testdeploye.sar until its src/resources files are found
  
  Revision  Changes    Path
  1.33      +3 -1      jbosstest/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /cvsroot/jboss/jbosstest/build.xml,v
  retrieving revision 1.32
  retrieving revision 1.33
  diff -u -r1.32 -r1.33
  --- build.xml 2001/09/26 21:47:05     1.32
  +++ build.xml 2001/09/27 02:37:37     1.33
  @@ -10,7 +10,7 @@
   <!--                                                                        -->
   <!-- ====================================================================== -->
   
  -<!-- $Id: build.xml,v 1.32 2001/09/26 21:47:05 d_jencks Exp $ -->
  +<!-- $Id: build.xml,v 1.33 2001/09/27 02:37:37 user57 Exp $ -->
   
   <project default="main" name="JBoss/Testsuite">
   
  @@ -909,6 +909,7 @@
         </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/**"/>
  @@ -917,6 +918,7 @@
           <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