This is an automated email from the ASF dual-hosted git repository. billblough pushed a commit to branch transport in repository https://gitbox.apache.org/repos/asf/axis-axis2-java-transports.git
commit f1adf54e075b81453838a22abab1c004dd49e7a7 Author: Ruwan Linton <ru...@apache.org> AuthorDate: Sat Dec 5 12:46:43 2009 +0000 Fixing the about page --- 1.0.0/src/site/xdoc/index.xml | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/1.0.0/src/site/xdoc/index.xml b/1.0.0/src/site/xdoc/index.xml index ce2ca23..2f82f38 100644 --- a/1.0.0/src/site/xdoc/index.xml +++ b/1.0.0/src/site/xdoc/index.xml @@ -40,15 +40,14 @@ <p> These transports consists of a set of synchronous as well as completely asynchronous transport adaprots. </p> - <p>For more information on these transports, see: + <p>The list of available transports are as follows: <ul> <li><a href="./jms.html">JMS Transport</a></li> <li><a href="./mail.html">E-Mail Transport</a></li> - <li><a href="./sms.html">SMS Transport</a></li> - <li><a href="./tcp-transport.html">TCP Transport</a></li> - <!--<li><a href="./xmpp.html">XMPP Transport</a></li>--> - <li>The Developer mailing list: <a href="mailto:commons-dev-subscr...@ws.apache.org">Subscribe</a></li> - <!--li>The Synapse Wiki <a href="http://wiki.apache.org/ws/Synapse">http://wiki.apache.org/ws/Synapse</a></li--> + <li><a href="./tcp-transport.html">TCP Transport</a></li> + <li><a href="./sms.html">SMS Transport</a></li> + <li>UDP Transport</li> + <li>XMPP Transport</li> </ul> </p> </section>