You are viewing a plain text version of this content. The canonical link for it is here.
Posted to derby-commits@db.apache.org by kr...@apache.org on 2011/10/20 11:38:33 UTC

svn commit: r1186691 - /db/derby/code/trunk/build.xml

Author: kristwaa
Date: Thu Oct 20 09:38:33 2011
New Revision: 1186691

URL: http://svn.apache.org/viewvc?rev=1186691&view=rev
Log:
DERBY-5476: Copyright notice in the API documentation (generated by the Javadoc tool) is outdated

Use the existing ant property 'copyright.year' for the copyright end year in
the copyright notice for the API documentation (created by the Javadoc tool).

Patch file: derby-5467-1a-use_ant_prop.diff

Modified:
    db/derby/code/trunk/build.xml

Modified: db/derby/code/trunk/build.xml
URL: http://svn.apache.org/viewvc/db/derby/code/trunk/build.xml?rev=1186691&r1=1186690&r2=1186691&view=diff
==============================================================================
--- db/derby/code/trunk/build.xml (original)
+++ db/derby/code/trunk/build.xml Thu Oct 20 09:38:33 2011
@@ -1126,7 +1126,7 @@
              Windowtitle="Apache Derby ${major}.${minor} API Documentation"   
              Header="Apache Derby ${major}.${minor}"
              Footer="${javadoc.Footer}"
-             bottom="Apache Derby ${major}.${minor} API Documentation  -  <i>Copyright © 2004,2008 The Apache Software Foundation. All Rights Reserved.</i>">   
+             bottom="Apache Derby ${major}.${minor} API Documentation  -  <i>Copyright © 2004,${copyright.year} The Apache Software Foundation. All Rights Reserved.</i>">
       <Doctitle> Apache Derby ${major}.${minor} API Documentation</Doctitle>   
       <fileset dir="${derby.engine.src.dir}"
                includesfile="${javadoc.inclusions}"/>
@@ -1177,7 +1177,7 @@
         windowtitle="Apache Derby V${major}.${minor} Internals"
         doctitle="Apache Derby V${major}.${minor} Internals"
         Footer="${javadoc.Footer}"
-        bottom="Apache Derby V${major}.${minor} Internals - &lt;i&gt;Copyright &amp;copy; 2004,2007 The Apache Software Foundation. All Rights Reserved.&lt;/i&gt;">
+        bottom="Apache Derby V${major}.${minor} Internals - &lt;i&gt;Copyright &amp;copy; 2004,${copyright.year} The Apache Software Foundation. All Rights Reserved.&lt;/i&gt;">
         <taglet name="org.apache.derbyBuild.javadoc.FormatIdTaglet" 
                 path="${basedir}/classes"/>
         <taglet name="org.apache.derbyBuild.javadoc.PurposeTaglet" 
@@ -1308,7 +1308,7 @@
        windowtitle="Apache Derby V${major}.${minor} Test Javadoc"
        doctitle="Apache Derby V${major}.${minor} Test Javadoc"
        Footer="${javadoc.Footer}"
-       bottom="Apache Derby V${major}.${minor} Internals - &lt;i&gt;Copyright &amp;copy; 2004,2008 The Apache Software Foundation. All Rights Reserved.&lt;/i&gt;"
+       bottom="Apache Derby V${major}.${minor} Internals - &lt;i&gt;Copyright &amp;copy; 2004,${copyright.year} The Apache Software Foundation. All Rights Reserved.&lt;/i&gt;"
        source="1.5"
        sourcepath="${derby.testing.src.dir}"
      />