merge-update from trunk
[taxeditor.git] / src / site / apt / getting-started.apt
index 0e868270fe234b8b18c91649a7c819b5e76f1df3..69cced2d3dc82e2503f58bf0af9ff7909628b349 100644 (file)
@@ -16,7 +16,7 @@ Setting up a Taxonomic Editor development environment
        
 * Requirements
 
-       The current version of the EDIT Taxonomic Editor is developed against Eclipse PDE Version 3.6. Your PDE or at least your target platform have to have the same version.
+       The current version of the EDIT Taxonomic Editor is developed against Eclipse Indigo for RCP developers.
        
        
 * Checking out the sources
@@ -43,11 +43,16 @@ $ svn co http://dev.e-taxonomy.eu/svn/trunk/taxeditor
        * Click <Select All> to finish the wizard and import the projects into your workspace.
        
        You should now be able to see the taaxeditor projects in your workspace.
-       
-       * Install {{{http://www.eclipse.org/swtbot/downloads.php}SWTBot}} using the Eclipse-Install-Wizard via <Help -\> Install new Software> If the SWTBot repository is not already added to your Eclipse-Path 
-       then paste the URL in the <Work With> row. Click <Add> and use the Filter to find, check and install the SWTBot packages.
 
-       * Same procedure for the <Graphical Editing Framework Zest Visualization Toolkit SDK>. In case there is no repository already shipped with Eclipse, one can find the update URL {{{http://www.eclipse.org/gef/updates/index.php}here}}.
+       * The eclipse installation may be missing the following plugins which have to be installed via their update site:
+
+               * <SWTBot API> from update site: <http://download.eclipse.org/technology/swtbot/releases/latest/>
+
+               * <Graphical Editing Framework Zest Visualization Toolkit SDK> from update site: <http://download.eclipse.org/releases/indigo>
+
+               * <Nebula Release Individual Widgets-\>Nebula CompositeTable Widget> from update site: <http://download.eclipse.org/technology/nebula/snapshot>
+
+       * To Install the plugins use the Eclipse-Install-Wizard via <Help -\> Install new Software> and paste the URL in the <Work With> row. Click <Add> and use the Filter to find, check and install plugins.
        
 * Dependencies