Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to install GEF/Draw2d source/javadoc for Eclipse PDE?

After installing the Eclipse PDE from the Eclipse downloads site, GEF and Draw2d don't seem to have working javadoc and source code attachments out of the box (The JFace source attachment is working fine).

In PDE projects under the "Plugin Dependencies" tree I see that all PDE JARs have attached source set to the same JARs. Yet, the JARs do not contain any sources - only class files. I tried instead point to this source attachment to a GEF source code JAR which I downloaded, but my change was automatically reverted back to the broken source attachment after rebooting the workspace.

like image 365
icyitscold Avatar asked Sep 28 '13 20:09

icyitscold


1 Answers

Install the Graphical Modeling Framework GEF SDK using Help / Install New Software, it is in the Modeling section. The SDK versions include the source plugins.

like image 122
greg-449 Avatar answered Sep 21 '22 18:09

greg-449