You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-commits@axis.apache.org by sa...@apache.org on 2011/05/25 17:48:58 UTC

svn commit: r1127571 - in /axis/axis2/java/transports/trunk/src/site: site.xml xdoc/download_index.xml xdoc/index.xml

Author: sagara
Date: Wed May 25 15:48:58 2011
New Revision: 1127571

URL: http://svn.apache.org/viewvc?rev=1127571&view=rev
Log:
Add some missing entries.

Modified:
    axis/axis2/java/transports/trunk/src/site/site.xml
    axis/axis2/java/transports/trunk/src/site/xdoc/download_index.xml
    axis/axis2/java/transports/trunk/src/site/xdoc/index.xml

Modified: axis/axis2/java/transports/trunk/src/site/site.xml
URL: http://svn.apache.org/viewvc/axis/axis2/java/transports/trunk/src/site/site.xml?rev=1127571&r1=1127570&r2=1127571&view=diff
==============================================================================
--- axis/axis2/java/transports/trunk/src/site/site.xml (original)
+++ axis/axis2/java/transports/trunk/src/site/site.xml Wed May 25 15:48:58 2011
@@ -24,7 +24,7 @@
     </bannerLeft>
 
     <bannerRight>
-        <src>images/apache-synapse-banner.jpg</src>
+        <src>images/asfLogo.jpg</src>
         <href>http://www.apache.org</href>
     </bannerRight>
 
@@ -42,7 +42,7 @@
             <item name="Apache" href="http://www.apache.org/"/>
             <item name="WebServices" href="http://ws.apache.org/"/>
             <item name="Commons" href="http://ws.apache.org/commons/"/>
-            <item name="Axis2" href="http://ws.apache.org/axis2/"/>
+            <item name="Axis2" href="http://axis.apache.org/axis2/java/core/"/>
             <item name="Synapse" href="http://synapse.apache.org/"/>
         </links>
 
@@ -53,12 +53,13 @@
                 <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="UDP" href="udp.html"/>
-                <item name="XMPP" href="xmpp.html"/>
-                <item name="SMS" href="sms.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="UDP Transport" href="udp.html"/>
+                <!--<item name="XMPP" href="xmpp.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: axis/axis2/java/transports/trunk/src/site/xdoc/download_index.xml
URL: http://svn.apache.org/viewvc/axis/axis2/java/transports/trunk/src/site/xdoc/download_index.xml?rev=1127571&r1=1127570&r2=1127571&view=diff
==============================================================================
--- axis/axis2/java/transports/trunk/src/site/xdoc/download_index.xml (original)
+++ axis/axis2/java/transports/trunk/src/site/xdoc/download_index.xml Wed May 25 15:48:58 2011
@@ -26,7 +26,7 @@
 
 <body>
 
-<section name="Apache Synapse - Downloads">
+<section name="Axis2 Transports - Downloads">
 
     <p>The Axis2 Transports team is proud to announce the availability of the 1.0.0 release on the
         07th of December 2009.

Modified: axis/axis2/java/transports/trunk/src/site/xdoc/index.xml
URL: http://svn.apache.org/viewvc/axis/axis2/java/transports/trunk/src/site/xdoc/index.xml?rev=1127571&r1=1127570&r2=1127571&view=diff
==============================================================================
--- axis/axis2/java/transports/trunk/src/site/xdoc/index.xml (original)
+++ axis/axis2/java/transports/trunk/src/site/xdoc/index.xml Wed May 25 15:48:58 2011
@@ -47,7 +47,8 @@
       <li><a href="./tcp-transport.html">TCP Transport</a></li>
       <li><a href="./sms.html">SMS Transport</a></li>
   <li><a href="./udp.html">UDP Transport</a></li>
-  <li><a href="./xmpp.html">XMPP Transport</a></li>
+  <li>XMPP Transport</li>
+  <!--<li><a href="./xmpp.html">XMPP Transport</a></li> -->
   </ul>
   </p>
 </section>