diff options
| author | Lars Vogel | 2014-02-21 13:55:49 +0000 |
|---|---|---|
| committer | Gerrit Code Review @ Eclipse.org | 2014-02-24 14:09:53 +0000 |
| commit | 9cfbe9deb857aa2f0f1fc0b88c1b2b44c5fc167a (patch) | |
| tree | a800090b71452619f1fd82ee6c4d9d5d0079909a | |
| parent | 9234c4841de728afbc101251dc627284627d0960 (diff) | |
| download | eclipse.platform-9cfbe9deb857aa2f0f1fc0b88c1b2b44c5fc167a.tar.gz eclipse.platform-9cfbe9deb857aa2f0f1fc0b88c1b2b44c5fc167a.tar.xz eclipse.platform-9cfbe9deb857aa2f0f1fc0b88c1b2b44c5fc167a.zip | |
Bug 420836 - [CSS] Migrate CSS themes from eclipse.platform repo toI20140225-1430I20140225-0800
eclipse.platform.ui repo
Change-Id: I54c50778c7e1c9ca6bd795bcdc49f9553d05d437
Signed-off-by: Lars Vogel <Lars.Vogel@gmail.com>
| -rw-r--r-- | platform/org.eclipse.platform/build.properties | 3 | ||||
| -rw-r--r-- | platform/org.eclipse.platform/plugin.xml | 2 | ||||
| -rw-r--r-- | platform/org.eclipse.sdk/plugin.xml | 2 |
3 files changed, 3 insertions, 4 deletions
diff --git a/platform/org.eclipse.platform/build.properties b/platform/org.eclipse.platform/build.properties index e21289431..3d407c4c7 100644 --- a/platform/org.eclipse.platform/build.properties +++ b/platform/org.eclipse.platform/build.properties @@ -37,8 +37,7 @@ bin.includes = about.html,\ introData.xml,\ helpData.xml,\ images/,\ - LegacyIDE.e4xmi,\ - css/ + LegacyIDE.e4xmi src.includes = about.html,\ launchersrc.zip,\ platformsrc.zip diff --git a/platform/org.eclipse.platform/plugin.xml b/platform/org.eclipse.platform/plugin.xml index 34556fd3d..002aab548 100644 --- a/platform/org.eclipse.platform/plugin.xml +++ b/platform/org.eclipse.platform/plugin.xml @@ -38,7 +38,7 @@ </property> <property name="applicationCSSResources" - value="platform:/plugin/org.eclipse.platform/images/"> + value="platform:/plugin/org.eclipse.ui.themes/images/"> </property> <property diff --git a/platform/org.eclipse.sdk/plugin.xml b/platform/org.eclipse.sdk/plugin.xml index ea76e55ae..acca9c524 100644 --- a/platform/org.eclipse.sdk/plugin.xml +++ b/platform/org.eclipse.sdk/plugin.xml @@ -37,7 +37,7 @@ </property> <property name="applicationCSSResources" - value="platform:/plugin/org.eclipse.platform/images/"> + value="platform:/plugin/org.eclipse.ui.themes/images/"> </property> <property |
