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 ve...@apache.org on 2010/11/07 21:56:38 UTC

svn commit: r1032390 - in /axis/axis2/java/core/trunk/src/site: ./ resources/docs/images/ resources/images/ xdoc/ xdoc/docs/ xdoc/tools/eclipse/ xdoc/tools/idea/ xdoc/tools/maven-plugins/

Author: veithen
Date: Sun Nov  7 20:56:37 2010
New Revision: 1032390

URL: http://svn.apache.org/viewvc?rev=1032390&view=rev
Log:
Some more site fixes.

Added:
    axis/axis2/java/core/trunk/src/site/resources/images/axis.jpg
      - copied unchanged from r1032377, axis/axis2/java/core/trunk/src/site/resources/docs/images/axis.jpg
Removed:
    axis/axis2/java/core/trunk/src/site/resources/docs/images/axis.jpg
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/Axis2ArchitectureGuide.xml
    axis/axis2/java/core/trunk/src/site/xdoc/docs/axis2config.xml
    axis/axis2/java/core/trunk/src/site/xdoc/docs/contents.xml.vm
    axis/axis2/java/core/trunk/src/site/xdoc/docs/pojoguide.xml.vm
    axis/axis2/java/core/trunk/src/site/xdoc/docs/userguide-forfurtherstudy.xml
    axis/axis2/java/core/trunk/src/site/xdoc/docs/xmlbased-server.xml
    axis/axis2/java/core/trunk/src/site/xdoc/index.xml
    axis/axis2/java/core/trunk/src/site/xdoc/tools/eclipse/servicearchiver-plugin.xml
    axis/axis2/java/core/trunk/src/site/xdoc/tools/eclipse/wsdl2java-plugin.xml
    axis/axis2/java/core/trunk/src/site/xdoc/tools/idea/Idea_plug-in_userguide.xml
    axis/axis2/java/core/trunk/src/site/xdoc/tools/maven-plugins/maven-aar-plugin.xml
    axis/axis2/java/core/trunk/src/site/xdoc/tools/maven-plugins/maven-java2wsdl-plugin.xml
    axis/axis2/java/core/trunk/src/site/xdoc/tools/maven-plugins/maven-wsdl2code-plugin.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=1032390&r1=1032389&r2=1032390&view=diff
==============================================================================
--- axis/axis2/java/core/trunk/src/site/site.xml (original)
+++ axis/axis2/java/core/trunk/src/site/site.xml Sun Nov  7 20:56:37 2010
@@ -29,16 +29,15 @@
     <bannerLeft>
         <name>Apache Axis2</name>
         <src>http://www.apache.org/images/asf_logo_wide.png</src>
-        <href>http://ws.apache.org/axis2/</href>
+        <href>http://www.apache.org/</href>
     </bannerLeft>
     <bannerRight>
-        <src>http://ws.apache.org/axis2/images/axis.jpg</src>
+        <src>http://axis.apache.org/axis2/java/core/images/axis.jpg</src>
+        <href>http://axis.apache.org/axis2/java/core/</href>
     </bannerRight>
     <body>
         <links>
             <item name="Axis2/Java" href="index.html" />
-            <item name="Axis2/C" href="http://ws.apache.org/axis2/c" />
-            <item name="Apache WS" href="http://ws.apache.org" />
             <item name="Apache    " href="http://www.apache.org" />
         </links>
 

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=1032390&r1=1032389&r2=1032390&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 Sun Nov  7 20:56:37 2010
@@ -466,7 +466,7 @@ WS-AtomicTransaction</a> - Supported by 
 included as part of Axis2 core</li>
 </ul>
 <p>Apache Axis2 is built on <a href=
-"http://ws.apache.org/commons/axiom/index.html">Apache Axiom</a>, a
+"http://ws.apache.org/axiom/">Apache Axiom</a>, a
 new high performant, pull-based XML object model that was released
 on 02 May 2006.</p>
 <h2>Features</h2>
@@ -515,16 +515,16 @@ Optimized Packaging (XOP) and SOAP with 
 <ol type="1">
 <li>Axis2 Web Application (Web App)</li>
 <li>WSDL2WS- <a href=
-"../tools/eclipse/wsdl2java-plugin.html">eclipse
+"tools/eclipse/wsdl2java-plugin.html">eclipse
 plug-in</a><a>/</a> <a href=
-"../tools/CodegenToolReference.html">Command line
+"tools/CodegenToolReference.html">Command line
 version</a><a>/</a><a href=
-"../tools/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></li>
 <li>Service Archive Wizard- <a href=
-"../tools/eclipse/servicearchiver-plugin.html">eclipse
+"tools/eclipse/servicearchiver-plugin.html">eclipse
 plug-in</a>/ <a href=
-"../tools/idea/Idea_plug-in_userguide.html#Create_Service_Archive">
+"tools/idea/Idea_plug-in_userguide.html#Create_Service_Archive">
 IntelliJ IDEA plug-in</a></li>
 </ol>
 <h2>Extension Modules</h2>

Modified: axis/axis2/java/core/trunk/src/site/xdoc/docs/Axis2ArchitectureGuide.xml
URL: http://svn.apache.org/viewvc/axis/axis2/java/core/trunk/src/site/xdoc/docs/Axis2ArchitectureGuide.xml?rev=1032390&r1=1032389&r2=1032390&view=diff
==============================================================================
--- axis/axis2/java/core/trunk/src/site/xdoc/docs/Axis2ArchitectureGuide.xml (original)
+++ axis/axis2/java/core/trunk/src/site/xdoc/docs/Axis2ArchitectureGuide.xml Sun Nov  7 20:56:37 2010
@@ -198,7 +198,7 @@ of this is the single most important fac
 performance. It makes sense to delegate this task to a separate
 sub-project under the Web services project, allowing that
 sub-project (<a href=
-"http://ws.apache.org/commons/axiom/index.html">AXIOM</a> or AXis
+"http://ws.apache.org/axiom/">AXIOM</a> or AXis
 Object Model) to provide a simple API for SOAP and XML info-set. It
 hides the complexities of efficient XML processing within its
 implementation.</p>
@@ -396,7 +396,7 @@ particular message.</p>
 <h2>XML Processing Model</h2>
 <p>As mentioned above, the XML processing model of Axis2 has become
 a separate sub-project, called <a href=
-"http://ws.apache.org/commons/axiom/index.html">Apache Axiom</a>,
+"http://ws.apache.org/axiom/">Apache Axiom</a>,
 in the Apache Web services project. Please refer to the <a href=
 "OMTutorial.html">OM Tutorial</a> for more information.</p>
 <a name="bmSOAPPM" id="bmSOAPPM"></a>

Modified: axis/axis2/java/core/trunk/src/site/xdoc/docs/axis2config.xml
URL: http://svn.apache.org/viewvc/axis/axis2/java/core/trunk/src/site/xdoc/docs/axis2config.xml?rev=1032390&r1=1032389&r2=1032390&view=diff
==============================================================================
--- axis/axis2/java/core/trunk/src/site/xdoc/docs/axis2config.xml (original)
+++ axis/axis2/java/core/trunk/src/site/xdoc/docs/axis2config.xml Sun Nov  7 20:56:37 2010
@@ -84,7 +84,7 @@ system is as follows:</p>
 <pre>&lt;transportReceiver name="http" class="org.apache.axis2.transport.http.SimpleHTTPServer"&gt;
     &lt;parameter name="port" &gt;6060&lt;/parameter&gt;
 &lt;/transportReceiver&gt;</pre>
-</source>The above elements show how to define transport receivers in
+The above elements show how to define transport receivers in
 axis2.xml. Here the "name" attribute of the &lt;transportReceiver/&gt; element identifies the
 type of the transport receiver. It can be HTTP, TCP, SMTP, CommonsHTTP, etc.
 When the system starts up or when you set the transport at the client side,

Modified: axis/axis2/java/core/trunk/src/site/xdoc/docs/contents.xml.vm
URL: http://svn.apache.org/viewvc/axis/axis2/java/core/trunk/src/site/xdoc/docs/contents.xml.vm?rev=1032390&r1=1032389&r2=1032390&view=diff
==============================================================================
--- axis/axis2/java/core/trunk/src/site/xdoc/docs/contents.xml.vm (original)
+++ axis/axis2/java/core/trunk/src/site/xdoc/docs/contents.xml.vm Sun Nov  7 20:56:37 2010
@@ -119,9 +119,8 @@ application, which provides run-time con
 Configuration Guide</a> - Provides extra configuration information
 required for application servers to run Axis2 to its fullest
 potential</li>
-<li><a href=
-"http://ws.apache.org/commons/axiom/OMTutorial.html">AXIOM
-Tutorial</a>-An introduction to Axis2's Object Model</li>
+<li><a href="http://ws.apache.org/axiom/userguide/userguide.html">Axiom User Guide</a> -
+An introduction to Axis2's Object Model</li>
 <li><a href="rest-ws.html">REST Support</a>-Introduction on
 Representational State Transfer</li>
 <li><a href="Axis2-rpc-support.html">Axis2 RPC Support</a> - This

Modified: axis/axis2/java/core/trunk/src/site/xdoc/docs/pojoguide.xml.vm
URL: http://svn.apache.org/viewvc/axis/axis2/java/core/trunk/src/site/xdoc/docs/pojoguide.xml.vm?rev=1032390&r1=1032389&r2=1032390&view=diff
==============================================================================
--- axis/axis2/java/core/trunk/src/site/xdoc/docs/pojoguide.xml.vm (original)
+++ axis/axis2/java/core/trunk/src/site/xdoc/docs/pojoguide.xml.vm Sun Nov  7 20:56:37 2010
@@ -631,10 +631,7 @@ beans support and initialization abiliti
 other goodies provided by the Spring framework.</p>
 <a name="furtherstudy" id="furtherstudy"></a>
 <h2>For Further Study</h2>
-<p>Apache Axis2-<a href=
-"http://ws.apache.org/axis2/">http://ws.apache.org/axis2/</a></p>
-<p>Axis2 Architecture-<a href=
-"http://ws.apache.org/axis2/1_0/Axis2ArchitectureGuide.html">http://ws.apache.org/axis2/1_0/Axis2ArchitectureGuide.html</a></p>
+<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><a href="http://wso2.org/library/259">Working With Apache Axis2</a></p>

Modified: axis/axis2/java/core/trunk/src/site/xdoc/docs/userguide-forfurtherstudy.xml
URL: http://svn.apache.org/viewvc/axis/axis2/java/core/trunk/src/site/xdoc/docs/userguide-forfurtherstudy.xml?rev=1032390&r1=1032389&r2=1032390&view=diff
==============================================================================
--- axis/axis2/java/core/trunk/src/site/xdoc/docs/userguide-forfurtherstudy.xml (original)
+++ axis/axis2/java/core/trunk/src/site/xdoc/docs/userguide-forfurtherstudy.xml Sun Nov  7 20:56:37 2010
@@ -97,11 +97,11 @@ Study</strong></a></li>
 </ul>-->
 <h2>Resources</h2>
 <p><a href="Axis2ArchitectureGuide.html">Axis2 Architecture</a></p>
-<p><a href="http://ws.apache.org/commons/axiom/OMTutorial.html">XML processing with AXIOM</a></p>
+<p><a href="http://ws.apache.org/axiom/userguide/userguide.html">Axiom User Guide</a></p>
 <p><a href="rest-ws.html">RESTful Web Services</a></p>
 <p><a href="http-transport.html">HTTP Transports</a></p>
 <p><a href="mtom-guide.html">MTOM with Axis2</a></p>
-<p><a href="../modules/rampart/security-module.html">Securing SOAP Messages with Apache Rampart</a></p>
+<p><a href="http://axis.apache.org/axis2/java/rampart/">Securing SOAP Messages with Apache Rampart</a></p>
 <p><a href="soapmonitor-module.html">SOAPMonitor</a></p>
 <p><a href="adv-userguide.html">Apache Axis2 Advance User's Guide</a></p>
 </body>

Modified: axis/axis2/java/core/trunk/src/site/xdoc/docs/xmlbased-server.xml
URL: http://svn.apache.org/viewvc/axis/axis2/java/core/trunk/src/site/xdoc/docs/xmlbased-server.xml?rev=1032390&r1=1032389&r2=1032390&view=diff
==============================================================================
--- axis/axis2/java/core/trunk/src/site/xdoc/docs/xmlbased-server.xml (original)
+++ axis/axis2/java/core/trunk/src/site/xdoc/docs/xmlbased-server.xml Sun Nov  7 20:56:37 2010
@@ -67,8 +67,8 @@ XML model by its external behavior, but 
 implementation OM is very much different to others. OMElement is
 the basic representation of the XML infoset element in OM.For more
 details on OMElement see the <a href=
-"http://ws.apache.org/commons/axiom/OMTutorial.html">OM
-Tutorial</a>.</i></p>
+"http://ws.apache.org/axiom/userguide/userguide.html">Axiom
+User Guide</a>.</i></p>
 <pre>
 public class MyService{
     public void ping(OMElement element){

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=1032390&r1=1032389&r2=1032390&view=diff
==============================================================================
--- axis/axis2/java/core/trunk/src/site/xdoc/index.xml (original)
+++ axis/axis2/java/core/trunk/src/site/xdoc/index.xml Sun Nov  7 20:56:37 2010
@@ -32,7 +32,7 @@ of the Apache Axis2 Web services engine 
 Apache Axis2/C</p>
 <p>While you will find all the information on Apache Axis2/Java
 here, you can visit the <a href=
-"http://ws.apache.org/axis2/c/"><strong>Apache Axis2/C</strong></a>
+"http://axis.apache.org/axis2/c/"><strong>Apache Axis2/C</strong></a>
 Web site for Axis2/C implementation information.</p>
 <h3>September 6, 2010 - Apache Axis2/Java Version 1.5.2 Released!</h3>
 <p>1.5.2 is a maintenance release to fix the security issue described in
@@ -90,7 +90,7 @@ Apache Rampart</a></li>
 core</li>
 </ul>
 <p>Apache Axis2 is built on <a href=
-"http://ws.apache.org/commons/axiom/index.html">Apache AXIOM</a>, a
+"http://ws.apache.org/axiom/">Apache AXIOM</a>, a
 new high performant, pull-based XML object model.</p>
 <p>Axis2 comes with many new features, enhancements and industry
 specification implementations. The key features offered are as

Modified: axis/axis2/java/core/trunk/src/site/xdoc/tools/eclipse/servicearchiver-plugin.xml
URL: http://svn.apache.org/viewvc/axis/axis2/java/core/trunk/src/site/xdoc/tools/eclipse/servicearchiver-plugin.xml?rev=1032390&r1=1032389&r2=1032390&view=diff
==============================================================================
--- axis/axis2/java/core/trunk/src/site/xdoc/tools/eclipse/servicearchiver-plugin.xml (original)
+++ axis/axis2/java/core/trunk/src/site/xdoc/tools/eclipse/servicearchiver-plugin.xml Sun Nov  7 20:56:37 2010
@@ -31,7 +31,7 @@ Plug-in</title>
 <h1>Service Archive Generator Wizard Guide for Eclipse Plug-in</h1>
 <p>This document will guide you through the installation and usage
 of the archive generator Eclipse plug-in.</p>
-<p><a href="http://ws.apache.org/axis2/tools/index.html" target=
+<p><a href="../tools/index.html" target=
 "_blank">[Download Plugin Tool]</a></p>
 <h2>Content</h2>
 <ul>
@@ -48,7 +48,7 @@ services to the Axis2.</p>
 <a name="installation" id="installation"></a>
 <h2>Installation</h2>
 <p>One can easily <a href=
-"http://ws.apache.org/axis2/tools/index.html">download</a> the
+"../tools/index.html">download</a> the
 plugin</p>
 <p>If one needs to build the plug-in from source, Maven2 and Ant
 builds arevailabe. Please refer the readme.txt located at

Modified: axis/axis2/java/core/trunk/src/site/xdoc/tools/eclipse/wsdl2java-plugin.xml
URL: http://svn.apache.org/viewvc/axis/axis2/java/core/trunk/src/site/xdoc/tools/eclipse/wsdl2java-plugin.xml?rev=1032390&r1=1032389&r2=1032390&view=diff
==============================================================================
--- axis/axis2/java/core/trunk/src/site/xdoc/tools/eclipse/wsdl2java-plugin.xml (original)
+++ axis/axis2/java/core/trunk/src/site/xdoc/tools/eclipse/wsdl2java-plugin.xml Sun Nov  7 20:56:37 2010
@@ -32,7 +32,7 @@
 for Eclipse. In other words, this document will guide you through
 the operations of generating a WSDL file from a Java class and/or
 generating a Java class file from a WSDL file.</p>
-<p><a href="http://ws.apache.org/axis2/tools/index.html" target=
+<p><a href="../tools/index.html" target=
 "_blank">[Download Plugin Tool]</a></p>
 <h2>Content</h2>
 <ul>
@@ -52,7 +52,7 @@ given below.</p>
 <a name="installation" id="installation"></a>
 <h2>Installation</h2>
 <p>One can easily <a href=
-"http://ws.apache.org/axis2/tools/index.html">download</a> the
+"../tools/index.html">download</a> the
 plugin</p>
 <p>If one needs to build the plug-in from source, Maven2 and Ant
 builds arevailabe. Please refer the readme.txt located at

Modified: axis/axis2/java/core/trunk/src/site/xdoc/tools/idea/Idea_plug-in_userguide.xml
URL: http://svn.apache.org/viewvc/axis/axis2/java/core/trunk/src/site/xdoc/tools/idea/Idea_plug-in_userguide.xml?rev=1032390&r1=1032389&r2=1032390&view=diff
==============================================================================
--- axis/axis2/java/core/trunk/src/site/xdoc/tools/idea/Idea_plug-in_userguide.xml (original)
+++ axis/axis2/java/core/trunk/src/site/xdoc/tools/idea/Idea_plug-in_userguide.xml Sun Nov  7 20:56:37 2010
@@ -33,7 +33,7 @@
 <h1>Axis2 Plug-in Guide for IntelliJ IDEA</h1>
 <p>This document explains the installation and usage of Axis2
 plug-in for IntelliJ IDEA.</p>
-<p><a href="http://ws.apache.org/axis2/tools/index.html">[Download
+<p><a href="../tools/index.html">[Download
 Plug-in]</a></p>
 <h2>Content</h2>
 <ul>
@@ -63,7 +63,7 @@ functionality has not been changed.</p>
 <a name="installation" id="installation"></a>
 <h2>Installation</h2>
 <p>First <a href=
-"http://ws.apache.org/axis2/tools/index.html">download</a> the
+"../tools/index.html">download</a> the
 plug-in which is a zipped file, and extract it into plugins
 directory which is located in the directory where IDEA is
 installed. If a previous version of the plug-in resides in this

Modified: axis/axis2/java/core/trunk/src/site/xdoc/tools/maven-plugins/maven-aar-plugin.xml
URL: http://svn.apache.org/viewvc/axis/axis2/java/core/trunk/src/site/xdoc/tools/maven-plugins/maven-aar-plugin.xml?rev=1032390&r1=1032389&r2=1032390&view=diff
==============================================================================
--- axis/axis2/java/core/trunk/src/site/xdoc/tools/maven-plugins/maven-aar-plugin.xml (original)
+++ axis/axis2/java/core/trunk/src/site/xdoc/tools/maven-plugins/maven-aar-plugin.xml Sun Nov  7 20:56:37 2010
@@ -30,7 +30,7 @@
 <h1>Maven2 AAR Plug-in Guide</h1>
 <h2>Introduction</h2>
 <p>This plugin generates an Axis 2 service file (AAR file).</p>
-<p><a href="http://ws.apache.org/axis2/tools/index.html" target=
+<p><a href="../tools/index.html" target=
 "_blank">[Download Plugin Tool]</a></p>
 <h2>Goals</h2>
 <p>The AAR plugin allows the packaging of an Axis 2 service aar in

Modified: axis/axis2/java/core/trunk/src/site/xdoc/tools/maven-plugins/maven-java2wsdl-plugin.xml
URL: http://svn.apache.org/viewvc/axis/axis2/java/core/trunk/src/site/xdoc/tools/maven-plugins/maven-java2wsdl-plugin.xml?rev=1032390&r1=1032389&r2=1032390&view=diff
==============================================================================
--- axis/axis2/java/core/trunk/src/site/xdoc/tools/maven-plugins/maven-java2wsdl-plugin.xml (original)
+++ axis/axis2/java/core/trunk/src/site/xdoc/tools/maven-plugins/maven-java2wsdl-plugin.xml Sun Nov  7 20:56:37 2010
@@ -31,7 +31,7 @@
 <h2>Introduction</h2>
 <p>This plugin takes as input a Java class and generates a WSDL,
 which describes a Web service for invoking the classes methods.</p>
-<p><a href="http://ws.apache.org/axis2/tools/index.html" target=
+<p><a href="../tools/index.html" target=
 "_blank">[Download Plugin Tool]</a></p>
 <h2>Goals</h2>
 <p>The Java2WSDL plugin offers a single goal:</p>

Modified: axis/axis2/java/core/trunk/src/site/xdoc/tools/maven-plugins/maven-wsdl2code-plugin.xml
URL: http://svn.apache.org/viewvc/axis/axis2/java/core/trunk/src/site/xdoc/tools/maven-plugins/maven-wsdl2code-plugin.xml?rev=1032390&r1=1032389&r2=1032390&view=diff
==============================================================================
--- axis/axis2/java/core/trunk/src/site/xdoc/tools/maven-plugins/maven-wsdl2code-plugin.xml (original)
+++ axis/axis2/java/core/trunk/src/site/xdoc/tools/maven-plugins/maven-wsdl2code-plugin.xml Sun Nov  7 20:56:37 2010
@@ -32,7 +32,7 @@
 <p>This plugin takes as input a WSDL and generates client and
 server stubs for calling or implementing a Web service matching the
 WSDL.</p>
-<p><a href="http://ws.apache.org/axis2/tools/index.html" target=
+<p><a href="../tools/index.html" target=
 "_blank">[Download Plugin Tool]</a></p>
 <h2>Goals</h2>
 <p>The WSDl2Code offers a single goal:</p>