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/09/26 07:50:41 UTC

svn commit: r449916 - /webservices/axis2/trunk/java/xdocs/1_1/installationguide.html

Author: chatra
Date: Mon Sep 25 22:50:40 2006
New Revision: 449916

URL: http://svn.apache.org/viewvc?view=rev&rev=449916
Log:
moved distribution package descriptions to 1.1 download.html

Modified:
    webservices/axis2/trunk/java/xdocs/1_1/installationguide.html

Modified: webservices/axis2/trunk/java/xdocs/1_1/installationguide.html
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/java/xdocs/1_1/installationguide.html?view=diff&rev=449916&r1=449915&r2=449916
==============================================================================
--- webservices/axis2/trunk/java/xdocs/1_1/installationguide.html (original)
+++ webservices/axis2/trunk/java/xdocs/1_1/installationguide.html Mon Sep 25 22:50:40 2006
@@ -49,106 +49,110 @@
 <p>Axis2 is distributed in several convenient distribution packages and can
 be installed either as a standalone server or as part of a J2EE compliant
 servlet container. Axis2 is distributed under the Apache License, version
-2.0. You can download Axis2 <a
-href="http://ws.apache.org/axis2/download.cgi">here</a>. Latest release of
-Axis2 is version 1.1.</p>
+2.0.</p>
 
-<table width="940" border="1" cellpadding="1">
-  <tbody>
-    <tr>
-      <th width="83" scope="col">Distribution Name</th>
-      <th width="633" scope="col">Description</th>
-      <th width="202" scope="col">Items</th>
-    </tr>
-    <tr>
-      <td>Minimal Distribution - Binary</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>
-    </tr>
-    <tr>
-      <td>Minimal Distribution - Source</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="#_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>
-    </tr>
-    <tr>
-      <td>Standard Distribution - Binary</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="http://ws.apache.org/axis2/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>
-    </tr>
-    <tr>
-      <td>Standard Distribution - Source</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="#_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>
-    </tr>
-    <tr>
-      <td>WAR (Web Archive) Distribution</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>
-    </tr>
-    <tr>
-      <td>Documents Distribution</td>
-      <td>This will contain all the documentation in one package.</td>
-      <td><ul>
-          <li>xdocs</li>
-          <li>javadocs</li>
-        </ul>
-      </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>
+<p>All distribution packages are available for <a
+href="http://ws.apache.org/axis2/download.cgi">download</a>.</p>
+
+<p>Latest release of Axis2 is <a href="../index.html">version 1.1</a>. <a
+href="../download/1_1/download.html">See complete list of Axis2 1.1
+distribution packages and their descriptions.</a></p>
+<!--<table width="940" border="1" cellpadding="1">
+<tbody>
+<tr>
+<th width="83" scope="col">Distribution Name</th>
+<th width="633" scope="col">Description</th>
+<th width="202" scope="col">Items</th>
+</tr>
+<tr>
+<td><strong>Minimal Distribution - Binary</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>
+</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="#_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>
+</tr>
+<tr>
+<td><strong>Standard Distribution - Binary</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="http://ws.apache.org/axis2/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>
+</tr>
+<tr>
+<td><strong>Standard Distribution - Source</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="#_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>
+</tr>
+<tr>
+<td><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>
+</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>
+</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>-->
 <a name="requirements"></a>
 
 <h2>System Requirements</h2>



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