You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-commits@axis.apache.org by ve...@apache.org on 2016/02/13 13:23:13 UTC

svn commit: r1730195 - in /axis/axis2/java/core/trunk/src/site: markdown/tools/ markdown/tools/eclipse/ markdown/tools/eclipse/plugin-installation.md xdoc/tools/eclipse/plugin-installation.xml

Author: veithen
Date: Sat Feb 13 12:23:13 2016
New Revision: 1730195

URL: http://svn.apache.org/viewvc?rev=1730195&view=rev
Log:
Migrate Eclipse plugin installation page from XDoc to Markdown.

Added:
    axis/axis2/java/core/trunk/src/site/markdown/tools/
    axis/axis2/java/core/trunk/src/site/markdown/tools/eclipse/
    axis/axis2/java/core/trunk/src/site/markdown/tools/eclipse/plugin-installation.md
      - copied, changed from r1730186, axis/axis2/java/core/trunk/src/site/xdoc/tools/eclipse/plugin-installation.xml
Removed:
    axis/axis2/java/core/trunk/src/site/xdoc/tools/eclipse/plugin-installation.xml

Copied: axis/axis2/java/core/trunk/src/site/markdown/tools/eclipse/plugin-installation.md (from r1730186, axis/axis2/java/core/trunk/src/site/xdoc/tools/eclipse/plugin-installation.xml)
URL: http://svn.apache.org/viewvc/axis/axis2/java/core/trunk/src/site/markdown/tools/eclipse/plugin-installation.md?p2=axis/axis2/java/core/trunk/src/site/markdown/tools/eclipse/plugin-installation.md&p1=axis/axis2/java/core/trunk/src/site/xdoc/tools/eclipse/plugin-installation.xml&r1=1730186&r2=1730195&rev=1730195&view=diff
==============================================================================
--- axis/axis2/java/core/trunk/src/site/xdoc/tools/eclipse/plugin-installation.xml (original)
+++ axis/axis2/java/core/trunk/src/site/markdown/tools/eclipse/plugin-installation.md Sat Feb 13 12:23:13 2016
@@ -1,4 +1,3 @@
-<?xml version="1.0" encoding="UTF-8"?>
 <!--
   ~ Licensed to the Apache Software Foundation (ASF) under one
   ~ or more contributor license agreements. See the NOTICE file
@@ -17,56 +16,47 @@
   ~ specific language governing permissions and limitations
   ~ under the License.
   -->
-<document xmlns="http://maven.apache.org/XDOC/2.0"
-          xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-          xsi:schemaLocation="http://maven.apache.org/XDOC/2.0 http://maven.apache.org/xsd/xdoc-2.0.xsd">
-    <properties>
-        <title>Eclipse plugin installation</title>
-    </properties>
-    <body>
-        <h1>Eclipse plugin installation</h1>
-        <section name="Introduction">
-            <p>
-                This document provides instructions for installating of the two Eclipse plugins provided by Axis2
-                (<a href="servicearchiver-plugin.html">Service Archive Generator</a> and
-                <a href="wsdl2java-plugin.html">Code Generator Wizard</a>).
-                The two plugins should work on Eclipse version 3.1 and upwards, and require at least Java 1.5.
-                The plugins have dependencies on bundles that are installed by default in the Eclipse IDE for Java EE Developers
-                edition, but not in the Eclipse IDE for Java Developers edition. It is therefore recommended
-                to use the EE edition.
-                The installation procedure is the same for both plugins, but depends on the Eclipse
-                version being used. To determine which procedure to use, check if there is a
-                <tt>dropins</tt> folder in the Eclipse installation directory. This folder is used
-                by the p2 provisioning system introduced in recent Eclipse version. It should be
-                present starting with Eclipse version 3.4.
-            </p>
-        </section>
-        <section name="Installation using the dropins directory">
-            <p>
-                If your Eclipse version uses p2, use the following procedure to install the
-                Axis2 plugins:
-            </p>
-            <ol>
-                <li><a href="../../download.html">Download</a> the ZIP file for the plugin you want to install.</li>
-                <li>Extract the content of the <tt>plugins</tt> folder in the ZIP archive into the
-                <tt>dropins</tt> folder (i.e. do <b>not</b> create a <tt>plugins</tt> folder under <tt>dropins</tt>).</li>
-            </ol>
-            <p>
-                As explained <a href="http://wiki.eclipse.org/Equinox_p2_Getting_Started#Dropins">here</a>,
-                it is possible to use other directory layouts in the <tt>dropins</tt> folder.
-            </p>
-        </section>
-        <section name="Installation on older Eclipse versions">
-            <p>
-                If you have an older Eclipse version that doesn't support p2 yet, use the following
-                procedure to install the Axis2 plugins:
-            </p>
-            <ol>
-                <li><a href="../../download.html">Download</a> the ZIP file for the plugin you want to install.</li>
-                <li>Extract the content of the ZIP archive into the Eclipse installation directory.
-                This should add one or more JAR files and/or directories to the existing <tt>plugins</tt>
-                folder.</li>
-            </ol>
-        </section>
-    </body>
-</document>
+
+Eclipse plugin installation
+===========================
+
+Introduction
+------------
+
+This document provides instructions for installating of the two Eclipse plugins provided by Axis2
+([Service Archive Generator](servicearchiver-plugin.html) and [Code Generator Wizard](wsdl2java-plugin.html)).
+The two plugins should work on Eclipse version 3.1 and upwards, and require at least Java 1.5.
+The plugins have dependencies on bundles that are installed by default in the Eclipse IDE for Java EE Developers
+edition, but not in the Eclipse IDE for Java Developers edition. It is therefore recommended
+to use the EE edition.
+The installation procedure is the same for both plugins, but depends on the Eclipse
+version being used. To determine which procedure to use, check if there is a
+`dropins` folder in the Eclipse installation directory. This folder is used
+by the p2 provisioning system introduced in recent Eclipse version. It should be
+present starting with Eclipse version 3.4.
+
+Installation using the dropins directory
+----------------------------------------
+
+If your Eclipse version uses p2, use the following procedure to install the
+Axis2 plugins:
+
+1.  [Download](../../download.html) the ZIP file for the plugin you want to install.
+
+2.  Extract the content of the `plugins` folder in the ZIP archive into the
+    `dropins` folder (i.e. do **not** create a `plugins` folder under `dropins`).
+
+As explained [here](http://wiki.eclipse.org/Equinox_p2_Getting_Started#Dropins),
+it is possible to use other directory layouts in the `dropins` folder.
+
+Installation on older Eclipse versions
+--------------------------------------
+
+If you have an older Eclipse version that doesn't support p2 yet, use the following
+procedure to install the Axis2 plugins:
+
+1.  [Download](../../download.html) the ZIP file for the plugin you want to install.
+
+2.  Extract the content of the ZIP archive into the Eclipse installation directory.
+    This should add one or more JAR files and/or directories to the existing `plugins`
+    folder.