This is an automated email from the ASF dual-hosted git repository.
markt pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/tomcat-native.git
The following commit(s) were added to refs/heads/main by this push:
new 1f35bdb6c Use property for copyright year. Fix Javadoc after earlier
clean-up
1f35bdb6c is described below
commit 1f35bdb6ced10eb400e0e8d5b089113b0b05b0f4
Author: Mark Thomas <[email protected]>
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 d0bce69aa..9db38fa12 100644
--- a/build.xml
+++ b/build.xml
@@ -157,7 +157,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"
@@ -165,7 +165,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: [email protected]
For additional commands, e-mail: [email protected]