This is an automated email from the ASF dual-hosted git repository. markt pushed a commit to branch 1.2.x in repository https://gitbox.apache.org/repos/asf/tomcat-native.git
commit 2c6327301f96b0d295fdd9784b824f6e9a917dcb Author: Mark Thomas <ma...@apache.org> AuthorDate: Wed Jun 29 18:10:30 2022 +0100 Use property for copyright year. Fix Javadoc after earlier clean-up --- build.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build.xml b/build.xml index daeb4cc5b..afd1dfad4 100644 --- a/build.xml +++ b/build.xml @@ -164,7 +164,7 @@ <target name="javadocs" description="Java documentation"> <mkdir dir="${docs.dest}"/> <mkdir dir="${docs.dest}/api"/> - <javadoc sourcepath="${build.src}/java" + <javadoc sourcepath="${src.dir}/java" destdir="${docs.dest}/api" author="true" version="true" @@ -172,7 +172,7 @@ packagenames="org.apache.tomcat.*" windowtitle="${title} (Version ${version})" doctitle="<h1>${title} (Version ${version})</h1>" - bottom="Copyright 2002-2020 The Apache Software Foundation.<!-- + bottom="Copyright 2002-${year} The Apache Software Foundation.<!-- Licensed under the Apache License, Version 2.0 (the 'License'); you may not use this file except in compliance with the License. --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org