You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commons-dev@ws.apache.org by ru...@apache.org on 2009/12/05 14:15:07 UTC

svn commit: r887541 - in /webservices/commons/branches/modules/transport/1.0.0/src/site: site.xml xdoc/docs_index.xml

Author: ruwan
Date: Sat Dec  5 13:15:07 2009
New Revision: 887541

URL: http://svn.apache.org/viewvc?rev=887541&view=rev
Log:
Adding the JavaDoc

Modified:
    webservices/commons/branches/modules/transport/1.0.0/src/site/site.xml
    webservices/commons/branches/modules/transport/1.0.0/src/site/xdoc/docs_index.xml

Modified: webservices/commons/branches/modules/transport/1.0.0/src/site/site.xml
URL: http://svn.apache.org/viewvc/webservices/commons/branches/modules/transport/1.0.0/src/site/site.xml?rev=887541&r1=887540&r2=887541&view=diff
==============================================================================
--- webservices/commons/branches/modules/transport/1.0.0/src/site/site.xml (original)
+++ webservices/commons/branches/modules/transport/1.0.0/src/site/site.xml Sat Dec  5 13:15:07 2009
@@ -53,11 +53,12 @@
                 <item name="Source Code" href="source-repository.html"/>
             </item>
             <item name="Documentation" href="docs_index.html">
-                <item name="JMS" href="jms.html"/>
-                <item name="Mail" href="mail.html"/>
-                <item name="TCP" href="tcp-transport.html"/>
+                <item name="JMS Transport" href="jms.html"/>
+                <item name="Mail Transport" href="mail.html"/>
+                <item name="TCP Transport" href="tcp-transport.html"/>
                 <!--<item name="XMPP" href="xmpp.html"/>-->
-                <item name="SMS" href="sms.html"/>
+                <item name="SMS Transport" href="sms.html"/>
+                <item name="Java Doc" href="apidocs/index.html"/>
             </item>
             <item name="Project Information" href="project-info.html">
                 <item name="Mailing Lists" href="mail-lists.html"/>

Modified: webservices/commons/branches/modules/transport/1.0.0/src/site/xdoc/docs_index.xml
URL: http://svn.apache.org/viewvc/webservices/commons/branches/modules/transport/1.0.0/src/site/xdoc/docs_index.xml?rev=887541&r1=887540&r2=887541&view=diff
==============================================================================
--- webservices/commons/branches/modules/transport/1.0.0/src/site/xdoc/docs_index.xml (original)
+++ webservices/commons/branches/modules/transport/1.0.0/src/site/xdoc/docs_index.xml Sat Dec  5 13:15:07 2009
@@ -42,5 +42,9 @@
   </ul>
 </section>
 
+<section name="Axis2 Transports - Java Doc">
+    <p>The trsnapots API documentation can be found in the <a href="./apidocs/index.html">Java Doc</a></p>
+</section>
+
 </body>
 </document>