devoured elysium
devoured elysium

Reputation: 105077

No source files when attempting "Import Plug-ins and Fragments" in Eclipse

Following this answer's suggestion, I attempted to use the "Import Plug-ins and Fragments" feature to import into my project other plugin's source code:

enter image description here

But the fact is, it doesn't seem to show up any source folders, as I'd expect:

enter image description here

Am I doing something wrong?

Upvotes: 0

Views: 443

Answers (1)

Tillmann Seidel
Tillmann Seidel

Reputation: 1042

I suspect that your active target platform does not contain the sources. If you use your running Eclipse installation as target platform, you might want to install an Eclipse package containing sources, for example Eclipse Classic or Eclipse for RCP and RAP developers.

Upvotes: 1

Related Questions