cziegeler    02/03/28 07:03:58

  Modified:    .        build.xml
  Log:
  Fixed build script, keywords are not replaced by ant anymore
  
  Revision  Changes    Path
  1.196     +1 -1      xml-cocoon2/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /home/cvs/xml-cocoon2/build.xml,v
  retrieving revision 1.195
  retrieving revision 1.196
  diff -u -r1.195 -r1.196
  --- build.xml 26 Mar 2002 08:44:54 -0000      1.195
  +++ build.xml 28 Mar 2002 15:03:58 -0000      1.196
  @@ -1454,7 +1454,7 @@
        </fileset>
       </copy>
   
  -    <copy todir="${dist.src.dir}/src/java" filtering="on">
  +    <copy todir="${dist.src.dir}/src/java" filtering="off">
         <fileset dir="${java.dir}"/>
       </copy>
   
  
  
  

----------------------------------------------------------------------
In case of troubles, e-mail:     [EMAIL PROTECTED]
To unsubscribe, e-mail:          [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to