Author: ggregory
Date: Tue Jan 15 15:44:54 2008
New Revision: 612315

URL: http://svn.apache.org/viewvc?rev=612315&view=rev
Log:
Fix Javadoc copyright year once and for all.

Modified:
    commons/proper/codec/trunk/build.xml

Modified: commons/proper/codec/trunk/build.xml
URL: 
http://svn.apache.org/viewvc/commons/proper/codec/trunk/build.xml?rev=612315&r1=612314&r2=612315&view=diff
==============================================================================
--- commons/proper/codec/trunk/build.xml (original)
+++ commons/proper/codec/trunk/build.xml Tue Jan 15 15:44:54 2008
@@ -72,6 +72,10 @@
         <mkdir dir="${dist.home}"/>
         <mkdir dir="${dist.home}/docs"/>
         <mkdir dir="${dist.home}/docs/api"/>
+        <mkdir dir="${build.home}/apidocs"/>
+        <tstamp>
+            <format property="current.year" pattern="yyyy"/>
+        </tstamp>
          <!-- The Sun 1.2 docs are no-longer on-line, point to 1.3. -->
         <javadoc 
                sourcepath="${source.home}" 
@@ -83,7 +87,7 @@
                version="true" 
                doctitle="&lt;h1&gt;${component.title}&lt;/h1&gt;" 
                windowtitle="${component.title} (Version ${component.version})" 
-               bottom="${component.name} version ${component.version} - 
Copyright &amp;copy; 2002-2008 - Apache Software Foundation" 
+               bottom="${component.name} version ${component.version} - 
Copyright &amp;copy; 2002-${current.year} - Apache Software Foundation" 
                use="true" 
                link="http://java.sun.com/products/jdk/1.3/docs/api/";>
             <classpath refid="compile.classpath"/>


Reply via email to