Skip to main content

Notice: this Wiki will be going read only early in 2024 and edits will no longer be possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.

Jump to: navigation, search

Difference between revisions of "EEF/Installation Guide"

< EEF
(Using update sites)
(Using update sites)
Line 1: Line 1:
 
== Using update sites ==
 
== Using update sites ==
  
* Add the [[M2T]] [[Update Site]] to your [[p2]] configuration&nbsp;:
 
  
http://download.eclipse.org/modeling/m2t/updates/site.xml
+
* Add the [[Acceleo]] update site :
  
* Add the EEF update site depending of your eclipse installation ([http://www.eclipse.org/modeling/downloads/build-types.php explanation of the different build types here])<br>
+
http://download.eclipse.org/modeling/m2t/acceleo/updates/releases/3.0
{| border="1" cellspacing="1" cellpadding="1"
+
|-
+
|
+
| [[Helios]] ( Eclipse 3.6 )
+
| [[Indigo]] ( Eclipse 3.7 )
+
|-
+
| Nightly
+
|
+
| http://download.eclipse.org/modeling/emft/eef/updates/nightly/0.9
+
|-
+
| Interim ( includes Integration and Maintenance )
+
| http://download.eclipse.org/modeling/emft/eef/updates/interim/
+
|
+
|-
+
| Stables ( includes Milestones and Releases Candidates )
+
| http://download.eclipse.org/modeling/emft/eef/updates/milestones/0.8
+
| http://download.eclipse.org/modeling/emft/eef/updates/milestones/0.9
+
|-
+
| Releases
+
| http://download.eclipse.org/modeling/emft/eef/updates/releases/0.8
+
| <br>
+
|}
+
  
* Install EEF features&nbsp;: Runtime or EDT
+
* Add the EEF update site :
 +
** Releases : http://download.eclipse.org/modeling/emft/eef/updates/releases/0.9
 +
** Stables ( includes Milestones and Releases Candidates ) : http://download.eclipse.org/modeling/emft/eef/updates/milestones/0.9
 +
** Interim ( includes Integration and Maintenance ) : http://download.eclipse.org/modeling/emft/eef/updates/interim/0.9
 +
** Nightly : http://download.eclipse.org/modeling/emft/eef/updates/nightly/0.9
 +
 
 +
 
 +
* Looking for an older version ?
 +
 
 +
EEF 0.8 is located here : http://download.eclipse.org/modeling/emft/eef/updates/releases/0.8
 +
EEF 0.7 does not provides an update site.
  
 
== From Annual release train ==
 
== From Annual release train ==

Revision as of 04:11, 19 April 2011

Using update sites

http://download.eclipse.org/modeling/m2t/acceleo/updates/releases/3.0


  • Looking for an older version ?

EEF 0.8 is located here : http://download.eclipse.org/modeling/emft/eef/updates/releases/0.8 EEF 0.7 does not provides an update site.

From Annual release train

  • EEF is integrated in the annual eclipse release train ! Just find it in the installable softwares.

From Eclipse modeling package

  • Use the modeling discovery Ui and choose EEF !

Directly from eclipse.org

You can also access to the archived EEF update site and SDK here : http://www.eclipse.org/modeling/emft/downloads/?project=eef

Back to the top