You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@rave.apache.org by bu...@apache.org on 2011/10/17 22:29:31 UTC

svn commit: r797138 - /websites/staging/rave/trunk/content/rave/ide-settings-and-debugging.html

Author: buildbot
Date: Mon Oct 17 20:29:30 2011
New Revision: 797138

Log:
Staging update by buildbot

Modified:
    websites/staging/rave/trunk/content/rave/ide-settings-and-debugging.html

Modified: websites/staging/rave/trunk/content/rave/ide-settings-and-debugging.html
==============================================================================
--- websites/staging/rave/trunk/content/rave/ide-settings-and-debugging.html (original)
+++ websites/staging/rave/trunk/content/rave/ide-settings-and-debugging.html Mon Oct 17 20:29:30 2011
@@ -71,7 +71,11 @@
     <h2 id="configuring_eclipse">Configuring Eclipse</h2>
 <ul>
 <li>Install <a href="http://download.eclipse.org/webtools/downloads/">Eclipse for Java EE</a></li>
-<li>Install M2Eclipse from the <a href="http://m2eclipse.sonatype.org/sites/m2e">Update Site</a></li>
+<li>Install M2Eclipse from:<ul>
+<li><a href="http://download.eclipse.org/releases/indigo/">Indigo Update site if using Eclipse 3.7 (Indigo)</a></li>
+<li><a href="http://m2eclipse.sonatype.org/sites/m2e">M2Eclipse Update Site if using Eclipse 3.6 or earlier</a></li>
+</ul>
+</li>
 <li>Install <a href="http://subclipse.tigris.org/update_1.6.x/">Subclipse</a></li>
 <li>Install Maven Integration for Subclipse from the <a href="http://m2eclipse.sonatype.org/sites/m2e-extras">update site</a></li>
 <li>File -&gt; Import -&gt; Maven -&gt; Check Out maven project from SCM<ul>