This is an automated email from the ASF dual-hosted git repository.

markt pushed a commit to branch 8.5.x
in repository https://gitbox.apache.org/repos/asf/tomcat.git

commit f809fb9bbae1ce325380e75af406feebca8cdd28
Author: kangzhidong <kzd...@163.com>
AuthorDate: Sun Aug 25 02:52:03 2019 +0800

    add JASPIC 1.1 Javadoc
---
 build.xml                         | 20 ++++++++++++++++++++
 webapps/docs/jaspicapi/index.html | 34 ++++++++++++++++++++++++++++++++++
 webapps/docs/project.xml          |  1 +
 3 files changed, 55 insertions(+)

diff --git a/build.xml b/build.xml
index 8b93675..04397b6 100644
--- a/build.xml
+++ b/build.xml
@@ -1934,6 +1934,26 @@ Apache Tomcat ${version} native binaries for Win64 
AMD64/EMT64 platform.
         <path location="${ant.core.lib}"/>
       </classpath>
     </javadoc>
+    <javadoc packagenames="javax.security.auth.message.*"
+      sourcepath="${tomcat.dist}/src/java"
+      destdir="${tomcat.dist}/webapps/docs/jaspicapi"
+      version="true"
+      windowtitle="JASPIC 1.1 API Documentation - Apache Tomcat ${version}"
+      doctitle="JASPIC 1.1 API - Apache Tomcat ${version}"
+      header="&lt;b&gt;JASPIC 1.1 - Apache Tomcat ${version}&lt;/b&gt;"
+      bottom="Copyright &amp;#169; 2000-${year} Apache Software Foundation. 
All Rights Reserved."
+      encoding="UTF-8"
+      docencoding="UTF-8"
+      charset="UTF-8"
+      additionalparam="-breakiterator -notimestamp"
+      maxmemory="512m"
+      failonerror="true"
+      failonwarning="true">
+      <classpath>
+        <path refid="compile.classpath"/>
+        <path location="${ant.core.lib}"/>
+      </classpath>
+    </javadoc>
     <javadoc packagenames="org.apache.*"
       destdir="${tomcat.dist}/webapps/docs/api"
       version="true"
diff --git a/webapps/docs/jaspicapi/index.html 
b/webapps/docs/jaspicapi/index.html
new file mode 100644
index 0000000..e4f31a2
--- /dev/null
+++ b/webapps/docs/jaspicapi/index.html
@@ -0,0 +1,34 @@
+<!--
+  Licensed to the Apache Software Foundation (ASF) under one or more
+  contributor license agreements.  See the NOTICE file distributed with
+  this work for additional information regarding copyright ownership.
+  The ASF licenses this file to You under the Apache License, Version 2.0
+  (the "License"); you may not use this file except in compliance with
+  the License.  You may obtain a copy of the License at
+
+      http://www.apache.org/licenses/LICENSE-2.0
+
+  Unless required by applicable law or agreed to in writing, software
+  distributed under the License is distributed on an "AS IS" BASIS,
+  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+  See the License for the specific language governing permissions and
+  limitations under the License.
+-->
+<!DOCTYPE html>
+<html>
+<head>
+    <meta charset="UTF-8" />
+    <title>API docs</title>
+</head>
+
+<body>
+
+The JASPIC Javadoc is not installed by default. Download and install
+the "fulldocs" package to get it.
+
+You can also access the javadoc online in the Tomcat
+<a href="https://tomcat.apache.org/tomcat-@VERSION_MAJOR_MINOR@-doc/";>
+    documentation bundle</a>.
+
+</body>
+</html>
diff --git a/webapps/docs/project.xml b/webapps/docs/project.xml
index 880c3a8..09cb4df 100644
--- a/webapps/docs/project.xml
+++ b/webapps/docs/project.xml
@@ -87,6 +87,7 @@
         <item name="EL 3.0 Javadocs"       href="elapi/index.html"/>
         <item name="WebSocket 1.1 Javadocs"
               href="websocketapi/index.html"/>
+        <item name="JASPIC 1.1 Javadocs"   href="jaspicapi/index.html"/>
         <item name="JK 1.2 Documentation"
               href="https://tomcat.apache.org/connectors-doc/"/>
     </menu>


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org

Reply via email to