Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.
Bug 428744 - Adjust EPP to CSS resources move
Summary: Adjust EPP to CSS resources move
Status: RESOLVED FIXED
Alias: None
Product: EPP
Classification: Technology
Component: Packager (show other bugs)
Version: 4.4.0   Edit
Hardware: PC All
: P3 normal (vote)
Target Milestone: 4.4.0M6   Edit
Assignee: Project Inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-02-21 09:10 EST by Lars Vogel CLA
Modified: 2014-03-01 13:19 EST (History)
4 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Lars Vogel CLA 2014-02-21 09:10:30 EST
The CSS resources have been moved to a new plugin, org.eclipse.ui.themes in Bug 420836

So if EPP points to theme in their plugin.xml this reference should be adjusted, the images are currently not removed to avoid issue so if you don't do this, you will not get errors:

See https://git.eclipse.org/r/#/c/22368/1/platform/org.eclipse.platform/plugin.xml for an example. You basically have to replace:

  <property
				name="applicationCSSResources"
          value="platform:/plugin/org.eclipse.platform/images/">

with 

  <property
				name="applicationCSSResources"
          value="platform:/plugin/org.eclipse.ui.themes/images/">
Comment 1 Markus Knauer CLA 2014-02-21 09:12:47 EST
Thanks for the heads up, Lars, I'll check this for the next milestone!
Comment 2 Lars Vogel CLA 2014-02-27 04:33:07 EST
Move is done, you could adjust EPP is you want.
Comment 3 Markus Knauer CLA 2014-03-01 13:19:54 EST
Changed the property to the new location in *all* EPP packages.

Pushed to master with commit e6e1eed64dda20038ec42c7cb9522a3d5593f38c