Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarkus Knauer2014-01-30 07:25:12 +0000
committerMarkus Knauer2014-01-30 07:25:12 +0000
commit89489d3697f863fc275237cd4d50027c70cea9a9 (patch)
treefafbe844292bca1fb46fa32e2fd0f2411f568140 /packages/org.eclipse.epp.package.rcp/plugin.xml
parent3c3dc230217d652bb1a4ac62200a538685c70b0c (diff)
downloadorg.eclipse.epp.packages-89489d3697f863fc275237cd4d50027c70cea9a9.tar.gz
org.eclipse.epp.packages-89489d3697f863fc275237cd4d50027c70cea9a9.tar.xz
org.eclipse.epp.packages-89489d3697f863fc275237cd4d50027c70cea9a9.zip
Specify correct images in RCP/RAP package plugin.xml and epp.product
- Remove the duplicates of the png's in the plugin.xml - Add the i256 image to the .product file for completeness
Diffstat (limited to 'packages/org.eclipse.epp.package.rcp/plugin.xml')
-rw-r--r--packages/org.eclipse.epp.package.rcp/plugin.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/org.eclipse.epp.package.rcp/plugin.xml b/packages/org.eclipse.epp.package.rcp/plugin.xml
index 630f93a7..381e6d84 100644
--- a/packages/org.eclipse.epp.package.rcp/plugin.xml
+++ b/packages/org.eclipse.epp.package.rcp/plugin.xml
@@ -38,7 +38,7 @@
</property>
<property
name="windowImages"
- value="eclipse16.png,eclipse32.png,eclipse48.png,eclipse16.png,eclipse32.png,eclipse48.png,eclipse256.png">
+ value="eclipse16.png,eclipse32.png,eclipse48.png,eclipse256.png">
</property>
<property
name="introBrandingImage"

Back to the top