Author: veithen
Date: Wed Jul 21 07:10:26 2010
New Revision: 966113
URL: http://svn.apache.org/viewvc?rev=966113&view=rev
Log:
Simplifying the Maven site, step 1: eliminated version numbers from the
directory structure and changed links containing @axis2_version_...@.
Added:
axis/axis2/java/core/trunk/modules/documentation/xdocs/docs/
- copied from r965569,
axis/axis2/java/core/trunk/modules/documentation/xdocs/@axis2_version_dir@/
axis/axis2/java/core/trunk/modules/documentation/xdocs/modules/rampart/security-module.xml
- copied unchanged from r965569,
axis/axis2/java/core/trunk/modules/documentation/xdocs/modules/rampart/1_3/security-module.xml
axis/axis2/java/core/trunk/modules/documentation/xdocs/tools/CodegenToolReference.xml
- copied unchanged from r965569,
axis/axis2/java/core/trunk/modules/documentation/xdocs/tools/1_4/CodegenToolReference.xml
axis/axis2/java/core/trunk/modules/documentation/xdocs/tools/eclipse/
- copied from r965569,
axis/axis2/java/core/trunk/modules/documentation/xdocs/tools/1_4/eclipse/
axis/axis2/java/core/trunk/modules/documentation/xdocs/tools/idea/
- copied from r965569,
axis/axis2/java/core/trunk/modules/documentation/xdocs/tools/1_4/idea/
axis/axis2/java/core/trunk/modules/documentation/xdocs/tools/maven-plugins/
- copied from r965569,
axis/axis2/java/core/trunk/modules/documentation/xdocs/tools/1_4/maven-plugins/
Removed:
axis/axis2/java/core/trunk/modules/documentation/xdocs/@axis2_version_dir@/
axis/axis2/java/core/trunk/modules/documentation/xdocs/modules/rampart/1_3/
axis/axis2/java/core/trunk/modules/documentation/xdocs/tools/1_4/
Modified:
axis/axis2/java/core/trunk/modules/documentation/src/site/site.xml
axis/axis2/java/core/trunk/modules/documentation/xdocs/archived_news.xml
axis/axis2/java/core/trunk/modules/documentation/xdocs/docs/adv-userguide.xml
axis/axis2/java/core/trunk/modules/documentation/xdocs/docs/contents.xml
axis/axis2/java/core/trunk/modules/documentation/xdocs/docs/installationguide.xml
axis/axis2/java/core/trunk/modules/documentation/xdocs/docs/migration.xml
axis/axis2/java/core/trunk/modules/documentation/xdocs/docs/pojoguide.xml
axis/axis2/java/core/trunk/modules/documentation/xdocs/docs/quickstartguide.xml
axis/axis2/java/core/trunk/modules/documentation/xdocs/docs/toc.xml
axis/axis2/java/core/trunk/modules/documentation/xdocs/docs/userguide-buildingservices.xml
axis/axis2/java/core/trunk/modules/documentation/xdocs/docs/userguide-creatingclients.xml
axis/axis2/java/core/trunk/modules/documentation/xdocs/docs/userguide-forfurtherstudy.xml
axis/axis2/java/core/trunk/modules/documentation/xdocs/docs/userguide-installingtesting.xml
axis/axis2/java/core/trunk/modules/documentation/xdocs/docs/userguide.xml
axis/axis2/java/core/trunk/modules/documentation/xdocs/faq.xml
axis/axis2/java/core/trunk/modules/documentation/xdocs/index.xml
Modified: axis/axis2/java/core/trunk/modules/documentation/src/site/site.xml
URL:
http://svn.apache.org/viewvc/axis/axis2/java/core/trunk/modules/documentation/src/site/site.xml?rev=966113&r1=966112&r2=966113&view=diff
==============================================================================
--- axis/axis2/java/core/trunk/modules/documentation/src/site/site.xml
(original)
+++ axis/axis2/java/core/trunk/modules/documentation/src/site/site.xml Wed Jul
21 07:10:26 2010
@@ -44,36 +44,22 @@
<item name="Tools" href="tools/index.html" />
</menu>
<menu name="Documentation">
- <item name="Version 1.6" href="/@axis2_version_dir@/contents.html"
>
- <item name="Table of Contents"
href="@axis2_version_dir@/toc.html" />
- <item name="Installation Guide"
href="@axis2_version_dir@/installationguide.html" />
- <item name="QuickStart Guide"
href="@axis2_version_dir@/quickstartguide.html" />
- <item name="User Guide"
href="@axis2_version_dir@/userguide.html" />
- <item name="JAXWS Guide"
href="@axis2_version_dir@/jaxws-guide.html" />
- <item name="POJO Guide"
href="@axis2_version_dir@/pojoguide.html" />
- <item name="Spring Guide"
href="@axis2_version_dir@/spring.html" />
- <item name="Web Administrator's Guide"
href="@axis2_version_dir@/webadminguide.html" />
- <item name="Migration Guide (from Axis1)"
href="@axis2_version_dir@/migration.html" />
- </item>
- <item name="Version 1.5.1" href="/1_5_1/contents.html"/>
- <item name="Version 1.5" href="/1_5/contents.html"/>
- <item name="Version 1.4.1" href="/1_4_1/contents.html"/>
- <item name="Version 1.4" href="/1_4/contents.html"/>
- <item name="Version 1.3" href="/1_3/contents.html" />
- <item name="Version 1.2" href="/1_2/contents.html" />
- <item name="Version 1.1.1" href="/1_1_1/contents.html" />
- <item name="Version 1.1" href="/1_1/contents.html" />
- <item name="Version 1.0" href="/1_0/index.html" />
- <item name="Version 0.95" href="/0_95/index.html" />
- <item name="Version 0.94" href="/0_94/index.html" />
- <item name="Version 0.93" href="/0_93/index.html" />
+ <item name="Table of Contents" href="docs/toc.html" />
+ <item name="Installation Guide" href="docs/installationguide.html"
/>
+ <item name="QuickStart Guide" href="docs/quickstartguide.html" />
+ <item name="User Guide" href="docs/userguide.html" />
+ <item name="JAXWS Guide" href="docs/jaxws-guide.html" />
+ <item name="POJO Guide" href="docs/pojoguide.html" />
+ <item name="Spring Guide" href="docs/spring.html" />
+ <item name="Web Administrator's Guide"
href="docs/webadminguide.html" />
+ <item name="Migration Guide (from Axis1)"
href="docs/migration.html" />
</menu>
<menu name="Resources">
<item name="FAQ" href="faq.html" />
<item name="Articles" href="articles.html" />
<item name="Wiki"
href="http://wiki.apache.org/ws/FrontPage/Axis2/" />
<item name="Reference Library" href="refLib.html" />
- <item name="Online Java Docs"
href="@axis2_version_dir@/api/index.html" />
+ <item name="Online Java Docs" href="api/index.html" />
</menu>
<menu name="Get Involved" href="overview.html">
<item name="Overview" href="overview.html" />
@@ -93,4 +79,4 @@
href="http://www.apache.org/licenses/LICENSE-2.0.html" />
</menu>
</body>
-</project>
\ No newline at end of file
+</project>
Modified:
axis/axis2/java/core/trunk/modules/documentation/xdocs/archived_news.xml
URL:
http://svn.apache.org/viewvc/axis/axis2/java/core/trunk/modules/documentation/xdocs/archived_news.xml?rev=966113&r1=966112&r2=966113&view=diff
==============================================================================
--- axis/axis2/java/core/trunk/modules/documentation/xdocs/archived_news.xml
(original)
+++ axis/axis2/java/core/trunk/modules/documentation/xdocs/archived_news.xml
Wed Jul 21 07:10:26 2010
@@ -304,23 +304,23 @@ Tool Plug-ins</a>]</p>
<ol type="1">
<li>Axis2 Web Application (Web App)</li>
<li>WSDL2WS- <a href=
-"tools/@axis2_version_dir@/eclipse/wsdl2java-plugin.html">eclipse
+"tools/eclipse/wsdl2java-plugin.html">eclipse
plug-in</a><a>/</a> <a href=
-"tools/@axis2_version_dir@/CodegenToolReference.html">Command line
+"tools/CodegenToolReference.html">Command line
version</a><a>/</a><a href=
-"tools/@axis2_version_dir@/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/@axis2_version_dir@/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/@axis2_version_dir@/eclipse/servicearchiver-plugin.html">eclipse
+"tools/eclipse/servicearchiver-plugin.html">eclipse
plug-in</a>/ <a href=
-"tools/@axis2_version_dir@/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/@axis2_version_dir@/maven-plugins/maven-aar-plugin.html">Maven2
+"tools/maven-plugins/maven-aar-plugin.html">Maven2
AAR Plug-in</a></li>
<li>Java2WSDL- <a href=
-"tools/@axis2_version_dir@/maven-plugins/maven-java2wsdl-plugin.html">
+"tools/maven-plugins/maven-java2wsdl-plugin.html">
Maven2 Java2WSDL Plug-in</a></li>
</ol>
<h2>Extension Modules</h2>
Modified:
axis/axis2/java/core/trunk/modules/documentation/xdocs/docs/adv-userguide.xml
URL:
http://svn.apache.org/viewvc/axis/axis2/java/core/trunk/modules/documentation/xdocs/docs/adv-userguide.xml?rev=966113&r1=965569&r2=966113&view=diff
==============================================================================
---
axis/axis2/java/core/trunk/modules/documentation/xdocs/docs/adv-userguide.xml
(original)
+++
axis/axis2/java/core/trunk/modules/documentation/xdocs/docs/adv-userguide.xml
Wed Jul 21 07:10:26 2010
@@ -41,11 +41,10 @@ the binary distribution of Axis2 are als
<h2>Introduction</h2>
-<p>This user guide is written based on the <a
-href="../download/@axis2_version_dir@/download.html/#std-bin">Axis2 Standard
Binary
-Distribution</a>. The Standard Binary Distribution can be directly <a
-href="../download/@axis2_version_dir@/download.html/#std-bin">downloaded</a>
or built using
-the <a href="../download/@axis2_version_dir@/download.html#src">Source
Distribution</a>. If
+<p>This user guide is written based on the Axis2 Standard Binary
+Distribution. The Standard Binary Distribution can be directly <a
+href="../download.cgi">downloaded</a> or built using
+the Source Distribution. If
you choose the latter, then the <a href="installationguide.html">Installation
Guide</a> will instruct you on how to build Axis2 Standard Binary
Distribution using the source.</p>
@@ -72,7 +71,7 @@ other features.</p>
<p>In this (first) section, we will learn how to write and deploy Web
services using Axis2. All the samples mentioned in this guide are located in
the <b>"samples/userguide/src"</b> directory of <a
-href="../download/@axis2_version_dir@/download.html/#std-bin">Axis2 standard
binary
+href="../download.cgi">Axis2 standard binary
distribution</a>.</p>
<p>Please deploy axis2.war in your servlet container and ensure that it works
Modified:
axis/axis2/java/core/trunk/modules/documentation/xdocs/docs/contents.xml
URL:
http://svn.apache.org/viewvc/axis/axis2/java/core/trunk/modules/documentation/xdocs/docs/contents.xml?rev=966113&r1=965569&r2=966113&view=diff
==============================================================================
--- axis/axis2/java/core/trunk/modules/documentation/xdocs/docs/contents.xml
(original)
+++ axis/axis2/java/core/trunk/modules/documentation/xdocs/docs/contents.xml
Wed Jul 21 07:10:26 2010
@@ -184,37 +184,37 @@ Transport protocol</li>
<p><strong>Axis2 Tools:</strong></p>
<ul>
<li><a href=
-"../tools/@axis2_version_dir@/CodegenToolReference.html">Code
+"../tools/CodegenToolReference.html">Code
Generator Tool Guide for Command Line and Ant Tasks</a> - Lists
command line and Ant task references. How to build a file using
custom Ant tasks and how to invoke a Code Generator from Ant</li>
<li><a href=
-"../tools/@axis2_version_dir@/eclipse/wsdl2java-plugin.html">Code
+"../tools/eclipse/wsdl2java-plugin.html">Code
Generator Wizard Guide for Eclipse Plug-in</a> - Explains the usage
of the code generator Eclipse plug-in for WSDL2Java and/or
Java2WSDL operations</li>
<li><a href=
-"../tools/@axis2_version_dir@/eclipse/servicearchiver-plugin.html">Service
+"../tools/eclipse/servicearchiver-plugin.html">Service
Archive Generator Wizard Guide for Eclipse Plug-in</a> - Describes
the functionality of the Eclipse plugin service archive generator
tool</li>
<li><a href=
-"../tools/@axis2_version_dir@/idea/Idea_plug-in_userguide.html">Code
+"../tools/idea/Idea_plug-in_userguide.html">Code
Generator Wizard Guide for IntelliJ IDEA Plug-in</a> - A guide on
the usage of the IDEA code generation plug-in to create service
archives and generate Java class files from WSDL files</li>
<li><a href=
-"../tools/@axis2_version_dir@/maven-plugins/maven-aar-plugin.html">Maven2
+"../tools/maven-plugins/maven-aar-plugin.html">Maven2
AAR Plug-in Guide</a> - A guide to generate an Axis 2 service file
(AAR file) using the Maven plug-in.</li>
<li><a href=
-"../tools/@axis2_version_dir@/maven-plugins/maven-java2wsdl-plugin.html">
+"../tools/maven-plugins/maven-java2wsdl-plugin.html">
Maven2 Java2WSDL Plug-in Guide</a> - A guide to using Java2WSDL
Maven 2 Plug-in that takes a Java class as input and generates a
WSDL, which describes a Web service for invoking the class
methods</li>
<li><a href=
-"../tools/@axis2_version_dir@/maven-plugins/maven-wsdl2code-plugin.html">
+"../tools/maven-plugins/maven-wsdl2code-plugin.html">
Maven2 WSDL2Code Plug-in Guide</a> - A guide to using this plugin
that takes as input a WSDL and generates client and server stubs
for calling or implementing a Web service matching the WSDL.</li>
@@ -261,8 +261,7 @@ this area.</li>
Guide</a> - Introduction to Axis2's modular architecture</li>
<!--<li><a href="api/index.html">Online Java Docs</a>-Java API
documentation</li>-->
-<li><a href=
-"http://ws.apache.org/axis2/@axis2_version_dir@/api/index.html">Online
+<li><a href="../api/index.html">Online
Java Docs</a> - Java API documentation</li>
<li><a href="../refLib.html">Reference Library</a> - This document
provides additional information to developers on WS-*
Modified:
axis/axis2/java/core/trunk/modules/documentation/xdocs/docs/installationguide.xml
URL:
http://svn.apache.org/viewvc/axis/axis2/java/core/trunk/modules/documentation/xdocs/docs/installationguide.xml?rev=966113&r1=965569&r2=966113&view=diff
==============================================================================
---
axis/axis2/java/core/trunk/modules/documentation/xdocs/docs/installationguide.xml
(original)
+++
axis/axis2/java/core/trunk/modules/documentation/xdocs/docs/installationguide.xml
Wed Jul 21 07:10:26 2010
@@ -80,8 +80,7 @@ J2EE compliant servlet container. Axis2
Apache License, version 2.0. This Installation Guide will mainly
focus on running Apache Axis2 using the Standard Binary
Distribution.</p>
-<p><a href=
-"http://ws.apache.org/axis2/download/@axis2_version_dir@/download.cgi">
+<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>
@@ -91,21 +90,18 @@ distribution packages of all versions of
<h3>1. Standard Binary Distribution</h3>
<p>This is the complete version of Axis2 and includes samples and
convenient scripts as well.</p>
-<p><a href=
-"http://ws.apache.org/axis2/download/@axis2_version_dir@/download.cgi">
+<p><a href="../download.cgi">
Download</a> Standard Binary Distribution</p>
<a name="war1" id="war1"></a>
<h3>2. WAR (Web Archive) Distribution</h3>
<p>This is the Web application of Axis2, which can be deployed in
most of the servlet containers.</p>
-<p><a href=
-"http://ws.apache.org/axis2/download/@axis2_version_dir@/download.cgi">
+<p><a href="../download.cgi">
Download</a> WAR (Web Archive) Distribution</p>
<h3>3. Documents Distribution</h3>
<p>This contains all the documentation in one package. The package
includes the xdocs and the Java API docs of this project.</p>
-<p><a href=
-"http://ws.apache.org/axis2/download/@axis2_version_dir@/download.cgi">
+<p><a href="../download.cgi">
Download</a> Documents Distribution</p>
<h3>4. Source Distribution</h3>
<p>This contains the sources of Axis2 standard distribution, and is
@@ -115,8 +111,7 @@ distribution using the source by typing
running this command. Step by step details on how to create the
binary distribution is available in the <a href=
"#advanced">Advanced</a> section.</p>
-<p><a href=
-"http://ws.apache.org/axis2/download/@axis2_version_dir@/download.cgi">
+<p><a href="../download.cgi">
Download</a> Source Distribution</p>
<a name="requirements" id="requirements"></a>
<h2>System Requirements</h2>
@@ -183,8 +178,7 @@ Java Development Kit (JDK) release (vers
the JDK according to the instructions included with the release.
Set an environment variable JAVA_HOME to the pathname of the
directory into which you installed the JDK release.</p>
-<p>Download and unpack the <a href=
-"http://ws.apache.org/axis2/download/@axis2_version_dir@/download.cgi">
+<p>Download and unpack the <a href="../download.cgi">
Axis2 Standard Binary Distribution</a> into a convenient location
so that the distribution resides in its own directory. Set an
environment variable AXIS2_HOME to the pathname of the extracted
@@ -287,8 +281,7 @@ servlet container is as follows:</p>
<ol>
<li>Build the Axis2 WAR file using the Axis2 <a href=
"#standalone3">Standard Binary Distribution</a>. (Alternatively you
-can <a href=
-"http://ws.apache.org/axis2/download/@axis2_version_dir@/download.cgi">
+can <a href="../download.cgi">
download</a> the axis2.war file or you can build axis2.war using
the <a href="#war">Source Distribution</a>.</li>
<li>Drop the WAR file in the webapps folder of the servlet
Modified:
axis/axis2/java/core/trunk/modules/documentation/xdocs/docs/migration.xml
URL:
http://svn.apache.org/viewvc/axis/axis2/java/core/trunk/modules/documentation/xdocs/docs/migration.xml?rev=966113&r1=965569&r2=966113&view=diff
==============================================================================
--- axis/axis2/java/core/trunk/modules/documentation/xdocs/docs/migration.xml
(original)
+++ axis/axis2/java/core/trunk/modules/documentation/xdocs/docs/migration.xml
Wed Jul 21 07:10:26 2010
@@ -502,7 +502,7 @@ Axis2, our example uses the following An
</pre>
<p>For an explanation of the Axis2 WSDL2Java Ant task and its
options, see the <a href=
-"../tools/@axis2_version_dir@/CodegenToolReference.html">CodegenToolReference
+"../tools/CodegenToolReference.html">CodegenToolReference
Guide.</a></p>
<p>A feature of XMLBeans is that there is one class file created
with WSDL2java, and a series of .xsb files. They must be referenced
Modified:
axis/axis2/java/core/trunk/modules/documentation/xdocs/docs/pojoguide.xml
URL:
http://svn.apache.org/viewvc/axis/axis2/java/core/trunk/modules/documentation/xdocs/docs/pojoguide.xml?rev=966113&r1=965569&r2=966113&view=diff
==============================================================================
--- axis/axis2/java/core/trunk/modules/documentation/xdocs/docs/pojoguide.xml
(original)
+++ axis/axis2/java/core/trunk/modules/documentation/xdocs/docs/pojoguide.xml
Wed Jul 21 07:10:26 2010
@@ -98,7 +98,7 @@ this document</li>
<p>The code for the document can be found at
Axis2_HOME/samples/pojoguide and Axis2_HOME/samples/pojoguidespring
once you extract the <a href=
-"../../download/@axis2_version_dir@/download.html#std-bin">Axis2
+"../download.cgi">Axis2
Standard Distribution</a>. (It is better to get it now as it will
help you to follow along.) Let's get started.</p>
<a name="pojo" id="pojo"></a>
@@ -235,7 +235,7 @@ the client</li>
<p>Before you can build the source, you'll need to download the
Axis2 @axis2_vers...@-bin and @axis2_vers...@-war distributions
from <a href=
-"../../download/@axis2_version_dir@/download.html">here</a>. Then
+"../download.cgi">here</a>. Then
modify the following line inside the build.xml file (in the
Axis2_HOME/samples/pojoguide directory in the extracted Axis2
@axis2_version@ Standard Binary (bin) Distribution) :</p>
@@ -244,7 +244,7 @@ Axis2_HOME/samples/pojoguide directory i
</pre>
<p>This modification contains the path to the root of the unzipped
Axis2 @axis2_vers...@-bin <a href=
-"../../download/@axis2_version_dir@/download.html#std-bin">download</a>.
+"../download.cgi">download</a>.
With that explanation, you'll now build the source by typing the
following: ant</p>
<p>The following directory format should now exist at
Modified:
axis/axis2/java/core/trunk/modules/documentation/xdocs/docs/quickstartguide.xml
URL:
http://svn.apache.org/viewvc/axis/axis2/java/core/trunk/modules/documentation/xdocs/docs/quickstartguide.xml?rev=966113&r1=965569&r2=966113&view=diff
==============================================================================
---
axis/axis2/java/core/trunk/modules/documentation/xdocs/docs/quickstartguide.xml
(original)
+++
axis/axis2/java/core/trunk/modules/documentation/xdocs/docs/quickstartguide.xml
Wed Jul 21 07:10:26 2010
@@ -68,7 +68,7 @@ Beans</a></li>
</ul>
<h3>A Quick Setup Note:</h3>
<p>The code for the document can be found in the extracted <a href=
-"../download/@axis2_version_dir@/download.html#std-bin">Standard
+"../download.cgi">Standard
Binary Distribution</a>, more specifically at Axis2_HOME/samples/
inside the directories- quickstart, quickstartadb, quickstartaxiom,
quickstartjibx and quickstartxmlbeans. (Consider getting it now as
@@ -252,7 +252,7 @@ directory.</p>
<p>Now that you understand what we're trying to accomplish, we're
almost ready to start building.</p>
<p>First, <a href=
-"../download/@axis2_version_dir@/download.html#std-bin">download</a>
+"../download.cgi">download</a>
and unzip the appropriate version of Axis2 Standard Binary
Distribution. Make sure that you set the value of the AXIS2_HOME
variable to match the location into which you extracted the
Modified: axis/axis2/java/core/trunk/modules/documentation/xdocs/docs/toc.xml
URL:
http://svn.apache.org/viewvc/axis/axis2/java/core/trunk/modules/documentation/xdocs/docs/toc.xml?rev=966113&r1=965569&r2=966113&view=diff
==============================================================================
--- axis/axis2/java/core/trunk/modules/documentation/xdocs/docs/toc.xml
(original)
+++ axis/axis2/java/core/trunk/modules/documentation/xdocs/docs/toc.xml Wed Jul
21 07:10:26 2010
@@ -127,27 +127,27 @@ Tools</a></li>
"mainFrame">Tools/Plug-ins</a>
<ul>
<li>25.1 <a href=
-"../tools/@axis2_version_dir@/CodegenToolReference.html" target=
+"../tools/CodegenToolReference.html" target=
"mainFrame">Code Generator Tool - Command Line and Ant
Task</a></li>
<li>25.2 <a href=
-"../tools/@axis2_version_dir@/idea/Idea_plug-in_userguide.html"
+"../tools/idea/Idea_plug-in_userguide.html"
target="mainFrame">Axis2 Plug-in for IntelliJ IDEA</a></li>
<li>25.3 <a href=
-"../tools/@axis2_version_dir@/eclipse/servicearchiver-plugin.html"
+"../tools/eclipse/servicearchiver-plugin.html"
target="mainFrame">Service Archive Generator Wizard - Eclipse
Plug-in</a></li>
<li>25.4 <a href=
-"../tools/@axis2_version_dir@/eclipse/wsdl2java-plugin.html"
+"../tools/eclipse/wsdl2java-plugin.html"
target="mainFrame">Code Generator Wizard - Eclipse Plug-in</a></li>
<li>25.5 <a href=
-"../tools/@axis2_version_dir@/maven-plugins/maven-aar-plugin.html"
+"../tools/maven-plugins/maven-aar-plugin.html"
target="mainFrame">AAR Maven2 Plug-in</a></li>
<li>25.6 <a href=
-"../tools/@axis2_version_dir@/maven-plugins/maven-java2wsdl-plugin.html"
+"../tools/maven-plugins/maven-java2wsdl-plugin.html"
target="mainFrame">Java2WSDL Maven2 Plug-in</a></li>
<li>25.7 <a href=
-"../tools/@axis2_version_dir@/maven-plugins/maven-wsdl2code-plugin.html"
+"../tools/maven-plugins/maven-wsdl2code-plugin.html"
target="mainFrame">WSDL2Code Maven2 Plug-in</a></li>
</ul>
</li>
Modified:
axis/axis2/java/core/trunk/modules/documentation/xdocs/docs/userguide-buildingservices.xml
URL:
http://svn.apache.org/viewvc/axis/axis2/java/core/trunk/modules/documentation/xdocs/docs/userguide-buildingservices.xml?rev=966113&r1=965569&r2=966113&view=diff
==============================================================================
---
axis/axis2/java/core/trunk/modules/documentation/xdocs/docs/userguide-buildingservices.xml
(original)
+++
axis/axis2/java/core/trunk/modules/documentation/xdocs/docs/userguide-buildingservices.xml
Wed Jul 21 07:10:26 2010
@@ -389,8 +389,7 @@ based on the same WSDL file used in the
document, you will follow the steps below.</p>
<p><b>The short story:</b></p>
<ol>
-<li><a href=
-"http://ws.apache.org/axis2/download/@axis2_version_dir@/download.cgi#std-bin">
+<li><a href="../download.cgi">
Download</a> the Axis2 standard distribution, if you have not done
so already.</li>
<li>Generate the skeleton using the WSDL2Java utility, as in:<br />
@@ -407,10 +406,8 @@ http://<server>:<port>/axis2
make sure the service has been properly deployed.</li>
</ol>
<p><b>The long story:</b></p>
-<p>As with generating clients, you will need the <a href=
-"http://ws.apache.org/axis2/download/@axis2_version_dir@/download.cgi#std-bin">
-Axis2 Standard Distribution</a>, because the <a href=
-"http://ws.apache.org/axis2/download/@axis2_version_dir@/download.cgi#war">
+<p>As with generating clients, you will need the <a href="../download.cgi">
+Axis2 Standard Distribution</a>, because the <a href="../download.cgi">
Axis2 WAR Distribution</a> does not include the WSDL2Java utility.
Once you've got it downloaded and unpacked, make sure that you set
the AXIS2_HOME variable to point to the location in which you've
Modified:
axis/axis2/java/core/trunk/modules/documentation/xdocs/docs/userguide-creatingclients.xml
URL:
http://svn.apache.org/viewvc/axis/axis2/java/core/trunk/modules/documentation/xdocs/docs/userguide-creatingclients.xml?rev=966113&r1=965569&r2=966113&view=diff
==============================================================================
---
axis/axis2/java/core/trunk/modules/documentation/xdocs/docs/userguide-creatingclients.xml
(original)
+++
axis/axis2/java/core/trunk/modules/documentation/xdocs/docs/userguide-creatingclients.xml
Wed Jul 21 07:10:26 2010
@@ -156,7 +156,7 @@ for calling each of these operations.</p
<p><b>The short story:</b></p>
<ol>
<li>
-<a
href="http://ws.apache.org/axis2/download/@axis2_version_dir@/download.cgi#std-bin">Download</a>
and unpack the Apache Axis2 Standard
+<a href="../download.cgi">Download</a> and unpack the Apache Axis2 Standard
Distribution, if you have not done it already.</li>
<li>Create the client stub with the following command:
<pre>
@@ -172,8 +172,7 @@ located in build/lib to the classpath an
org.apache.axis2.axis2userguide.Client</li>
</ol>
<p><b>The long story:</b></p>
-<p>If you have not done it already, <a href=
-"http://ws.apache.org/axis2/download/@axis2_version_dir@/download.cgi#std-bin">
+<p>If you have not done it already, <a href="../download.cgi">
download</a> and unpack the Apache Axis2 Standard Distribution. The
Axis2 WAR Distribution does not include the necessary utilities for
generating code, such as WSDL2Java.</p>
Modified:
axis/axis2/java/core/trunk/modules/documentation/xdocs/docs/userguide-forfurtherstudy.xml
URL:
http://svn.apache.org/viewvc/axis/axis2/java/core/trunk/modules/documentation/xdocs/docs/userguide-forfurtherstudy.xml?rev=966113&r1=965569&r2=966113&view=diff
==============================================================================
---
axis/axis2/java/core/trunk/modules/documentation/xdocs/docs/userguide-forfurtherstudy.xml
(original)
+++
axis/axis2/java/core/trunk/modules/documentation/xdocs/docs/userguide-forfurtherstudy.xml
Wed Jul 21 07:10:26 2010
@@ -98,21 +98,17 @@ running an Axis2 service created from WS
Study</strong></a></li>
</ul>-->
<h2>Resources</h2>
-<p>Axis2 Architecture-<a href=
-"http://ws.apache.org/axis2/@axis2_version_dir@/Axis2ArchitectureGuide.html">http://ws.apache.org/axis2/@axis2_version_dir@/Axis2ArchitectureGuide.html</a></p>
+<p>Axis2 Architecture-<a
href="Axis2ArchitectureGuide.html">http://ws.apache.org/axis2/docs/Axis2ArchitectureGuide.html</a></p>
<p>XML processing with AXIOM-<a href=
"http://ws.apache.org/commons/axiom/OMTutorial.html">http://ws.apache.org/commons/axiom/OMTutorial.html</a></p>
-<p>RESTful Web Services-<a href=
-"http://ws.apache.org/axis2/@axis2_version_dir@/rest-ws.html">http://ws.apache.org/axis2/@axis2_version_dir@/rest-ws.html</a></p>
-<p>HTTP Transports-<a href=
-"http://ws.apache.org/axis2/@axis2_version_dir@/http-transport.html">http://ws.apache.org/axis2/@axis2_version_dir@/http-transport.html</a></p>
-<p>MTOM with Axis2-<a href=
-"http://ws.apache.org/axis2/@axis2_version_dir@/mtom-guide.html">http://ws.apache.org/axis2/@axis2_version_dir@/mtom-guide.html</a></p>
+<p>RESTful Web Services-<a
href="rest-ws.html">http://ws.apache.org/axis2/docs/rest-ws.html</a></p>
+<p>HTTP Transports-<a
href="http-transport.html">http://ws.apache.org/axis2/docs/http-transport.html</a></p>
+<p>MTOM with Axis2-<a
href="mtom-guide.html">http://ws.apache.org/axis2/docs/mtom-guide.html</a></p>
<p>Securing SOAP Messages with Apache Rampart- <a href=
-"../modules/rampart/@axis2_version_dir@/security-module.html">http://ws.apache.org/axis2/modules/rampart/@axis2_version_dir@/security-module.html</a></p>
+"../modules/rampart/security-module.html">http://ws.apache.org/axis2/modules/rampart/security-module.html</a></p>
<p>SOAPMonitor-<a href=
-"http://ws.apache.org/axis2/@axis2_version_dir@/soapmonitor-module.html">http://ws.apache.org/axis2/@axis2_version_dir@/soapmonitor-module.html</a></p>
+"soapmonitor-module.html">http://ws.apache.org/axis2/docs/soapmonitor-module.html</a></p>
<p>Apache Axis2 Advance User's Guide- <a href=
-"adv-userguide.html">http://ws.apache.org/axis2/@axis2_version_dir@/adv-userguide.html</a></p>
+"adv-userguide.html">http://ws.apache.org/axis2/docs/adv-userguide.html</a></p>
</body>
</html>
Modified:
axis/axis2/java/core/trunk/modules/documentation/xdocs/docs/userguide-installingtesting.xml
URL:
http://svn.apache.org/viewvc/axis/axis2/java/core/trunk/modules/documentation/xdocs/docs/userguide-installingtesting.xml?rev=966113&r1=965569&r2=966113&view=diff
==============================================================================
---
axis/axis2/java/core/trunk/modules/documentation/xdocs/docs/userguide-installingtesting.xml
(original)
+++
axis/axis2/java/core/trunk/modules/documentation/xdocs/docs/userguide-installingtesting.xml
Wed Jul 21 07:10:26 2010
@@ -139,8 +139,7 @@ of files to a single *.jar file. The imp
that all the appropriate classes are on the classpath. In addition
to the classes that pertain to the actual client, you must also add
the Axis2 .jar files into the CLASSPATH. Normally you will do this
-by downloading and unpacking the <a href=
-"http://ws.apache.org/axis2/download/@axis2_version_dir@/download.cgi#std-bin">
+by downloading and unpacking the <a href="../download.cgi">
Axis2 Standard Distribution</a> and adding the *.jar files in the
lib directory to your CLASSPATH, or you also have the option of
running your client using the axis2.bat (or axis2.sh) script, which
Modified:
axis/axis2/java/core/trunk/modules/documentation/xdocs/docs/userguide.xml
URL:
http://svn.apache.org/viewvc/axis/axis2/java/core/trunk/modules/documentation/xdocs/docs/userguide.xml?rev=966113&r1=965569&r2=966113&view=diff
==============================================================================
--- axis/axis2/java/core/trunk/modules/documentation/xdocs/docs/userguide.xml
(original)
+++ axis/axis2/java/core/trunk/modules/documentation/xdocs/docs/userguide.xml
Wed Jul 21 07:10:26 2010
@@ -215,16 +215,13 @@ implementation of WS-ReliableMessaging,
mechanisms in Axis2.</p>
<a name="distributions" id="distributions"></a>
<h2>Axis2 Distributions</h2>
-<p>Axis2 is released in several <a href=
-"http://ws.apache.org/axis2/download/@axis2_version_dir@/download.cgi">
+<p>Axis2 is released in several <a href="../download.cgi">
distributions</a>. Which one you need depends on what you'll be
doing with it.</p>
<a name="sbd" id="sbd"></a>
<h3>The Axis2 Standard Binary Distribution</h3>
<p>If you're developing services and applications, you'll need the
-Axis2 <a href=
-"http://ws.apache.org/axis2/download/@axis2_version_dir@/download.cgi#std-bin">
-Standard Binary Distribution</a>. The distribution includes all the
+Axis2 Standard Binary Distribution. The distribution includes all the
necessary *.jar files, as well as a variety of scripts that ease
development. It has the following structure.</p>
<p><b>Code Listing 1: Axis2 Standard Binary Distribution</b></p>
@@ -285,8 +282,7 @@ distributed with Axis2. See the list of
"userguide-samples.html">samples and their descriptions</a>.</p>
<a name="hierarchy" id="hierarchy"></a>
<h2>axis2.war Distribution Directory Hierarchy</h2>
-<p>axis2.war is available in <a href=
-"http://ws.apache.org/axis2/download/@axis2_version_dir@/download.cgi#war">
+<p>axis2.war is available in <a href="../download.cgi">
WAR (Web Archive) Distribution</a>. The server side of Axis2 ships
as a J2EE application, and has the following structure shown in
Code Listing 2.</p>
@@ -338,8 +334,7 @@ phase.</p>
Web application, but if you restart the Axis2 application, these
changes are lost and the server goes back to the definitions in the
axis2.xml file.</p>
-<p>Axis2 also provides a third distribution, the <a href=
-"http://ws.apache.org/axis2/download/@axis2_version_dir@/download.cgi#src">
+<p>Axis2 also provides a third distribution, the <a href="../download.cgi">
source distribution</a>, which enables you to generate this .war
file yourself.</p>
<a id="docs" name="docs"></a>
Modified: axis/axis2/java/core/trunk/modules/documentation/xdocs/faq.xml
URL:
http://svn.apache.org/viewvc/axis/axis2/java/core/trunk/modules/documentation/xdocs/faq.xml?rev=966113&r1=966112&r2=966113&view=diff
==============================================================================
--- axis/axis2/java/core/trunk/modules/documentation/xdocs/faq.xml (original)
+++ axis/axis2/java/core/trunk/modules/documentation/xdocs/faq.xml Wed Jul 21
07:10:26 2010
@@ -175,7 +175,7 @@ Messaging, Where should I look?</strong>
<p>Look at the <a href=
"https://svn.apache.org/repos/asf/webservices/axis2/trunk/java/modules/core/src/org/apache/axis2/client/ServiceClient.java"
target="_blank">ServiceClient</a> class, for more information
-please read the <a href="@axis2_version_dir@/adv-userguide.html"
+please read the <a href="docs/adv-userguide.html"
target="_blank">User's Guide</a></p>
</li>
<li><a name="c2" id="c2"></a><strong>I want to do One Way
Modified: axis/axis2/java/core/trunk/modules/documentation/xdocs/index.xml
URL:
http://svn.apache.org/viewvc/axis/axis2/java/core/trunk/modules/documentation/xdocs/index.xml?rev=966113&r1=966112&r2=966113&view=diff
==============================================================================
--- axis/axis2/java/core/trunk/modules/documentation/xdocs/index.xml (original)
+++ axis/axis2/java/core/trunk/modules/documentation/xdocs/index.xml Wed Jul 21
07:10:26 2010
@@ -208,7 +208,7 @@ features below.</p>
<ul>
<li>Improved, XML-centric client API including full WSDL and policy
support</li>
-<li><a href="@axis2_version_dir@/jaxws-guide.html">Support for JAXWS-style
services and clients</a></li>
+<li><a href="docs/jaxws-guide.html">Support for JAXWS-style services and
clients</a></li>
<li>Support for POJO and Spring services and clients</li>
<li>Support for any message exchange pattern</li>
<li>Synchronous and asynchronous calls</li>