User: d_jencks
  Date: 01/11/18 22:59:13

  Modified:    .        build.xml
  Log:
  Fixed broken jmx deployment tests and added some new ones
  
  Revision  Changes    Path
  1.39      +7 -1      jbosstest/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /cvsroot/jboss/jbosstest/build.xml,v
  retrieving revision 1.38
  retrieving revision 1.39
  diff -u -r1.38 -r1.39
  --- build.xml 2001/11/12 06:37:16     1.38
  +++ build.xml 2001/11/19 06:59:12     1.39
  @@ -10,7 +10,7 @@
   <!--                                                                        -->
   <!-- ====================================================================== -->
   
  -<!-- $Id: build.xml,v 1.38 2001/11/12 06:37:16 d_jencks Exp $ -->
  +<!-- $Id: build.xml,v 1.39 2001/11/19 06:59:12 d_jencks Exp $ -->
   
   <project default="main" name="JBoss/Testsuite">
   
  @@ -967,6 +967,12 @@
           <include name="local-directory/**"/>
         </fileset>
       </jar>
  +    <!--copy the plain *-service.xml files too -->
  +    <copy todir="${build.lib}" filtering="no">
  +      <fileset dir="${build.resources}/jmx">
  +         <include name="*.xml"/>
  +      </fileset>
  +    </copy>
   
     </target>
   
  
  
  

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

Reply via email to