Author: veithen Date: Mon Nov 1 12:16:08 2010 New Revision: 1029619 URL: http://svn.apache.org/viewvc?rev=1029619&view=rev Log: Fixed some more broken links.
Modified: axis/axis2/java/core/trunk/src/site/site.xml axis/axis2/java/core/trunk/src/site/xdoc/archived_news.xml axis/axis2/java/core/trunk/src/site/xdoc/docs/installationguide.xml.vm axis/axis2/java/core/trunk/src/site/xdoc/docs/quickstartguide.xml axis/axis2/java/core/trunk/src/site/xdoc/docs/userguide-buildingservices.xml.vm axis/axis2/java/core/trunk/src/site/xdoc/docs/userguide.xml axis/axis2/java/core/trunk/src/site/xdoc/index.xml axis/axis2/java/core/trunk/src/site/xdoc/modules/index.xml axis/axis2/java/core/trunk/src/site/xdoc/tools/index.xml Modified: axis/axis2/java/core/trunk/src/site/site.xml URL: http://svn.apache.org/viewvc/axis/axis2/java/core/trunk/src/site/site.xml?rev=1029619&r1=1029618&r2=1029619&view=diff ============================================================================== --- axis/axis2/java/core/trunk/src/site/site.xml (original) +++ axis/axis2/java/core/trunk/src/site/site.xml Mon Nov 1 12:16:08 2010 @@ -80,7 +80,7 @@ <item name="Project Team" href="team-list.html" /> <item name="Issue Tracking" href="issue-tracking.html" /> <item name="Source Code" - href="http://svn.apache.org/viewcvs.cgi/webservices/axis2/trunk/?root=Apache-SVN" /> + href="http://svn.apache.org/viewvc/axis/axis2/java/core/trunk/" /> <item name="Acknowledgements" href="thanks.html" /> <item name="License" href="http://www.apache.org/licenses/LICENSE-2.0.html" /> Modified: axis/axis2/java/core/trunk/src/site/xdoc/archived_news.xml URL: http://svn.apache.org/viewvc/axis/axis2/java/core/trunk/src/site/xdoc/archived_news.xml?rev=1029619&r1=1029618&r2=1029619&view=diff ============================================================================== --- axis/axis2/java/core/trunk/src/site/xdoc/archived_news.xml (original) +++ axis/axis2/java/core/trunk/src/site/xdoc/archived_news.xml Mon Nov 1 12:16:08 2010 @@ -116,23 +116,23 @@ Release</a></h2> <p>[<a href="tools/index.html" target="_blank">Download Tool Plug-ins</a>]</p> <ol type="1"> <li>Axis2 Web Application (Web App)</li> -<li>WSDL2WS- <a href="tools/1_2/eclipse/wsdl2java-plugin.html" +<li>WSDL2WS- <a href="tools/eclipse/wsdl2java-plugin.html" target="_blank">eclipse plug-in</a><a>/</a> <a href= -"tools/1_2/CodegenToolReference.html" target="_blank">Command line +"tools/CodegenToolReference.html" target="_blank">Command line version</a><a>/</a><a href= -"tools/1_2/idea/Idea_plug-in_userguide.html#WSDL2Java_Code_Generation" +"tools/idea/Idea_plug-in_userguide.html#WSDL2Java_Code_Generation" target="_blank">IntelliJ IDEA plug-in</a><a>/</a><a href= -"tools/1_2/maven-plugins/maven-wsdl2code-plugin.html" target= +"tools/maven-plugins/maven-wsdl2code-plugin.html" target= "_blank">Maven2 WSDL2Code Plug-in</a></li> <li>Service Archive Wizard- <a href= -"tools/1_2/eclipse/servicearchiver-plugin.html" target= +"tools/eclipse/servicearchiver-plugin.html" target= "_blank">eclipse plug-in</a>/ <a href= -"tools/1_2/idea/Idea_plug-in_userguide.html#Create_Service_Archive" +"tools/idea/Idea_plug-in_userguide.html#Create_Service_Archive" target="_blank">IntelliJ IDEA plug-in</a>/ <a href= -"tools/1_2/maven-plugins/maven-aar-plugin.html" target= +"tools/maven-plugins/maven-aar-plugin.html" target= "_blank">Maven2 AAR Plug-in</a></li> <li>Java2WSDL- <a href= -"tools/1_2/maven-plugins/maven-java2wsdl-plugin.html" target= +"tools/maven-plugins/maven-java2wsdl-plugin.html" target= "_blank">Maven2 Java2WSDL Plug-in</a></li> </ol> <h2>Extension Modules</h2> @@ -205,23 +205,23 @@ Optimized Packaging (XOP) and SOAP with <ol type="1"> <li>Axis2 Web Application (Web App)</li> <li>WSDL2WS- <a href= -"tools/1_2/eclipse/wsdl2java-plugin.html">eclipse +"tools/eclipse/wsdl2java-plugin.html">eclipse plug-in</a><a>/</a> <a href= -"tools/1_2/CodegenToolReference.html">Command line +"tools/CodegenToolReference.html">Command line version</a><a>/</a><a href= -"tools/1_2/idea/Idea_plug-in_userguide.html#WSDL2Java_Code_Generation">IntelliJ +"tools/idea/Idea_plug-in_userguide.html#WSDL2Java_Code_Generation">IntelliJ IDEA plug-in</a><a>/</a><a href= -"tools/1_2/maven-plugins/maven-wsdl2code-plugin.html">Maven2 +"tools/maven-plugins/maven-wsdl2code-plugin.html">Maven2 WSDL2Code Plug-in</a></li> <li>Service Archive Wizard- <a href= -"tools/1_2/eclipse/servicearchiver-plugin.html">eclipse +"tools/eclipse/servicearchiver-plugin.html">eclipse plug-in</a>/ <a href= -"tools/1_2/idea/Idea_plug-in_userguide.html#Create_Service_Archive"> +"tools/idea/Idea_plug-in_userguide.html#Create_Service_Archive"> IntelliJ IDEA plug-in</a>/ <a href= -"tools/1_2/maven-plugins/maven-aar-plugin.html">Maven2 AAR +"tools/maven-plugins/maven-aar-plugin.html">Maven2 AAR Plug-in</a></li> <li>Java2WSDL- <a href= -"tools/1_2/maven-plugins/maven-java2wsdl-plugin.html">Maven2 +"tools/maven-plugins/maven-java2wsdl-plugin.html">Maven2 Java2WSDL Plug-in</a></li> </ol> <h2>Extension Modules</h2> Modified: axis/axis2/java/core/trunk/src/site/xdoc/docs/installationguide.xml.vm URL: http://svn.apache.org/viewvc/axis/axis2/java/core/trunk/src/site/xdoc/docs/installationguide.xml.vm?rev=1029619&r1=1029618&r2=1029619&view=diff ============================================================================== --- axis/axis2/java/core/trunk/src/site/xdoc/docs/installationguide.xml.vm (original) +++ axis/axis2/java/core/trunk/src/site/xdoc/docs/installationguide.xml.vm Mon Nov 1 12:16:08 2010 @@ -25,8 +25,6 @@ "HTML Tidy for Windows (vers 14 June 2007), see www.w3.org" /> <meta http-equiv="content-type" content="" /> <title>Axis2 Installation Guide</title> -<link href="../css/axis-docs.css" rel="stylesheet" type="text/css" -media="all" /> </head> <body lang="en" xml:lang="en"> <h1 align="center">Apache Axis2 Installation Guide</h1> @@ -35,9 +33,9 @@ packages, system prerequisites and setti and tools followed by detailed instructions on installation methods.</p> <p><i>Send your feedback to: <a href= -"mailto:axis-...@ws.apache.org?subject=[axis2]">axis-...@ws.apache.org</a></i> +"mailto:java-...@axis.apache.org?subject=[axis2]">java-...@axis.apache.org</a></i> mailing list. (Subscription details are available on <a href= -"http://ws.apache.org/axis2/mail-lists.html">Axis2 site</a>.) +"../mail-lists.html">Axis2 site</a>.) Kindly prefix every email subject with [Axis2].</p> <h2>Contents</h2> <ul> @@ -83,7 +81,7 @@ Distribution.</p> <p><a href="../download.cgi"> Download</a> distribution packages of the Apache Axis2 ${axis2_version} version (latest).</p> -<p><a href="http://ws.apache.org/axis2/download.cgi">Download</a> +<p><a href="../download.cgi">Download</a> distribution packages of all versions of Apache Axis2.</p> <p>The distribution packages provided are as follows:</p> <a name="std-bin" id="std-bin"></a> Modified: axis/axis2/java/core/trunk/src/site/xdoc/docs/quickstartguide.xml URL: http://svn.apache.org/viewvc/axis/axis2/java/core/trunk/src/site/xdoc/docs/quickstartguide.xml?rev=1029619&r1=1029618&r2=1029619&view=diff ============================================================================== --- axis/axis2/java/core/trunk/src/site/xdoc/docs/quickstartguide.xml (original) +++ axis/axis2/java/core/trunk/src/site/xdoc/docs/quickstartguide.xml Mon Nov 1 12:16:08 2010 @@ -712,10 +712,7 @@ http://localhost:8080/axis2/services/Sto </pre> <p>For more information on using JiBX with Axis2, see the <a href= "jibx/jibx-codegen-integration.html">JiBX code generation -integration</a> details. You can also check the <a href= -"http://www.sosnoski.com/jibx-wiki/space/axis2-jibx">JiBX Axis2 -Wiki page</a> for updated information about using JiBX with -Axis2.</p> +integration</a> details.</p> <a name="clients" id="clients"></a> <h2>Creating Clients</h2> <p>In this section, we'll look at four ways to create clients based @@ -1100,7 +1097,5 @@ create Web services using a variety of d <p><a href="Axis2ArchitectureGuide.html">Axis2 Architecture</a></p> <p>Introduction to Apache Axis2-<a href= "http://www.redhat.com/magazine/021jul06/features/apache_axis2/">http://www.redhat.com/magazine/021jul06/features/apache_axis2/</a></p> -<p>Working With Apache Axis2-<a href= -"http://www.wso2.net/articles/axis2/java/2006/09/13/working-with-axis2">http://www.wso2.net/articles/axis2/java/2006/09/13/working-with-axis2</a></p> </body> </html> Modified: axis/axis2/java/core/trunk/src/site/xdoc/docs/userguide-buildingservices.xml.vm URL: http://svn.apache.org/viewvc/axis/axis2/java/core/trunk/src/site/xdoc/docs/userguide-buildingservices.xml.vm?rev=1029619&r1=1029618&r2=1029619&view=diff ============================================================================== --- axis/axis2/java/core/trunk/src/site/xdoc/docs/userguide-buildingservices.xml.vm (original) +++ axis/axis2/java/core/trunk/src/site/xdoc/docs/userguide-buildingservices.xml.vm Mon Nov 1 12:16:08 2010 @@ -27,8 +27,6 @@ "HTML Tidy for Windows (vers 14 June 2007), see www.w3.org" /> <meta http-equiv="content-type" content="" /> <title>Introducing Axis2</title> -<link href="../css/axis-docs.css" rel="stylesheet" type="text/css" -media="all" /> </head> <body> <a name="buildservices" id="buildservices"></a> Modified: axis/axis2/java/core/trunk/src/site/xdoc/docs/userguide.xml URL: http://svn.apache.org/viewvc/axis/axis2/java/core/trunk/src/site/xdoc/docs/userguide.xml?rev=1029619&r1=1029618&r2=1029619&view=diff ============================================================================== --- axis/axis2/java/core/trunk/src/site/xdoc/docs/userguide.xml (original) +++ axis/axis2/java/core/trunk/src/site/xdoc/docs/userguide.xml Mon Nov 1 12:16:08 2010 @@ -133,9 +133,9 @@ WS-Security</a>, <a href= "http://xml.coverpages.org/ws-reliablemessaging20030313.pdf">WS-ReliableMessaging</a>, <a href="http://www.w3.org/2002/ws/addr/">WS-Addressing</a>, <a href= -"http://dev2dev.bea.com/pub/a/2004/03/ws-coordination.html">WS-Coordination</a>, +"http://docs.oasis-open.org/ws-tx/wscoor/2006/06">WS-Coordination</a>, and <a href= -"ftp://www6.software.ibm.com/software/developer/library/WS-AtomicTransaction.pdf"> +"http://docs.oasis-open.org/ws-tx/wsat/2006/06"> WS-Atomic Transaction</a> recommendations</li> <li>Use Axis2's modular structure to easily add support for new recommendations as they emerge</li> Modified: axis/axis2/java/core/trunk/src/site/xdoc/index.xml URL: http://svn.apache.org/viewvc/axis/axis2/java/core/trunk/src/site/xdoc/index.xml?rev=1029619&r1=1029618&r2=1029619&view=diff ============================================================================== --- axis/axis2/java/core/trunk/src/site/xdoc/index.xml (original) +++ axis/axis2/java/core/trunk/src/site/xdoc/index.xml Mon Nov 1 12:16:08 2010 @@ -260,23 +260,23 @@ Release</a></h2> "_blank">Download Tool Plug-ins</a>]</p> <ol type="1"> <li>Axis2 Web Application (Web App)</li> -<li>WSDL2WS- <a href="tools/1_2/eclipse/wsdl2java-plugin.html" +<li>WSDL2WS- <a href="tools/eclipse/wsdl2java-plugin.html" target="_blank">eclipse plug-in</a><a>/</a> <a href= -"tools/1_2/CodegenToolReference.html" target="_blank">Command line +"tools/CodegenToolReference.html" target="_blank">Command line version</a><a>/</a><a href= -"tools/1_2/idea/Idea_plug-in_userguide.html#WSDL2Java_Code_Generation" +"tools/idea/Idea_plug-in_userguide.html#WSDL2Java_Code_Generation" target="_blank">IntelliJ IDEA plug-in</a><a>/</a><a href= -"tools/1_2/maven-plugins/maven-wsdl2code-plugin.html" target= +"tools/maven-plugins/maven-wsdl2code-plugin.html" target= "_blank">Maven2 WSDL2Code Plug-in</a></li> <li>Service Archive Wizard- <a href= -"tools/1_2/eclipse/servicearchiver-plugin.html" target= +"tools/eclipse/servicearchiver-plugin.html" target= "_blank">eclipse plug-in</a>/ <a href= -"tools/1_2/idea/Idea_plug-in_userguide.html#Create_Service_Archive" +"tools/idea/Idea_plug-in_userguide.html#Create_Service_Archive" target="_blank">IntelliJ IDEA plug-in</a>/ <a href= -"tools/1_2/maven-plugins/maven-aar-plugin.html" target= +"tools/maven-plugins/maven-aar-plugin.html" target= "_blank">Maven2 AAR Plug-in</a></li> <li>Java2WSDL- <a href= -"tools/1_2/maven-plugins/maven-java2wsdl-plugin.html" target= +"tools/maven-plugins/maven-java2wsdl-plugin.html" target= "_blank">Maven2 Java2WSDL Plug-in</a></li> </ol> <h2>Extension Modules</h2> Modified: axis/axis2/java/core/trunk/src/site/xdoc/modules/index.xml URL: http://svn.apache.org/viewvc/axis/axis2/java/core/trunk/src/site/xdoc/modules/index.xml?rev=1029619&r1=1029618&r2=1029619&view=diff ============================================================================== --- axis/axis2/java/core/trunk/src/site/xdoc/modules/index.xml (original) +++ axis/axis2/java/core/trunk/src/site/xdoc/modules/index.xml Mon Nov 1 12:16:08 2010 @@ -64,7 +64,7 @@ PGP</a></td> <td></td> </tr> <tr> -<td><a href="../1_3/soapmonitor-module.html">SOAP Monitor</a></td> +<td><a href="../docs/soapmonitor-module.html">SOAP Monitor</a></td> <td>SOAP Monitor utility provides a way for Web services developers to monitor the SOAP messages being sent/received without requiring any special configuration or restarting of the server</td> Modified: axis/axis2/java/core/trunk/src/site/xdoc/tools/index.xml URL: http://svn.apache.org/viewvc/axis/axis2/java/core/trunk/src/site/xdoc/tools/index.xml?rev=1029619&r1=1029618&r2=1029619&view=diff ============================================================================== --- axis/axis2/java/core/trunk/src/site/xdoc/tools/index.xml (original) +++ axis/axis2/java/core/trunk/src/site/xdoc/tools/index.xml Mon Nov 1 12:16:08 2010 @@ -58,7 +58,7 @@ Distribution found <a href="../download. </tr> <tr> <td> - <a href="../tools/1_4/eclipse/servicearchiver-plugin.html">Service Archive + <a href="../tools/eclipse/servicearchiver-plugin.html">Service Archive Wizard - Eclipse Plug-in</a> </td> <td>As part of the Axis2 tool set, the service archive generator is @@ -79,7 +79,7 @@ PGP</a> </tr> <tr> <td> - <a href="../tools/1_4/eclipse/wsdl2java-plugin.html">Code + <a href="../tools/eclipse/wsdl2java-plugin.html">Code Generator Wizard - Eclipse Plug-in</a> </td> <td>Axis2 code generator comes built-in with an <a href="http://www.eclipse.org/">eclipse</a> plug-in. This can be used to @@ -99,7 +99,7 @@ PGP</a> </tr> <tr> <td> - <a href="../tools/1_4/idea/Idea_plug-in_userguide.html">Code + <a href="../tools/idea/Idea_plug-in_userguide.html">Code Generator Wizard - IntelliJ IDEA Plug-in</a> </td> <td>Using this tool one can create service archives that can be @@ -136,7 +136,7 @@ PGP</a> </tr> <tr> <td> - <a href="../tools/1_4/maven-plugins/maven-aar-plugin.html">Maven2 AAR + <a href="../tools/maven-plugins/maven-aar-plugin.html">Maven2 AAR Plug-in</a> </td> <td>This plugin generates an Axis2 service file (AAR file).</td> @@ -171,7 +171,7 @@ PGP</a> </tr> <tr> <td> - <a href="../tools/1_4/maven-plugins/maven-java2wsdl-plugin.html">Maven2 + <a href="../tools/maven-plugins/maven-java2wsdl-plugin.html">Maven2 Java2WSDL Plug-in</a> </td> <td> @@ -192,7 +192,7 @@ PGP</a> </tr> <tr> <td> - <a href="../tools/1_4/maven-plugins/maven-wsdl2code-plugin.html">Maven2 + <a href="../tools/maven-plugins/maven-wsdl2code-plugin.html">Maven2 WSDL2Code Plug-in</a> </td> <td>