From df28983cb2b1bfbb3f07f35488c7a3816bd3755d Mon Sep 17 00:00:00 2001 From: Doug Schaefer Date: Thu, 3 Jun 2010 20:37:25 +0000 Subject: [PATCH] forgot to put the png into the build.properties. No wonder it didn't show up :P --- releng/org.eclipse.cdt/about.ini | 2 +- releng/org.eclipse.cdt/build.properties | 4 ++-- 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