klute       2005/01/20 09:17:20

  Modified:    .        build.xml
  Log:
  Fixed the copyright notice in the API documentation according
  to Brian Behlendorf's <[EMAIL PROTECTED]> posting on
  [EMAIL PROTECTED]
  
  Revision  Changes    Path
  1.64      +7 -3      jakarta-poi/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-poi/build.xml,v
  retrieving revision 1.63
  retrieving revision 1.64
  diff -u -r1.63 -r1.64
  --- build.xml 3 Jan 2005 15:38:43 -0000       1.63
  +++ build.xml 20 Jan 2005 17:17:19 -0000      1.64
  @@ -161,7 +161,9 @@
   
       <target name="init" depends="check-jars,fetch-jars">
   
  -        <tstamp/>
  +        <tstamp>
  +          <format property="tstamp.year" pattern="yyyy"/>
  +        </tstamp>
   
           <available resource="clovertasks" property="clover.present"/>
           <antcall target="with.clover"/>
  @@ -540,7 +542,8 @@
   
   
     <!-- Generates the API documentation. -->
  -  <target name="javadocs" description="Generates the API documentation">
  +  <target name="javadocs" depends="init"
  +    description="Generates the API documentation">
       <javadoc
         destdir="${apidocs.report.dir}"
         author="true"
  @@ -567,7 +570,8 @@
   
         <doctitle><![CDATA[<h1>POI Documentation</h1>]]></doctitle>
         <bottom>
  -        <![CDATA[<i>Copyright &#169; 2005 Apache Software Foundation.</i>]]>
  +        <![CDATA[<i>Copyright ${tstamp.year} The Apache Software Foundation 
or
  +     its licensors, as applicable.</i>]]>
         </bottom>
         <group title="HDF" packages="org.apache.poi.hdf*"/>
         <group title="HPSF" packages="org.apache.poi.hpsf*"/>
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
Mailing List:    http://jakarta.apache.org/site/mail2.html#poi
The Apache Jakarta POI Project: http://jakarta.apache.org/poi/

Reply via email to