Skip to main content
aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorslewis2007-05-02 18:07:49 +0000
committerslewis2007-05-02 18:07:49 +0000
commita4e1af3d6e7116a5e3705bcc387e35a1a9256898 (patch)
tree66f0c8435105bee3b0d437859139611a4f1d7252 /doc
parent2561f303b61c0e7669ee2b9ca153a77d4b2f4262 (diff)
downloadorg.eclipse.ecf-a4e1af3d6e7116a5e3705bcc387e35a1a9256898.tar.gz
org.eclipse.ecf-a4e1af3d6e7116a5e3705bcc387e35a1a9256898.tar.xz
org.eclipse.ecf-a4e1af3d6e7116a5e3705bcc387e35a1a9256898.zip
changed prerequisites in docs
Diffstat (limited to 'doc')
-rw-r--r--doc/bundles/org.eclipse.ecf.doc/html/gettingstarted/prerequisites.html23
1 files changed, 8 insertions, 15 deletions
diff --git a/doc/bundles/org.eclipse.ecf.doc/html/gettingstarted/prerequisites.html b/doc/bundles/org.eclipse.ecf.doc/html/gettingstarted/prerequisites.html
index b0e10bba4..aa079f67d 100644
--- a/doc/bundles/org.eclipse.ecf.doc/html/gettingstarted/prerequisites.html
+++ b/doc/bundles/org.eclipse.ecf.doc/html/gettingstarted/prerequisites.html
@@ -11,26 +11,19 @@ only upon pure Java Standard Edition (1.4+). We also will look to
support OSGI Foundation as a minimum runtime platform.</p>
<p>You will need the following already installed on your machine:</p>
<ul>
- <li>Java version 1.4.2 or newer...1.5 OK also
+ <li>Java version 1.4.2 or newer...1.5 or 1.6 OK also
<pre>java version "1.4.2_04"<br>Java(TM) 2 Runtime Environment, Standard Edition (build 1.4.2_04-b05)<br>Java HotSpot(TM) Client VM (build 1.4.2_04-b05, mixed model</pre>
</li>
<li> <a
- href="http://download.eclipse.org/downloads/drops/S-3.1M4-200412162000/index.php">Eclipse
-version 3.1M4</a><br>
+ href="http://download.eclipse.org/eclipse/downloads/">Eclipse
+version 3.3M6 or newer</a><br>
<br>
-Earlier Eclipse Platform versions may work, but we have not tested them.<br>
+Earlier Eclipse Platform versions will work with some of the ECF APIs, but we have not tested them. Also,
+we recently have taken advantage of the new UI features in 3.3 (tooltips improvements, menuContribution extension
+point, etc), and that's why we now depend upon version 3.3. For ECF APIs (plugins/bundles that do <b>not</b>
+have *.ui in their bundle id), they generally support older runtime versions. See the manifest.mf for each
+plugin if you want to know the execution environment requirements for each bundle.<br>
</li>
- <br>
- <li> <a
- href="http://download.eclipse.org/tools/emf/scripts/downloads.php">EMF
-SDK 2.1.0 (still on integration builds)</a><br>
- <br>
-The EMF SDK is needed to use the shared datagraph editor, and will be
-needed for SETO. It is <b>not</b>
-needed to be able to use the other ECF application-level features
-(chat, url sharing, etc). It is needed to in order to compile the
-entire ECF source base. </li>
</ul>
-<br>
</body>
</html>

Back to the top