3

Switched my Eclipse from Kepler to Luna, and I have this weird bug in the plugin.xml of my RCP app.

Although all the views have icons, the icons don't show anymore in the org.eclipse.ui.views tree. Is this because RCP 3.8 is deprecated in Luna?

enter image description here

Georgian
  • 8,795
  • 8
  • 46
  • 87
  • I don't think anything has been deprecated. I see this too, looking at the code it seems to still be trying to find the icons but something is going wrong. So my guess is a bug. – greg-449 Aug 05 '14 at 16:01

1 Answers1

0

No. You may don't have some plugin. That plugin files is in the Eclipse for RCP and RAP Developers(http://www.eclipse.org/downloads/packages/eclipse-rcp-and-rap-developers/lunasr2) plugin folder. You can force merge that plugin folder to your eclipse plugin folder.

bill23
  • 41
  • 3
  • 1
    Whilst this may theoretically answer the question, [it would be preferable](//meta.stackoverflow.com/q/8259) to include the essential parts of the answer here, and provide the link for reference. – Enamul Hassan Mar 18 '16 at 02:02