User: starksm 
  Date: 01/09/06 07:43:59

  Modified:    .        build.xml
  Log:
  Turn off filtering during the copy of resources
  
  Revision  Changes    Path
  1.12      +2 -2      jbosstest/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /cvsroot/jboss/jbosstest/build.xml,v
  retrieving revision 1.11
  retrieving revision 1.12
  diff -u -r1.11 -r1.12
  --- build.xml 2001/09/04 08:45:39     1.11
  +++ build.xml 2001/09/06 14:43:58     1.12
  @@ -10,7 +10,7 @@
   <!--                                                                        -->
   <!-- ====================================================================== -->
   
  -<!-- $Id: build.xml,v 1.11 2001/09/04 08:45:39 kimptoc Exp $ -->
  +<!-- $Id: build.xml,v 1.12 2001/09/06 14:43:58 starksm Exp $ -->
   
   <project default="main" name="JBoss/Testsuite">
   
  @@ -344,7 +344,7 @@
     <!-- Compile resource files -->
     <target name="compile-resources" depends="init">
       <mkdir dir="${build.resources}"/>
  -    <copy todir="${build.resources}" filtering="yes">
  +    <copy todir="${build.resources}" filtering="no">
         <fileset dir="${source.resources}">
            <include name="**/*"/>
         </fileset>
  
  
  

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

Reply via email to