|
From: Markus B. <mba...@us...> - 2005-09-02 18:04:00
|
Update of /cvsroot/rubyeclipse/org.rubypeople.rdt.webpage/htdocs In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv12153/htdocs Modified Files: faq.php Log Message: Minor change in "Which components of Eclipse do I need?" Index: faq.php =================================================================== RCS file: /cvsroot/rubyeclipse/org.rubypeople.rdt.webpage/htdocs/faq.php,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** faq.php 19 Dec 2004 23:07:38 -0000 1.1 --- faq.php 2 Sep 2005 18:03:51 -0000 1.2 *************** *** 46,51 **** <td valign="top"><font face="arial,helvetica,geneva" size="-1"><b> Which components of Eclipse do I need?</b> <br/> ! <p>Generally speaking you should be able to download the Eclipse patform, without the JDT (unless you plan on doing Java development).<br/> ! The download for Eclipse which includes on the platform (minus the plugin SDK and JDT) is typically labeled "Platform Runtime Binary". </p> </font> --- 46,55 ---- <td valign="top"><font face="arial,helvetica,geneva" size="-1"><b> Which components of Eclipse do I need?</b> <br/> ! <p>Generally speaking you should be able to download the Eclipse platform, without the JDT (unless you plan on doing Java development).<br/> ! The download for Eclipse which includes only the platform (minus the plugin SDK and JDT) is typically labeled "Platform Runtime Binary". ! This the bare minimum you need to be able to run RDT. Obviously anyone with the full version including the SDK, or a version with the ! platform plus JDT should be able to RDT as well. ! </p> ! </p> </font> |