Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLars Vogel2014-02-21 13:55:49 +0000
committerGerrit Code Review @ Eclipse.org2014-02-24 14:09:53 +0000
commit9cfbe9deb857aa2f0f1fc0b88c1b2b44c5fc167a (patch)
treea800090b71452619f1fd82ee6c4d9d5d0079909a
parent9234c4841de728afbc101251dc627284627d0960 (diff)
downloadeclipse.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.properties3
-rw-r--r--platform/org.eclipse.platform/plugin.xml2
-rw-r--r--platform/org.eclipse.sdk/plugin.xml2
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

Back to the top