Author: ggregory
Date: Tue Jan 15 15:56:47 2008
New Revision: 612317

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

Modified:
    commons/proper/lang/trunk/build.xml
    commons/proper/lang/trunk/default.properties

Modified: commons/proper/lang/trunk/build.xml
URL: 
http://svn.apache.org/viewvc/commons/proper/lang/trunk/build.xml?rev=612317&r1=612316&r2=612317&view=diff
==============================================================================
--- commons/proper/lang/trunk/build.xml (original)
+++ commons/proper/lang/trunk/build.xml Tue Jan 15 15:56:47 2008
@@ -86,7 +86,10 @@
                <mkdir dir="${dist.home}"/>
                <mkdir dir="${dist.home}/docs"/>
                <mkdir dir="${dist.home}/docs/api"/>
-               <javadoc sourcepath="${source.home}" 
destdir="${dist.home}/docs/api" 
overview="${source.home}/org/apache/commons/lang/overview.html" 
packagenames="org.apache.commons.*" 
excludepackagenames="${javadoc.excludepackagenames}" author="true" 
version="true" doctitle="&lt;h1&gt;${component.title}&lt;/h1&gt;" 
windowtitle="${component.title} (Version ${component.version})" 
bottom="Copyright &amp;copy; 2001-${copyright.end} - Apache Software 
Foundation" use="true" link="${jdk.javadoc}" source="${compile.source}">
+           <tstamp>
+               <format property="current.year" pattern="yyyy"/>
+           </tstamp>
+               <javadoc sourcepath="${source.home}" 
destdir="${dist.home}/docs/api" 
overview="${source.home}/org/apache/commons/lang/overview.html" 
packagenames="org.apache.commons.*" 
excludepackagenames="${javadoc.excludepackagenames}" author="true" 
version="true" doctitle="&lt;h1&gt;${component.title}&lt;/h1&gt;" 
windowtitle="${component.title} (Version ${component.version})" 
bottom="Copyright &amp;copy; 2001-${current.year} - Apache Software Foundation" 
use="true" link="${jdk.javadoc}" source="${compile.source}">
                        <classpath refid="compile.classpath"/>
                </javadoc>
        </target>

Modified: commons/proper/lang/trunk/default.properties
URL: 
http://svn.apache.org/viewvc/commons/proper/lang/trunk/default.properties?rev=612317&r1=612316&r2=612317&view=diff
==============================================================================
--- commons/proper/lang/trunk/default.properties (original)
+++ commons/proper/lang/trunk/default.properties Tue Jan 15 15:56:47 2008
@@ -35,9 +35,6 @@
 # The current version number of this component
 component.version = 2.4-SNAPSHOT
 
-# The current year used for the end date in copyrights.
-copyright.end = 2005
-
 # The name that is used to create the jar file
 final.name = ${component.name}-${component.version}
 


Reply via email to