Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorWim Jongman2015-09-19 18:51:29 +0000
committerWim Jongman2015-09-19 18:51:29 +0000
commitd9d3780dc0141741a87064e60f190ea79a0f397e (patch)
tree4306519e5b216284efd490e90ef2514c704c5856
parent27c83d1287954d0ee40e87864905d2d1d4dbf582 (diff)
downloade4-d9d3780dc0141741a87064e60f190ea79a0f397e.tar.gz
e4-d9d3780dc0141741a87064e60f190ea79a0f397e.tar.xz
e4-d9d3780dc0141741a87064e60f190ea79a0f397e.zip
Bug 471308 - E4 tools download project site is totally out of date
-rwxr-xr-xindex.php21
1 files changed, 4 insertions, 17 deletions
diff --git a/index.php b/index.php
index 79ec3e8..da00134 100755
--- a/index.php
+++ b/index.php
@@ -38,27 +38,14 @@ ob_start();
The projects that are currently cooking here are:
</p>
- <p>
- <b>Eclipse Spies</b><br/>
- Spies are tools that enable you to look inside the Eclipse engine while it is running.
- Invaluable for RCP Developers.
- </p>
-
- <p>
- <b>Eclipse Smart Project Importer Framework</b><br/>
- Tooling to ease the import of projects into the Eclipse Workspace.
- </p>
-
<h3><b>Eclipse Spies</b></h3>
E4 spies is a set of tools to help in developing application using Eclipse 4.
These tools are very helpful when creating a "pure E4" project
the spies makes the development of "pure e4" applications easier
- and helps to understand the underlying E4 concepts like "application model",
- "events" and "CSS Styling".
-
- <br/><a href="https://www.youtube.com/watch?v=CcClGXmZPcI">EclipseCon Talk by Olivier Prouvost</a>
-
- <h3><b>Smart Project importer Framework</b></h3>
+ and helps to understand the underlying E4 concepts like "Application Model",
+ "Events", "Contexts", "Preferences" and "CSS Styling".
+
+ <h3><b>Smart Project Importer Framework</b></h3>
Currently, when importing a project, users are facing the difficult choices
of what project they are importing and how to import it. The various
technologies involved in a project can easily be detected by some automated

Back to the top