Author: dkulp
Date: Mon Jan 20 15:20:32 2014
New Revision: 1559733

URL: http://svn.apache.org/r1559733
Log:
Start moving TCPMON and XMLRPC to Archive

Modified:
    webservices/site/maven/src/site/site.xml
    webservices/site/maven/src/site/xdoc/index.xml

Modified: webservices/site/maven/src/site/site.xml
URL: 
http://svn.apache.org/viewvc/webservices/site/maven/src/site/site.xml?rev=1559733&r1=1559732&r2=1559733&view=diff
==============================================================================
--- webservices/site/maven/src/site/site.xml (original)
+++ webservices/site/maven/src/site/site.xml Mon Jan 20 15:20:32 2014
@@ -38,10 +38,8 @@
         <menu name="Projects">
             <item name="Axiom" href="axiom/"/>
             <item name="Neethi" href="neethi/"/>
-            <item name="TCPMon" href="tcpmon/"/>
             <item name="Woden" href="woden/"/>
             <item name="WSS4J" href="wss4j/"/>
-            <item name="XML-RPC" href="xmlrpc/"/>
             <item name="XmlSchema 1.4" href="commons/xmlschema14/"/>
             <item name="XmlSchema 2.0" href="commons/xmlschema20/"/>
         </menu>

Modified: webservices/site/maven/src/site/xdoc/index.xml
URL: 
http://svn.apache.org/viewvc/webservices/site/maven/src/site/xdoc/index.xml?rev=1559733&r1=1559732&r2=1559733&view=diff
==============================================================================
--- webservices/site/maven/src/site/xdoc/index.xml (original)
+++ webservices/site/maven/src/site/xdoc/index.xml Mon Jan 20 15:20:32 2014
@@ -44,10 +44,6 @@
                     <td>A general framework for the programmers to use WS 
Policy.</td>
                 </tr>
                 <tr>
-                    <td><a href="tcpmon/">Apache TCPMon</a></td>
-                    <td>A tool to intercept SOAP/HTTP messages.</td>
-                </tr>
-                <tr>
                     <td><a href="woden/">Apache Woden</a></td>
                     <td>A Java class library for reading, manipulating, 
creating and writing WSDL documents.</td>
                 </tr>
@@ -56,10 +52,6 @@
                     <td>An implementation of the OASIS Web Services Security 
(WS-Security) from OASIS Web Services Security TC.</td>
                 </tr>
                 <tr>
-                    <td><a href="xmlrpc/">Apache XML-RPC</a></td>
-                    <td>A Java implementation of XML-RPC, a popular protocol 
that uses XML over HTTP to implement remote procedure calls.</td>
-                </tr>
-                <tr>
                     <td><a href="commons/xmlschema20/">Apache 
XmlSchema</a></td>
                     <td>A Java class library for creating and traversing W3C 
XML Schema 1.0 documents.</td>
                 </tr>
@@ -78,6 +70,14 @@
                     <td><a 
href="http://svn.apache.org/repos/asf/webservices/archive/soap/";>Apache 
SOAP</a></td>
                     <td>A first generation SOAP stack.</td>
                 </tr>
+                <tr>
+                    <td><a 
href="http://svn.apache.org/repos/asf/webservices/archive/tcpmon/";>Apache 
TCPMon</a></td>
+                    <td>A tool to intercept SOAP/HTTP messages.</td>
+                </tr>
+                <tr>
+                    <td><a 
href="http://svn.apache.org/repos/asf/webservices/archive/xmlrpc/";>Apache 
XML-RPC</a></td>
+                    <td>A Java implementation of XML-RPC, a popular protocol 
that uses XML over HTTP to implement remote procedure calls.</td>
+                </tr>
             </table>
             <p>
                 Source and binary releases for these projects are still 
available from <a 
href="http://archive.apache.org/dist/ws/";>archive.apache.org</a>.


Reply via email to