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 2006/11/11 17:51:09 UTC

svn commit: r473757 - /webservices/axis2/branches/java/1_1/xdocs/tools/index.html

Author: chatra
Date: Sat Nov 11 08:51:08 2006
New Revision: 473757

URL: http://svn.apache.org/viewvc?view=rev&rev=473757
Log:
added the maven plugin information. But the zip, md5 and signature file URLs have not been updated.

Modified:
    webservices/axis2/branches/java/1_1/xdocs/tools/index.html

Modified: webservices/axis2/branches/java/1_1/xdocs/tools/index.html
URL: http://svn.apache.org/viewvc/webservices/axis2/branches/java/1_1/xdocs/tools/index.html?view=diff&rev=473757&r1=473756&r2=473757
==============================================================================
--- webservices/axis2/branches/java/1_1/xdocs/tools/index.html (original)
+++ webservices/axis2/branches/java/1_1/xdocs/tools/index.html Sat Nov 11 08:51:08 2006
@@ -36,8 +36,8 @@
       <td>1.1</td>
       <td>1.1</td>
       <td></td>
-      <td>This tool is bundled with the Axis2 base distribution found <a
-        href="http://ws.apache.org/axis2/download.cgi">here</a></td>
+      <td>This tool is bundled with the Axis2 Standard Binary Distribution
+        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
@@ -85,6 +85,62 @@
       <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
         class file from a WSDL file (WSDL2Java).</td>
+      <td>1.1</td>
+      <td>1.1</td>
+      <td><a
+        href="http://www.apache.org/dyn/mirrors/mirrors.cgi/ws/axis2/tools/1_1/Axis2Idea_plug_in.zip"
+        title="http://www.apache.org/dyn/mirrors/mirrors.cgi/ws/axis2/tools/1_1/Axis2Idea_plug_in.zip">zip</a>
+        <a
+        href="http://www.apache.org/dyn/mirrors/mirrors.cgi/ws/axis2/tools/1_1/Axis2Idea_plug_in.zip.md5"
+        title="http://www.apache.org/dyn/mirrors/mirrors.cgi/ws/axis2/tools/1_1/Axis2Idea_plug_in.zip.md5">MD5</a>
+        <a
+        href="http://www.apache.org/dyn/mirrors/mirrors.cgi/ws/axis2/tools/1_1/Axis2Idea_plug_in.zip.asc"
+        title="http://www.apache.org/dyn/mirrors/mirrors.cgi/ws/axis2/tools/1_1/Axis2Idea_plug_in.zip.asc">PGP</a></td>
+      <td></td>
+    </tr>
+    <tr>
+      <td><a href="../tools/1_1/maven/aar-maven-plugin.html">Maven 2 AAR
+        Plugin</a></td>
+      <td>This plugin generates an Axis 2 service file (AAR file).</td>
+      <td>1.1</td>
+      <td>1.1</td>
+      <td><a
+        href="http://www.apache.org/dyn/mirrors/mirrors.cgi/ws/axis2/tools/1_1/Axis2Idea_plug_in.zip"
+        title="http://www.apache.org/dyn/mirrors/mirrors.cgi/ws/axis2/tools/1_1/Axis2Idea_plug_in.zip">zip</a>
+        <a
+        href="http://www.apache.org/dyn/mirrors/mirrors.cgi/ws/axis2/tools/1_1/Axis2Idea_plug_in.zip.md5"
+        title="http://www.apache.org/dyn/mirrors/mirrors.cgi/ws/axis2/tools/1_1/Axis2Idea_plug_in.zip.md5">MD5</a>
+        <a
+        href="http://www.apache.org/dyn/mirrors/mirrors.cgi/ws/axis2/tools/1_1/Axis2Idea_plug_in.zip.asc"
+        title="http://www.apache.org/dyn/mirrors/mirrors.cgi/ws/axis2/tools/1_1/Axis2Idea_plug_in.zip.asc">PGP</a></td>
+      <td></td>
+    </tr>
+    <tr>
+      <td><a href="../tools/1_1/maven/java2wsdl-maven-plugin.html">Maven 2
+        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>
+      </td>
+      <td>1.1</td>
+      <td>1.1</td>
+      <td><a
+        href="http://www.apache.org/dyn/mirrors/mirrors.cgi/ws/axis2/tools/1_1/Axis2Idea_plug_in.zip"
+        title="http://www.apache.org/dyn/mirrors/mirrors.cgi/ws/axis2/tools/1_1/Axis2Idea_plug_in.zip">zip</a>
+        <a
+        href="http://www.apache.org/dyn/mirrors/mirrors.cgi/ws/axis2/tools/1_1/Axis2Idea_plug_in.zip.md5"
+        title="http://www.apache.org/dyn/mirrors/mirrors.cgi/ws/axis2/tools/1_1/Axis2Idea_plug_in.zip.md5">MD5</a>
+        <a
+        href="http://www.apache.org/dyn/mirrors/mirrors.cgi/ws/axis2/tools/1_1/Axis2Idea_plug_in.zip.asc"
+        title="http://www.apache.org/dyn/mirrors/mirrors.cgi/ws/axis2/tools/1_1/Axis2Idea_plug_in.zip.asc">PGP</a></td>
+      <td></td>
+    </tr>
+    <tr>
+      <td><a href="../tools/1_1/maven/wsdl2code-maven-plugin.html">Maven 2
+        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
+        WSDL.</p>
+      </td>
       <td>1.1</td>
       <td>1.1</td>
       <td><a



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