Bug 500323 - Clarify usage of PDE Build on https://www.eclipse.org/pde/
Moves PDE build section below the UI bit as UI is more important
diff --git a/index.php b/index.php
index 34143b0..b16e752 100644
--- a/index.php
+++ b/index.php
@@ -127,13 +127,7 @@
</table>
</div>
- <div class="homeitem3col" id="pdebuild">
- <h2>PDE Build</h2>
- <p>The goal of PDE Build is to facilitate the automation of plug-in build processes. Essentially, PDE Build produces Ant scripts based on development-time information provided by, for example, the plugin.xml and build.properties files. The generated Ant scripts, can fetch the relevant projects from a CVS repository, build jars, Javadoc, source zips, put everything together in a format ready to ship and send it out to a remote location (e.g., a local network or a downloads server). </p>
-
- <p>While PDE Build is still being maintained, it is not actively enhanced. For new builds, you can also consider other build systems like Maven Tycho or Gradle.</p>
-
- </div>
+
<div class="homeitem3col" id="pdeui">
<h2>PDE UI</h2>
<p>The PDE UI component provides a comprehensive set of tools to create, develop, test, debug and deploy Eclipse plug-ins, fragments, features, update sites and RCP products. </p>
@@ -153,6 +147,13 @@
<li>User Assistance Tools - Editors and tools for developing user help and other UA documents.</li>
<li>Declarative Services Tools - Editors and validation for OSGi declarative services.</li>
</div>
+ <div class="homeitem3col" id="pdebuild">
+ <h2>PDE Build</h2>
+ <p>The goal of PDE Build is to facilitate the automation of plug-in build processes. Essentially, PDE Build produces Ant scripts based on development-time information provided by, for example, the plugin.xml and build.properties files. The generated Ant scripts, can fetch the relevant projects from a CVS repository, build jars, Javadoc, source zips, put everything together in a format ready to ship and send it out to a remote location (e.g., a local network or a downloads server). </p>
+
+ <p>While PDE Build is still being maintained, it is not actively enhanced. For new builds, you can also consider other build systems like Maven Tycho or Gradle.</p>
+
+ </div>
<div class="homeitem3col" id="pdeapitools">
<h2>PDE API Tools</h2>
<p>API tooling will assist developers in API maintenance by reporting API defects such as binary incompatibilities, incorrect plug-in version numbers, missing or incorrect @since tags, and usage of non-API code between plug-ins.