From 866680890af58875e0d546e471b3ef63c1fbac6c Mon Sep 17 00:00:00 2001 From: markt Date: Tue, 3 Aug 2010 12:20:57 +0000 Subject: [PATCH] Provide Javadoc for Servlet, JSP & EL Provide external links to JAX-RPC Javadoc git-svn-id: https://svn.apache.org/repos/asf/tomcat/trunk@981841 13f79535-47bb-0310-9956-ffa450edef68 --- build.xml | 70 +++++++++++++++++++++++++++++++++++--- webapps/docs/api/index.html | 5 +-- webapps/docs/elapi/index.html | 34 ++++++++++++++++++ webapps/docs/jspapi/index.html | 34 ++++++++++++++++++ webapps/docs/project.xml | 5 ++- webapps/docs/servletapi/index.html | 34 ++++++++++++++++++ 6 files changed, 175 insertions(+), 7 deletions(-) create mode 100644 webapps/docs/elapi/index.html create mode 100644 webapps/docs/jspapi/index.html create mode 100644 webapps/docs/servletapi/index.html diff --git a/build.xml b/build.xml index 2d5a6ddf8..680e9b5cd 100644 --- a/build.xml +++ b/build.xml @@ -1133,9 +1133,9 @@ - + @@ -1153,6 +1153,11 @@ tofile="${tomcat.extras}/webservices/jaxrpc.jar" /> + + + - + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/webapps/docs/api/index.html b/webapps/docs/api/index.html index bd48398e7..9c125b917 100644 --- a/webapps/docs/api/index.html +++ b/webapps/docs/api/index.html @@ -23,11 +23,12 @@ -Tomcat's internal javadoc is no longer installed by default. Download and install +Tomcat's internal 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 -documentation bundle. + +documentation bundle. diff --git a/webapps/docs/elapi/index.html b/webapps/docs/elapi/index.html new file mode 100644 index 000000000..fee5f54e7 --- /dev/null +++ b/webapps/docs/elapi/index.html @@ -0,0 +1,34 @@ + + + + + + API docs + + + + +The EL 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 + +documentation bundle. + + + diff --git a/webapps/docs/jspapi/index.html b/webapps/docs/jspapi/index.html new file mode 100644 index 000000000..6e8e8414a --- /dev/null +++ b/webapps/docs/jspapi/index.html @@ -0,0 +1,34 @@ + + + + + + API docs + + + + +The JSP 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 + +documentation bundle. + + + diff --git a/webapps/docs/project.xml b/webapps/docs/project.xml index 6012a6127..56ea43669 100644 --- a/webapps/docs/project.xml +++ b/webapps/docs/project.xml @@ -72,7 +72,10 @@ - + + + + diff --git a/webapps/docs/servletapi/index.html b/webapps/docs/servletapi/index.html new file mode 100644 index 000000000..156660c03 --- /dev/null +++ b/webapps/docs/servletapi/index.html @@ -0,0 +1,34 @@ + + + + + + API docs + + + + +The Servlet 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 + +documentation bundle. + + + -- 2.11.0