| 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
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. These are being exported packages in the manifest file and raise an error if you try importing the plugin source. 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 Verified the draw2d fix I made to build.properties worked in 3.5.1 RC1. Fixed GEF as well. |