rwaldhoff    2003/01/06 16:08:38

  Modified:    collections build.xml
  Log:
  follow Stefan's advice and use ${year} instead of "2003"
  
  Revision  Changes    Path
  1.37      +5 -3      jakarta-commons/collections/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-commons/collections/build.xml,v
  retrieving revision 1.36
  retrieving revision 1.37
  diff -u -r1.36 -r1.37
  --- build.xml 6 Jan 2003 13:00:54 -0000       1.36
  +++ build.xml 7 Jan 2003 00:08:38 -0000       1.37
  @@ -24,7 +24,9 @@
      <!-- ######################################################### -->
   
      <target name="init">
  -      <tstamp/>
  +      <tstamp>
  +        <format property="year" pattern="yyyy"/>
  +      </tstamp>
   
         <!-- read properties from the build.properties, if any -->
         <property name="component-propfile" value="${basedir}/build.properties"/>
  @@ -177,7 +179,7 @@
                  destdir="${dest.doc.api}"
                  windowtitle="${Name-Long}"
                  doctitle="${Name-Long}"
  -               bottom="&lt;small&gt;Copyright &amp;copy; 2001-2003 Apache Software 
Foundation. Documenation generated ${TODAY}&lt;/small&gt;."
  +               bottom="&lt;small&gt;Copyright &amp;copy; 2001-${year} Apache 
Software Foundation. Documenation generated ${TODAY}&lt;/small&gt;."
                  protected="true"
                  version="true"
                  author="true"
  
  
  

--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to