Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDoug Schaefer2010-06-03 20:37:25 +0000
committerDoug Schaefer2010-06-03 20:37:25 +0000
commitdf28983cb2b1bfbb3f07f35488c7a3816bd3755d (patch)
tree5515200a0939fd138736c1531df7884b3858ea51
parent47cff97f623e826e883fbdfaeb8ee9c71c6b0188 (diff)
downloadorg.eclipse.cdt-df28983cb2b1bfbb3f07f35488c7a3816bd3755d.tar.gz
org.eclipse.cdt-df28983cb2b1bfbb3f07f35488c7a3816bd3755d.tar.xz
org.eclipse.cdt-df28983cb2b1bfbb3f07f35488c7a3816bd3755d.zip
forgot to put the png into the build.properties. No wonder it didn't show up :P
-rw-r--r--releng/org.eclipse.cdt/about.ini2
-rw-r--r--releng/org.eclipse.cdt/build.properties4
2 files changed, 3 insertions, 3 deletions
diff --git a/releng/org.eclipse.cdt/about.ini b/releng/org.eclipse.cdt/about.ini
index bf509de38ed..2411cc21096 100644
--- a/releng/org.eclipse.cdt/about.ini
+++ b/releng/org.eclipse.cdt/about.ini
@@ -11,7 +11,7 @@ aboutText=%blurb
# needed for primary features only
# Property "featureImage" contains path to feature image (32x32)
-featureImage=cdt_logo_icon32.gif
+featureImage=cdt_logo_icon32.png
# Property "aboutImage" contains path to product image (500x330 or 115x164)
# needed for primary features only
diff --git a/releng/org.eclipse.cdt/build.properties b/releng/org.eclipse.cdt/build.properties
index 52744f42bf3..3c76aba2748 100644
--- a/releng/org.eclipse.cdt/build.properties
+++ b/releng/org.eclipse.cdt/build.properties
@@ -12,10 +12,10 @@ bin.includes = about.html,\
about.ini,\
about.mappings,\
about.properties,\
- eclipse32.gif,\
plugin.properties,\
plugin.xml,\
css/,\
intro/,\
- META-INF/
+ META-INF/,\
+ cdt_logo_icon32.png
src.includes = about.html

Back to the top