geirm       01/09/24 10:06:36

  Modified:    build    build.xml
  Log:
  Added filtering for version on source copy, to allow RuntimeInstance.java
  to stamp the log with the current version.  Should help with user problem
  debugging.
  
  Revision  Changes    Path
  1.45      +1 -1      jakarta-velocity/build/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-velocity/build/build.xml,v
  retrieving revision 1.44
  retrieving revision 1.45
  diff -u -r1.44 -r1.45
  --- build.xml 2001/09/19 11:50:14     1.44
  +++ build.xml 2001/09/24 17:06:36     1.45
  @@ -145,7 +145,7 @@
       <mkdir dir="${build.dest}"/>
       <mkdir dir="${build.src}"/>
   
  -    <copy todir="${build.src}">
  +    <copy todir="${build.src}" filtering="yes">
         <fileset dir="${src.java.dir}"> 
           <include name="**/*.java"/>
         </fileset>
  
  
  

Reply via email to