Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarkus Knauer2014-02-02 12:22:37 +0000
committerMarkus Knauer2014-02-02 16:07:50 +0000
commite75e9adca2bdd2179965178abc1b8a5d3771b65c (patch)
tree42a8c6713346890abcd7fec07df68db6f7b2bddf /packages/org.eclipse.epp.package.rcp
parent5593dad9eca33b1946d8ccb99bd4aad7227bee6f (diff)
downloadorg.eclipse.epp.packages-e75e9adca2bdd2179965178abc1b8a5d3771b65c.tar.gz
org.eclipse.epp.packages-e75e9adca2bdd2179965178abc1b8a5d3771b65c.tar.xz
org.eclipse.epp.packages-e75e9adca2bdd2179965178abc1b8a5d3771b65c.zip
Remove .gif icons from all packages and use .png instead
- remove the 16, 32, 48 pixel gif files - update build.properties, plugin.xml, and synchronise .product files Change-Id: Iad04732de64124535470b825b20066d8a057263a
Diffstat (limited to 'packages/org.eclipse.epp.package.rcp')
-rw-r--r--packages/org.eclipse.epp.package.rcp/build.properties6
1 files changed, 3 insertions, 3 deletions
diff --git a/packages/org.eclipse.epp.package.rcp/build.properties b/packages/org.eclipse.epp.package.rcp/build.properties
index fdd27bdc..e7fcc2e5 100644
--- a/packages/org.eclipse.epp.package.rcp/build.properties
+++ b/packages/org.eclipse.epp.package.rcp/build.properties
@@ -1,6 +1,4 @@
bin.includes = META-INF/,\
- plugin_customization.ini,\
- plugin.xml,\
about.html,\
about.ini,\
about.mappings,\
@@ -10,4 +8,6 @@ bin.includes = META-INF/,\
eclipse48.png,\
eclipse256.png,\
eclipse_lg.gif,\
- intro-eclipse.png
+ intro-eclipse.png,\
+ plugin_customization.ini,\
+ plugin.xml

Back to the top