0

I'm trying to get the Eclipse GEF package "Draw2d".

What Eclipse GEF software package contains Draw2d? When I search for it, nothing appears in the list.

Nicholas DiPiazza
  • 10,029
  • 11
  • 83
  • 152

1 Answers1

1

Take a look at the following update site.

You can either use one of the following update sites :

Nightly (not promoted to download.eclipse.org): https://hudson.eclipse.org/hudson/job/gef-master/lastSuccessfulBuild/artifact/update-site/ and https://hudson.eclipse.org/hudson/job/gef-maintenance/lastSuccessfulBuild/artifact/update-site/
Releases: http://download.eclipse.org/tools/gef/updates/releases/
Milestones: http://download.eclipse.org/tools/gef/updates/milestones/
Integration and Maintenance: http://download.eclipse.org/tools/gef/updates/interim/

If you fancy using the entire P2 Repo or the dropin, You could download them from here : http://www.eclipse.org/gef/downloads/

What happens when you use the http://download.eclipse.org/tools/gef/updates/releases/ update site ? Does it list D2D ?

Update

The GEF All-in-one SDK can be installed since it contains Draw2D also like so :

enter image description here

Ashutosh Jindal
  • 18,501
  • 4
  • 62
  • 91