You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by ma...@apache.org on 2022/06/29 17:10:35 UTC

[tomcat-native] branch main updated: Use property for copyright year. Fix Javadoc after earlier clean-up

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 <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 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="&lt;h1&gt;${title} (Version ${version})&lt;/h1&gt;"
-            bottom="Copyright 2002-2020 The Apache Software Foundation.&lt;!--
+            bottom="Copyright 2002-${year} The Apache Software Foundation.&lt;!--
 
 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-unsubscribe@tomcat.apache.org
For additional commands, e-mail: dev-help@tomcat.apache.org