Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.

Bug 282284

Summary: Icons are missing in source plugin
Product: [Tools] GEF Reporter: Vineet Sinha <vineet>
Component: GEF-Legacy GEF (MVC)Assignee: Anthony Hunter <ahunter.eclipse>
Status: RESOLVED FIXED QA Contact:
Severity: normal    
Priority: P3 CC: ahunter.eclipse
Version: 3.5   
Target Milestone: 3.5.0 (Galileo SR1)   
Hardware: PC   
OS: Windows Vista   
Whiteboard:

Description Vineet Sinha CLA 2009-07-02 09:28:35 EDT
The following packages are missing in the source jar:
o.e.gef.internal.icons
o.e.gef.ui.console.icons
o.e.gef.ui.stackview.icons
o.e.d2d.images
Comment 1 Anthony Hunter CLA 2009-07-02 12:16:29 EDT
Why does this make a difference?

Is this a regression that you depended on before?



o.e.gef.ui.console.icons
o.e.gef.ui.stackview.icons
Should be removed, both have been deprecated since 3.1.
Comment 2 Vineet Sinha CLA 2009-07-02 15:39:16 EDT
These are being exported packages in the manifest file and raise an error if you try importing the plugin source.
Comment 3 Anthony Hunter CLA 2009-07-02 15:58:08 EDT
ok, I see:

Package 'org.eclipse.draw2d.images' does not exist in this plug-in	MANIFEST.MF	/org.eclipse.draw2d/META-INF	line 12	Plug-in Problem
Comment 4 Anthony Hunter CLA 2009-08-17 17:39:45 EDT
Verified the draw2d fix I made to build.properties worked in 3.5.1 RC1. Fixed GEF as well.