You are viewing a plain text version of this content. The canonical link for it is here.
Posted to axis-cvs@ws.apache.org by ch...@apache.org on 2007/07/02 08:38:00 UTC

svn commit: r552415 - in /webservices/axis2/trunk/java/xdocs/tools: 1_1/ 1_2/ previous.html

Author: chatra
Date: Sun Jul  1 23:37:59 2007
New Revision: 552415

URL: http://svn.apache.org/viewvc?view=rev&rev=552415
Log:
removing old directories. Links that refers to these files have been changed to http URL so that they access the relevant documents hosted on axis2 site

Removed:
    webservices/axis2/trunk/java/xdocs/tools/1_1/
    webservices/axis2/trunk/java/xdocs/tools/1_2/
Modified:
    webservices/axis2/trunk/java/xdocs/tools/previous.html

Modified: webservices/axis2/trunk/java/xdocs/tools/previous.html
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/java/xdocs/tools/previous.html?view=diff&rev=552415&r1=552414&r2=552415
==============================================================================
--- webservices/axis2/trunk/java/xdocs/tools/previous.html (original)
+++ webservices/axis2/trunk/java/xdocs/tools/previous.html Sun Jul  1 23:37:59 2007
@@ -47,7 +47,7 @@
     </tr>
 
     <tr>
-      <td><a href="../tools/1_2/CodegenToolReference.html">Code Generator
+      <td><a href="http://ws.apache.org/axis2/tools/1_2/CodegenToolReference.html">Code Generator
         Tool- Command Line &amp; Ant Task</a></td>
       <td>Tool consists of a command line version and an Ant Task. It is
         implemented by the WSDL2Code class and WSDL2Java class. One can
@@ -60,7 +60,7 @@
         found <a href="http://ws.apache.org/axis2/download.cgi">here</a></td>
     </tr>
     <tr>
-      <td><a href="../tools/1_2/eclipse/servicearchiver-plugin.html">Service
+      <td><a href="http://ws.apache.org/axis2/tools/1_2/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 an
         important tool that allows the generation of service archives ("aar"
@@ -80,7 +80,7 @@
       <td></td>
     </tr>
     <tr>
-      <td><a href="../tools/1_2/eclipse/wsdl2java-plugin.html">Code Generator
+      <td><a href="http://ws.apache.org/axis2/tools/1_2/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
@@ -100,7 +100,7 @@
       <td></td>
     </tr>
     <tr>
-      <td><a href="../tools/1_2/idea/Idea_plug-in_userguide.html">Code
+      <td><a href="http://ws.apache.org/axis2/tools/1_2/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
         deployed as a Web services to the Axis2, and also generate a java
@@ -119,7 +119,7 @@
       <td></td>
     </tr>
     <tr>
-      <td><a href="../tools/1_2/maven-plugins/maven-aar-plugin.html">Maven2
+      <td><a href="http://ws.apache.org/axis2/tools/1_2/maven-plugins/maven-aar-plugin.html">Maven2
         AAR Plug-in</a></td>
       <td>This plugin generates an Axis2 service file (AAR file).</td>
       <td>1.2</td>
@@ -137,7 +137,7 @@
     </tr>
     <tr>
       <td><a
-        href="../tools/1_2/maven-plugins/maven-java2wsdl-plugin.html">Maven2
+        href="http://ws.apache.org/axis2/tools/1_2/maven-plugins/maven-java2wsdl-plugin.html">Maven2
         Java2WSDL Plug-in</a></td>
       <td><p>This plugin takes as input a Java class and generates a WSDL,
         which describes a Web service for invoking the classes methods.</p>
@@ -157,7 +157,7 @@
     </tr>
     <tr>
       <td><a
-        href="../tools/1_2/maven-plugins/maven-wsdl2code-plugin.html">Maven2
+        href="http://ws.apache.org/axis2/tools/1_2/maven-plugins/maven-wsdl2code-plugin.html">Maven2
         WSDL2Code Plug-in</a></td>
       <td><p>This plugin takes as input a WSDL and generates client and
         server stubs for calling or implementing a Web service matching the
@@ -177,7 +177,7 @@
       <td></td>
     </tr>
   <tr>
-      <td><a href="../tools/1_1/CodegenToolReference.html">Code Generator
+      <td><a href="http://ws.apache.org/axis2/tools/1_1/CodegenToolReference.html">Code Generator
         Tool- Command Line &amp; Ant Task</a></td>
       <td>Tool consists of a command line version and an Ant Task. It is
         implemented by the WSDL2Code class and WSDL2Java class. One can
@@ -190,7 +190,7 @@
         found <a href="http://ws.apache.org/axis2/download.cgi">here</a></td>
     </tr>
     <tr>
-      <td><a href="../tools/1_1/eclipse/servicearchiver-plugin.html">Service
+      <td><a href="http://ws.apache.org/axis2/tools/1_1/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 an
         important tool that allows the generation of service archives ("aar"
@@ -210,7 +210,7 @@
       <td></td>
     </tr>
     <tr>
-      <td><a href="../tools/1_1/eclipse/wsdl2java-plugin.html">Code Generator
+      <td><a href="http://ws.apache.org/axis2/tools/1_1/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
@@ -230,7 +230,7 @@
       <td></td>
     </tr>
     <tr>
-      <td><a href="../tools/1_1/idea/Idea_plug-in_userguide.html">Code
+      <td><a href="http://ws.apache.org/axis2/tools/1_1/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
         deployed as a Web services to the Axis2, and also generate a java
@@ -249,7 +249,7 @@
       <td></td>
     </tr>
     <tr>
-      <td><a href="../tools/1_1/maven-plugins/maven-aar-plugin.html">Maven2 AAR
+      <td><a href="http://ws.apache.org/axis2/tools/1_1/maven-plugins/maven-aar-plugin.html">Maven2 AAR
         Plug-in</a></td>
       <td>This plugin generates an Axis2 service file (AAR file).</td>
       <td>1.1.1</td>
@@ -266,7 +266,7 @@
       <td></td>
     </tr>
     <tr>
-      <td><a href="../tools/1_1/maven-plugins/maven-java2wsdl-plugin.html">Maven2
+      <td><a href="http://ws.apache.org/axis2/tools/1_1/maven-plugins/maven-java2wsdl-plugin.html">Maven2
         Java2WSDL Plug-in</a></td>
       <td><p>This plugin takes as input a Java class and generates a WSDL,
         which describes a Web service for invoking the classes methods.</p>
@@ -285,7 +285,7 @@
       <td></td>
     </tr>
     <tr>
-      <td><a href="../tools/1_1/maven-plugins/maven-wsdl2code-plugin.html">Maven2
+      <td><a href="http://ws.apache.org/axis2/tools/1_1/maven-plugins/maven-wsdl2code-plugin.html">Maven2
         WSDL2Code Plug-in</a></td>
       <td><p>This plugin takes as input a WSDL and generates client and
         server stubs for calling or implementing a Web service matching the
@@ -305,7 +305,7 @@
       <td></td>
     </tr>
 	    <tr>
-      <td><a href="../tools/1_1/CodegenToolReference.html">Code Generator
+      <td><a href="http://ws.apache.org/axis2/tools/1_1/CodegenToolReference.html">Code Generator
         Tool- Command Line &amp; Ant Task</a></td>
       <td>Tool consists of a command line version and an Ant Task. It is
         implemented by the WSDL2Code class and WSDL2Java class. One can
@@ -318,7 +318,7 @@
         found <a href="http://ws.apache.org/axis2/download.cgi">here</a></td>
     </tr>
     <tr>
-      <td><a href="../tools/1_1/eclipse/servicearchiver-plugin.html">Service
+      <td><a href="http://ws.apache.org/axis2/tools/1_1/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 an
         important tool that allows the generation of service archives ("aar"
@@ -338,7 +338,7 @@
       <td></td>
     </tr>
     <tr>
-      <td><a href="../tools/1_1/eclipse/wsdl2java-plugin.html">Code Generator
+      <td><a href="http://ws.apache.org/axis2/tools/1_1/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
@@ -358,7 +358,7 @@
       <td></td>
     </tr>
     <tr>
-      <td><a href="../tools/1_1/idea/Idea_plug-in_userguide.html">Code
+      <td><a href="http://ws.apache.org/axis2/tools/1_1/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
         deployed as a Web services to the Axis2, and also generate a java
@@ -377,7 +377,7 @@
       <td></td>
     </tr>
     <tr>
-      <td><a href="../tools/1_1/maven-plugins/maven-aar-plugin.html">Maven2 AAR
+      <td><a href="http://ws.apache.org/axis2/tools/1_1/maven-plugins/maven-aar-plugin.html">Maven2 AAR
         Plug-in</a></td>
       <td>This plugin generates an Axis2 service file (AAR file).</td>
       <td>1.1</td>
@@ -394,7 +394,7 @@
       <td></td>
     </tr>
     <tr>
-      <td><a href="../tools/1_1/maven-plugins/maven-java2wsdl-plugin.html">Maven2
+      <td><a href="http://ws.apache.org/axis2/tools/1_1/maven-plugins/maven-java2wsdl-plugin.html">Maven2
         Java2WSDL Plug-in</a></td>
       <td><p>This plugin takes as input a Java class and generates a WSDL,
         which describes a Web service for invoking the classes methods.</p>
@@ -413,7 +413,7 @@
       <td></td>
     </tr>
     <tr>
-      <td><a href="../tools/1_1/maven-plugins/maven-wsdl2code-plugin.html">Maven2
+      <td><a href="http://ws.apache.org/axis2/tools/1_1/maven-plugins/maven-wsdl2code-plugin.html">Maven2
         WSDL2Code Plug-in</a></td>
       <td><p>This plugin takes as input a WSDL and generates client and
         server stubs for calling or implementing a Web service matching the



---------------------------------------------------------------------
To unsubscribe, e-mail: axis-cvs-unsubscribe@ws.apache.org
For additional commands, e-mail: axis-cvs-help@ws.apache.org