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:
parent
b0053ca691
commit
e0af00ee72
|
@ -99,7 +99,7 @@ limitations under the License.
|
|||
version="true"
|
||||
doctitle="<h1>${component.title}</h1>"
|
||||
windowtitle="${component.title} (Version ${component.version})"
|
||||
bottom="Copyright &copy; 2001-2003 - Apache Software Foundation"
|
||||
bottom="Copyright &copy; 2001-${copyright.end} - Apache Software Foundation"
|
||||
use="true"
|
||||
link="${jdk.javadoc}"
|
||||
source="${compile.source}">
|
||||
|
|
|
@ -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}
|
||||
|
||||
|
|
Loading…
Reference in New Issue