jvanzyl     02/03/13 23:06:14

  Modified:    src/templates/build build-docs.xml
  Log:
  Use inceptionYear not inception.year
  
  Revision  Changes    Path
  1.26      +1 -1      jakarta-turbine-maven/src/templates/build/build-docs.xml
  
  Index: build-docs.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-turbine-maven/src/templates/build/build-docs.xml,v
  retrieving revision 1.25
  retrieving revision 1.26
  diff -u -r1.25 -r1.26
  --- build-docs.xml    14 Mar 2002 04:42:03 -0000      1.25
  +++ build-docs.xml    14 Mar 2002 07:06:14 -0000      1.26
  @@ -269,7 +269,7 @@
   
       <!-- Get the year to display in the Javadocs -->
       <tstamp>
  -      <format property="year" pattern="${inception.year}-yyyy"/>
  +      <format property="year" pattern="${inceptionYear}-yyyy"/>
       </tstamp>
    
       <property 
  
  
  

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

Reply via email to