This is an automated email from the ASF dual-hosted git repository. markt pushed a commit to branch 9.0.x in repository https://gitbox.apache.org/repos/asf/tomcat.git
The following commit(s) were added to refs/heads/9.0.x by this push: new 9653a58 Add placeholder for when annotation API docs are not installed 9653a58 is described below commit 9653a582e44d906ffc49a64b7cfa914e22eac857 Author: Mark Thomas <ma...@apache.org> AuthorDate: Mon Jan 13 11:57:58 2020 +0000 Add placeholder for when annotation API docs are not installed --- webapps/docs/annotationapi/index.html | 34 ++++++++++++++++++++++++++++++++++ 1 file changed, 34 insertions(+) diff --git a/webapps/docs/annotationapi/index.html b/webapps/docs/annotationapi/index.html new file mode 100644 index 0000000..2c633f5 --- /dev/null +++ b/webapps/docs/annotationapi/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 Annotation API 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> --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org