Skip to main content
aboutsummaryrefslogtreecommitdiffstats
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.cpp/build.properties
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.cpp/build.properties')
-rw-r--r--packages/org.eclipse.epp.package.cpp/build.properties17
1 files changed, 7 insertions, 10 deletions
diff --git a/packages/org.eclipse.epp.package.cpp/build.properties b/packages/org.eclipse.epp.package.cpp/build.properties
index f49fcf29..9175ab76 100644
--- a/packages/org.eclipse.epp.package.cpp/build.properties
+++ b/packages/org.eclipse.epp.package.cpp/build.properties
@@ -1,16 +1,13 @@
bin.includes = META-INF/,\
- plugin_customization.ini,\
- plugin.xml,\
+ about.ini,\
about.html,\
- eclipse32.gif,\
+ about.mappings,\
+ about.properties,\
+ eclipse16.png,\
eclipse32.png,\
- eclipse48.gif,\
eclipse48.png,\
+ eclipse256.png,\
eclipse_lg.gif,\
- about.mappings,\
intro-eclipse.png,\
- about.ini,\
- about.properties,\
- eclipse16.gif,\
- eclipse16.png,\
- eclipse256.png
+ plugin_customization.ini,\
+ plugin.xml

Back to the top