Fix Javadoc copyright year.

git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/lang/trunk@161241 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Gary D. Gregory 2005-04-14 02:00:48 +00:00
parent b0053ca691
commit e0af00ee72
2 changed files with 4 additions and 1 deletions

View File

@ -99,7 +99,7 @@ limitations under the License.
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}">

View File

@ -31,6 +31,9 @@ component.title = Core Language Utilities
# 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}