You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@commons.apache.org by gg...@apache.org on 2005/04/14 04:00:49 UTC

svn commit: r161241 - in jakarta/commons/proper/lang/trunk: build.xml default.properties

Author: ggregory
Date: Wed Apr 13 19:00:48 2005
New Revision: 161241

URL: http://svn.apache.org/viewcvs?view=rev&rev=161241
Log:
Fix Javadoc copyright year.

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

Modified: jakarta/commons/proper/lang/trunk/build.xml
URL: http://svn.apache.org/viewcvs/jakarta/commons/proper/lang/trunk/build.xml?view=diff&r1=161240&r2=161241
==============================================================================
--- jakarta/commons/proper/lang/trunk/build.xml (original)
+++ jakarta/commons/proper/lang/trunk/build.xml Wed Apr 13 19:00:48 2005
@@ -99,7 +99,7 @@
 	        	 version="true"
 	        	 doctitle="<h1>${component.title}</h1>"
 	        	 windowtitle="${component.title} (Version ${component.version})"
-	        	 bottom="Copyright © 2001-2003 - Apache Software Foundation"
+	        	 bottom="Copyright © 2001-${copyright.end} - Apache Software Foundation"
 	        	 use="true"
 	        	 link="${jdk.javadoc}"
                  source="${compile.source}">

Modified: jakarta/commons/proper/lang/trunk/default.properties
URL: http://svn.apache.org/viewcvs/jakarta/commons/proper/lang/trunk/default.properties?view=diff&r1=161240&r2=161241
==============================================================================
--- jakarta/commons/proper/lang/trunk/default.properties (original)
+++ jakarta/commons/proper/lang/trunk/default.properties Wed Apr 13 19:00:48 2005
@@ -31,6 +31,9 @@
 # The current version number of this component
 component.version = 2.0
 
+# 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}
 



---------------------------------------------------------------------
To unsubscribe, e-mail: commons-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: commons-dev-help@jakarta.apache.org