Author: markt
Date: Wed Jun 12 20:01:16 2013
New Revision: 1492403

URL: http://svn.apache.org/r1492403
Log:
Add stub for WebSocket Javadoc (it is already in the full Javadoc build)

Added:
    tomcat/trunk/webapps/docs/websocketapi/   (with props)
    tomcat/trunk/webapps/docs/websocketapi/index.html   (with props)
Modified:
    tomcat/trunk/webapps/docs/project.xml

Modified: tomcat/trunk/webapps/docs/project.xml
URL: 
http://svn.apache.org/viewvc/tomcat/trunk/webapps/docs/project.xml?rev=1492403&r1=1492402&r2=1492403&view=diff
==============================================================================
--- tomcat/trunk/webapps/docs/project.xml (original)
+++ tomcat/trunk/webapps/docs/project.xml Wed Jun 12 20:01:16 2013
@@ -84,6 +84,8 @@
         <item name="Servlet Javadocs"      href="servletapi/index.html"/>
         <item name="JSP 2.3 Javadocs"      href="jspapi/index.html"/>
         <item name="EL 3.0 Javadocs"       href="elapi/index.html"/>
+        <item name="WebSocket 1.0 Javadocs"
+              href="websocketapi/index.html"/>
         <item name="JK 1.2 Documentation"
               href="http://tomcat.apache.org/connectors-doc/"/>
     </menu>

Propchange: tomcat/trunk/webapps/docs/websocketapi/
------------------------------------------------------------------------------
    bugtraq:append = false

Propchange: tomcat/trunk/webapps/docs/websocketapi/
------------------------------------------------------------------------------
    bugtraq:label = Bugzilla ID (optional)

Propchange: tomcat/trunk/webapps/docs/websocketapi/
------------------------------------------------------------------------------
--- bugtraq:message (added)
+++ bugtraq:message Wed Jun 12 20:01:16 2013
@@ -0,0 +1 @@
+Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=%BUGID%

Propchange: tomcat/trunk/webapps/docs/websocketapi/
------------------------------------------------------------------------------
    bugtraq:url = https://issues.apache.org/bugzilla/show_bug.cgi?id=%BUGID%

Added: tomcat/trunk/webapps/docs/websocketapi/index.html
URL: 
http://svn.apache.org/viewvc/tomcat/trunk/webapps/docs/websocketapi/index.html?rev=1492403&view=auto
==============================================================================
--- tomcat/trunk/webapps/docs/websocketapi/index.html (added)
+++ tomcat/trunk/webapps/docs/websocketapi/index.html Wed Jun 12 20:01:16 2013
@@ -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 public "-//w3c//dtd html 4.0 transitional//en" 
"http://www.w3.org/TR/REC-html40/strict.dtd";>
+<html>
+    <head>
+    <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
+    <title>API docs</title>
+</head>
+
+<body>
+
+The WebSocket 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="http://tomcat.apache.org/tomcat-@VERSION_MAJOR_MINOR@-doc/";>
+documentation bundle</a>.
+
+</body>
+</html>

Propchange: tomcat/trunk/webapps/docs/websocketapi/index.html
------------------------------------------------------------------------------
    svn:eol-style = native



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to