You are viewing a plain text version of this content. The canonical link for it is here.
Posted to regexp-dev@jakarta.apache.org by jo...@apache.org on 2001/01/09 18:55:07 UTC

cvs commit: jakarta-regexp/build build-regexp.xml

jon         01/01/09 09:55:07

  Modified:    build    build-regexp.xml
  Log:
  added tstamp
  
  Revision  Changes    Path
  1.5       +1 -0      jakarta-regexp/build/build-regexp.xml
  
  Index: build-regexp.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-regexp/build/build-regexp.xml,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- build-regexp.xml	2000/11/27 19:47:21	1.4
  +++ build-regexp.xml	2001/01/09 17:55:06	1.5
  @@ -44,6 +44,7 @@
       <!-- Copies the source code to the build directory and does filtering    -->
       <!-- =================================================================== -->
       <target name="prepare" depends="env">
  +        <tstamp/>
           <filter token="year" value="${year}"/>
           <filter token="version" value="${version}"/>
           <filter token="date" value="${TODAY}"/>