You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-dev@axis.apache.org by ch...@apache.org on 2006/11/13 15:08:50 UTC

svn commit: r474322 - /webservices/axis2/branches/java/1_1/xdocs/download/1_1/download.html

Author: chatra
Date: Mon Nov 13 06:08:49 2006
New Revision: 474322

URL: http://svn.apache.org/viewvc?view=rev&rev=474322
Log:
removed items column and corrected link

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

Modified: webservices/axis2/branches/java/1_1/xdocs/download/1_1/download.html
URL: http://svn.apache.org/viewvc/webservices/axis2/branches/java/1_1/xdocs/download/1_1/download.html?view=diff&rev=474322&r1=474321&r2=474322
==============================================================================
--- webservices/axis2/branches/java/1_1/xdocs/download/1_1/download.html (original)
+++ webservices/axis2/branches/java/1_1/xdocs/download/1_1/download.html Mon Nov 13 06:08:49 2006
@@ -1,189 +1,189 @@
-<html>
-<head>
-  <meta http-equiv="content-type" content="">
-  <title>Axis2 1.1 Release</title>
-</head>
-
-<body>
-<h2>Axis2 1.1 Release</h2>
-
-<div>
-
-<table border="1" cellpadding="1">
-  <tbody>
-    <tr>
-      <th scope="col">Distribution Name</th>
-      <th scope="col">Description</th>
-      <th scope="col">Items</th>
-      <th scope="col">Download</th>
-    </tr>
-    <!--<tr>
-    <td><strong>Minimal Distribution - Source</strong></td>
-    <td background="#_Toc96698083"><p>This will contain the sources of
-    Axis2 minimal distribution. One can generate a binary distribution
-    from this by typing  <span class="style1">$maven dist-min-bin.
-    </span>(<a href="http://ws.apache.org/axis2/1_1/installationguide.html#_Toc96698083">Set
-    up Axis2 environment</a> before running this command)</p>
-    </td>
-    <td><ul>
-    <li>sources of Axis2 common, java2wsdl , adb and core modules</li>
-    <li>README.TXT and release-notes.html</li>
-    </ul>
-    </td>
-    <td><a href="[preferred]/ws/axis2/1_1/axis2-min-1.1-src.zip"
-    title="[preferred]/ws/axis2/1_1/axis2-min-1.1-src.zip">zip</a> <a
-    href="http://www.apache.org/dist/ws/axis2/1_1/axis2-min-1.1-src.zip.md5"
-    title="http://www.apache.org/dist/ws/axis2/1_1/axis2-min-1.1-src.zip.md5">MD5</a>
-    <a
-    href="http://www.apache.org/dist/ws/axis2/1_1/axis2-min-1.1-src.zip.asc"
-    title="http://www.apache.org/dist/ws/axis2/1_1/axis2-min-1.1-src.zip.asc">PGP</a></td>
-    </tr>-->
-    <tr>
-      <td><a name="std-bin"></a><strong>Standard Binary
-      Distribution</strong></td>
-      <td>This is the complete version of Axis2 and will contain useful
-        samples as well. Useful for some one to get familiar with Axis2.
-        (Since WS-Addressing implementation module is engaged in to Axis2, by
-        default, this distribution will contain addressing.mar. But  the
-        other modules that are being developed within Axis2 will not be
-        included here and are available to be downloaded separately from <a
-        href="../../modules/index.html">here</a>.)</td>
-      <td><ul>
-          <li>all the content of minimal-binary distribution</li>
-          <li>Contents of codegen and doom modules</li>
-          <li>Samples</li>
-          <li>addressing-1.1.mar</li>
-        </ul>
-      </td>
-      <td><a href="[preferred]/ws/axis2/1_1/axis2-std-1.1-bin.zip"
-        title="[preferred]/ws/axis2/1_1/axis2-std-1.1-bin.zip">zip</a> <a
-        href="http://www.apache.org/dist/ws/axis2/1_1/axis2-std-1.1-bin.zip.md5"
-        title="http://www.apache.org/dist/ws/axis2/1_1/axis2-std-1.1-bin.zip.md5">MD5</a>
-        <a
-        href="http://www.apache.org/dist/ws/axis2/1_1/axis2-std-1.1-bin.zip.asc"
-        title="http://www.apache.org/dist/ws/axis2/1_1/axis2-std-1.1-bin.zip.asc">PGP</a></td>
-    </tr>
-    <!--<tr>
-      <td><strong>Minimal Binary Distribution</strong></td>
-      <td>This distribution is aimed at advanced users who will be embedding
-        Axis2. It will contain the minimal runtime required to act as a Web
-        service client and/or a server (axis2-kernel-1.1.jar will contain
-        compiled versions of common and core modules.)</td>
-      <td><ul>
-          <li>axis2-kernel-1.1.jar, axis2-adb-1.1.jar</li>
-          <li>third party distributable libraries</li>
-          <li>README.TXT and release-notes.html</li>
-        </ul>
-      </td>
-      <td><a href="[preferred]/ws/axis2/1_1/axis2-min-1.1-bin.zip"
-        title="[preferred]/ws/axis2/1_1/axis2-min-1.1-bin.zip">zip</a> <a
-        href="http://www.apache.org/dist/ws/axis2/1_1/axis2-min-1.1-bin.zip.md5"
-        title="http://www.apache.org/dist/ws/axis2/1_1/axis2-min-1.1-bin.zip.md5">MD5</a>
-        <a
-        href="http://www.apache.org/dist/ws/axis2/1_1/axis2-min-1.1-bin.zip.asc"
-        title="http://www.apache.org/dist/ws/axis2/1_1/axis2-min-1.1-bin.zip.asc">PGP</a></td>
-    </tr>-->
-    <tr>
-      <td><a name="src"></a><strong> Source Distribution</strong></td>
-      <td>This will contain the sources of Axis2 standard distribution. One
-        can generate a binary distribution from this by typing <span
-        class="style1">$maven dist-standard-bin. </span>(<a
-        href="http://ws.apache.org/axis2/1_1/installationguide.html#_Toc96698083">Set
-        up Axis2 environment</a> before running this command)</td>
-      <td><ul>
-          <li>all the content of minimal-source distribution</li>
-          <li>Contents of codegen and doom modules</li>
-          <li>Samples</li>
-        </ul>
-      </td>
-      <td><a href="[preferred]/ws/axis2/1_1/axis2-std-1.1-src.zip"
-        title="[preferred]/ws/axis2/1_1/axis2-std-1.1-src.zip">zip</a> <a
-        href="http://www.apache.org/dist/ws/axis2/1_1/axis2-std-1.1-src.zip.md5"
-        title="http://www.apache.org/dist/ws/axis2/1_1/axis2-std-1.1-src.zip.md5">MD5</a>
-        <a
-        href="http://www.apache.org/dist/ws/axis2/1_1/axis2-std-1.1-src.zip.asc"
-        title="http://www.apache.org/dist/ws/axis2/1_1/axis2-std-1.1-src.zip.asc">PGP</a></td>
-    </tr>
-    <tr>
-      <td><a name="war"></a><strong>WAR (Web Archive)
-      Distribution</strong></td>
-      <td>This will be the web application of Axis2 which can be deployed in
-        most of the servlet containers.</td>
-      <td><ul>
-          <li>all the contents of the minimal distribution</li>
-          <li>Admin Web Application</li>
-        </ul>
-      </td>
-      <td><a href="[preferred]/ws/axis2/1_1/axis2.war"
-        title="[preferred]/ws/axis2/1_1/axis2.war">zip</a> <a
-        href="http://www.apache.org/dist/ws/axis2/1_1/axis2.war.md5"
-        title="http://www.apache.org/dist/ws/axis2/1_1/axis2.war.md5">MD5</a>
-        <a href="http://www.apache.org/dist/ws/axis2/1_1/axis2.war.asc"
-        title="http://www.apache.org/dist/ws/axis2/1_1/axis2.war.asc">PGP</a></td>
-    </tr>
-    <tr>
-      <td><strong>Documents Distribution</strong></td>
-      <td>This will contain all the documentation in one package.</td>
-      <td><ul>
-          <li>xdocs</li>
-          <li>javadocs</li>
-        </ul>
-      </td>
-      <td><a href="[preferred]/ws/axis2/1_1/axis2-1.1-docs.zip"
-        title="[preferred]/ws/axis2/1_1/axis2-1.1-docs.zip">zip</a> <a
-        href="http://www.apache.org/dist/ws/axis2/1_1/axis2-1.1-docs.zip.md5"
-        title="http://www.apache.org/dist/ws/axis2/1_1/axis2-1.1-docs.zip.md5">MD5</a>
-        <a
-        href="http://www.apache.org/dist/ws/axis2/1_1/axis2-1.1-docs.zip.asc"
-        title="http://www.apache.org/dist/ws/axis2/1_1/axis2-1.1-docs.zip.asc">PGP</a></td>
-    </tr>
-    <!--<tr>
-    <td><a name="Plugin" id="Plugin">Plugin Distribution</a></td>
-    <td>This will contain the plugins that are created for Eclipse and
-    IDEA.</td>
-    <td><ul>
-    <li>IntelliJ IDEA plugins</li>
-    <li>Eclipse plugins</li>
-    </ul>
-    </td>
-    </tr>-->
-  </tbody>
-</table>
-</div>
-
-<div align="left">
-<br>
-
-
-<p>[if-any logo] <a href="[link]"><img align="right" src="[logo]"
-border="0"></a>[end] The currently selected mirror is <b>[preferred]</b>.  If
-you encounter a problem with this mirror, please select another mirror.  If
-all mirrors are failing, there are <i>backup</i> mirrors (at the end of the
-mirrors list) that should be available.</p>
-
-<form action="[location]" method="get" id="SelectMirror">
-  Other mirrors: 
-  <select name="Preferred">[if-any http][for http]
-    <option value="[http]"
-    selected="selected">[http]</option>[end][end][if-any ftp][for ftp]
-    <option value="[ftp]">[ftp]</option>[end][end][if-any backup][for backup]
-    <option value="[backup]">[backup] (backup)</option>[end][end]
-  </select>
-   
-  <input type="submit" value="Change"></form>
-
-<p>You may also consult the <a href="http://www.apache.org/mirrors/">complete
-list of mirrors</a>.</p>
-
-<p><strong>Note:</strong> when downloading from a mirror please check the <a
-href="http://www.apache.org/dev/release-signing#md5">md5sum</a> and verify
-the <a href="http://www.apache.org/dev/release-signing#openpgp">OpenPGP</a>
-compatible signature from the main Apache site. These can be downloaded by
-following the links above. This <a
-href="http://www.apache.org/dist/ws/axis2/KEYS">KEYS</a> file contains the
-public keys used for signing release. It is recommended that (when possible)
-a <a href="http://www.apache.org/dev/release-signing#web-of-trust">Web of
-trust</a> is used to confirm the identity of these keys.</p>
-</div>
-</body>
-</html>
+<html>
+<head>
+  <meta http-equiv="content-type" content="">
+  <title>Axis2 1.1 Release</title>
+</head>
+
+<body>
+<h2>Axis2 1.1 Release</h2>
+
+<div>
+
+<table border="1" cellpadding="1">
+  <tbody>
+    <tr>
+      <th scope="col">Distribution Name</th>
+      <th scope="col">Description</th>
+      <!--<th scope="col">Items</th>-->
+      <th scope="col">Download</th>
+    </tr>
+    <!--<tr>
+    <td><strong>Minimal Distribution - Source</strong></td>
+    <td background="#_Toc96698083"><p>This will contain the sources of
+    Axis2 minimal distribution. One can generate a binary distribution
+    from this by typing  <span class="style1">$maven dist-min-bin.
+    </span>(<a href="http://ws.apache.org/axis2/1_1/installationguide.html#_Toc96698083">Set
+    up Axis2 environment</a> before running this command)</p>
+    </td>
+    <td><ul>
+    <li>sources of Axis2 common, java2wsdl , adb and core modules</li>
+    <li>README.TXT and release-notes.html</li>
+    </ul>
+    </td>
+    <td><a href="[preferred]/ws/axis2/1_1/axis2-min-1.1-src.zip"
+    title="[preferred]/ws/axis2/1_1/axis2-min-1.1-src.zip">zip</a> <a
+    href="http://www.apache.org/dist/ws/axis2/1_1/axis2-min-1.1-src.zip.md5"
+    title="http://www.apache.org/dist/ws/axis2/1_1/axis2-min-1.1-src.zip.md5">MD5</a>
+    <a
+    href="http://www.apache.org/dist/ws/axis2/1_1/axis2-min-1.1-src.zip.asc"
+    title="http://www.apache.org/dist/ws/axis2/1_1/axis2-min-1.1-src.zip.asc">PGP</a></td>
+    </tr>-->
+    <tr>
+      <td><a name="std-bin"></a><strong>Standard Binary
+      Distribution</strong></td>
+      <td>This is the complete version of Axis2 and will contain useful
+        samples as well. Useful for some one to get familiar with Axis2.
+        (Since WS-Addressing implementation module is engaged in to Axis2, by
+        default, this distribution will contain addressing.mar. But  the
+        other modules that are being developed within Axis2 will not be
+        included here and are available to be downloaded separately from <a
+        href="../../modules/index.html">here</a>.)</td>
+      <!--<td><ul>
+          <li>all the content of minimal-binary distribution</li>
+          <li>Contents of codegen and doom modules</li>
+          <li>Samples</li>
+          <li>addressing-1.1.mar</li>
+        </ul>
+      </td>-->
+      <td><a href="[preferred]/ws/axis2/1_1/axis2-std-1.1-bin.zip"
+        title="[preferred]/ws/axis2/1_1/axis2-std-1.1-bin.zip">zip</a> <a
+        href="http://www.apache.org/dist/ws/axis2/1_1/axis2-std-1.1-bin.zip.md5"
+        title="http://www.apache.org/dist/ws/axis2/1_1/axis2-std-1.1-bin.zip.md5">MD5</a>
+        <a
+        href="http://www.apache.org/dist/ws/axis2/1_1/axis2-std-1.1-bin.zip.asc"
+        title="http://www.apache.org/dist/ws/axis2/1_1/axis2-std-1.1-bin.zip.asc">PGP</a></td>
+    </tr>
+    <!--<tr>
+      <td><strong>Minimal Binary Distribution</strong></td>
+      <td>This distribution is aimed at advanced users who will be embedding
+        Axis2. It will contain the minimal runtime required to act as a Web
+        service client and/or a server (axis2-kernel-1.1.jar will contain
+        compiled versions of common and core modules.)</td>
+      <td><ul>
+          <li>axis2-kernel-1.1.jar, axis2-adb-1.1.jar</li>
+          <li>third party distributable libraries</li>
+          <li>README.TXT and release-notes.html</li>
+        </ul>
+      </td>
+      <td><a href="[preferred]/ws/axis2/1_1/axis2-min-1.1-bin.zip"
+        title="[preferred]/ws/axis2/1_1/axis2-min-1.1-bin.zip">zip</a> <a
+        href="http://www.apache.org/dist/ws/axis2/1_1/axis2-min-1.1-bin.zip.md5"
+        title="http://www.apache.org/dist/ws/axis2/1_1/axis2-min-1.1-bin.zip.md5">MD5</a>
+        <a
+        href="http://www.apache.org/dist/ws/axis2/1_1/axis2-min-1.1-bin.zip.asc"
+        title="http://www.apache.org/dist/ws/axis2/1_1/axis2-min-1.1-bin.zip.asc">PGP</a></td>
+    </tr>-->
+    <tr>
+      <td><a name="src"></a><strong> Source Distribution</strong></td>
+      <td>This will contain the sources of Axis2 standard distribution. One
+        can generate a binary distribution from this by typing <span
+        class="style1">$maven dist-standard-bin. </span>(<a
+        href="http://ws.apache.org/axis2/1_1/installationguide.html#env-src">Set
+        up Axis2 environment</a> before running this command)</td>
+      <!--<td><ul>
+          <li>all the content of minimal-source distribution</li>
+          <li>Contents of codegen and doom modules</li>
+          <li>Samples</li>
+        </ul>
+      </td>-->
+      <td><a href="[preferred]/ws/axis2/1_1/axis2-std-1.1-src.zip"
+        title="[preferred]/ws/axis2/1_1/axis2-std-1.1-src.zip">zip</a> <a
+        href="http://www.apache.org/dist/ws/axis2/1_1/axis2-std-1.1-src.zip.md5"
+        title="http://www.apache.org/dist/ws/axis2/1_1/axis2-std-1.1-src.zip.md5">MD5</a>
+        <a
+        href="http://www.apache.org/dist/ws/axis2/1_1/axis2-std-1.1-src.zip.asc"
+        title="http://www.apache.org/dist/ws/axis2/1_1/axis2-std-1.1-src.zip.asc">PGP</a></td>
+    </tr>
+    <tr>
+      <td><a name="war"></a><strong>WAR (Web Archive)
+      Distribution</strong></td>
+      <td>This will be the web application of Axis2 which can be deployed in
+        most of the servlet containers.</td>
+      <!--<td><ul>
+          <li>all the contents of the minimal distribution</li>
+          <li>Admin Web Application</li>
+        </ul>
+      </td>-->
+      <td><a href="[preferred]/ws/axis2/1_1/axis2.war"
+        title="[preferred]/ws/axis2/1_1/axis2.war">zip</a> <a
+        href="http://www.apache.org/dist/ws/axis2/1_1/axis2.war.md5"
+        title="http://www.apache.org/dist/ws/axis2/1_1/axis2.war.md5">MD5</a>
+        <a href="http://www.apache.org/dist/ws/axis2/1_1/axis2.war.asc"
+        title="http://www.apache.org/dist/ws/axis2/1_1/axis2.war.asc">PGP</a></td>
+    </tr>
+    <tr>
+      <td><strong>Documents Distribution</strong></td>
+      <td>This will contain all the documentation in one package.</td>
+      <!--<td><ul>
+          <li>xdocs</li>
+          <li>javadocs</li>
+        </ul>
+      </td>-->
+      <td><a href="[preferred]/ws/axis2/1_1/axis2-1.1-docs.zip"
+        title="[preferred]/ws/axis2/1_1/axis2-1.1-docs.zip">zip</a> <a
+        href="http://www.apache.org/dist/ws/axis2/1_1/axis2-1.1-docs.zip.md5"
+        title="http://www.apache.org/dist/ws/axis2/1_1/axis2-1.1-docs.zip.md5">MD5</a>
+        <a
+        href="http://www.apache.org/dist/ws/axis2/1_1/axis2-1.1-docs.zip.asc"
+        title="http://www.apache.org/dist/ws/axis2/1_1/axis2-1.1-docs.zip.asc">PGP</a></td>
+    </tr>
+    <!--<tr>
+    <td><a name="Plugin" id="Plugin">Plugin Distribution</a></td>
+    <td>This will contain the plugins that are created for Eclipse and
+    IDEA.</td>
+    <td><ul>
+    <li>IntelliJ IDEA plugins</li>
+    <li>Eclipse plugins</li>
+    </ul>
+    </td>
+    </tr>-->
+  </tbody>
+</table>
+</div>
+
+<div align="left">
+<br>
+
+
+<p>[if-any logo] <a href="[link]"><img align="right" src="[logo]"
+border="0"></a>[end] The currently selected mirror is <b>[preferred]</b>.  If
+you encounter a problem with this mirror, please select another mirror.  If
+all mirrors are failing, there are <i>backup</i> mirrors (at the end of the
+mirrors list) that should be available.</p>
+
+<form action="[location]" method="get" id="SelectMirror">
+  Other mirrors: 
+  <select name="Preferred">[if-any http][for http]
+    <option value="[http]"
+    selected="selected">[http]</option>[end][end][if-any ftp][for ftp]
+    <option value="[ftp]">[ftp]</option>[end][end][if-any backup][for backup]
+    <option value="[backup]">[backup] (backup)</option>[end][end]
+  </select>
+   
+  <input type="submit" value="Change"></form>
+
+<p>You may also consult the <a href="http://www.apache.org/mirrors/">complete
+list of mirrors</a>.</p>
+
+<p><strong>Note:</strong> when downloading from a mirror please check the <a
+href="http://www.apache.org/dev/release-signing#md5">md5sum</a> and verify
+the <a href="http://www.apache.org/dev/release-signing#openpgp">OpenPGP</a>
+compatible signature from the main Apache site. These can be downloaded by
+following the links above. This <a
+href="http://www.apache.org/dist/ws/axis2/KEYS">KEYS</a> file contains the
+public keys used for signing release. It is recommended that (when possible)
+a <a href="http://www.apache.org/dev/release-signing#web-of-trust">Web of
+trust</a> is used to confirm the identity of these keys.</p>
+</div>
+</body>
+</html>



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