diff --git a/eclipse-distribution/org.springframework.boot.ide.branding/build.properties b/eclipse-distribution/org.springframework.boot.ide.branding/build.properties index 40a2f17fb..17dd7fd45 100644 --- a/eclipse-distribution/org.springframework.boot.ide.branding/build.properties +++ b/eclipse-distribution/org.springframework.boot.ide.branding/build.properties @@ -6,7 +6,7 @@ bin.includes = META-INF/,\ plugin.xml,\ plugin_customization.ini,\ plugin_customization.properties,\ - splash.bmp,\ + splash.png,\ sts4-48.png,\ sts4-32.png,\ sts4-128.png,\ diff --git a/eclipse-distribution/org.springframework.boot.ide.branding/splash.bmp b/eclipse-distribution/org.springframework.boot.ide.branding/splash.bmp deleted file mode 100644 index 7966a9072..000000000 Binary files a/eclipse-distribution/org.springframework.boot.ide.branding/splash.bmp and /dev/null differ diff --git a/eclipse-distribution/org.springframework.boot.ide.branding/splash.png b/eclipse-distribution/org.springframework.boot.ide.branding/splash.png new file mode 100644 index 000000000..82b019cac Binary files /dev/null and b/eclipse-distribution/org.springframework.boot.ide.branding/splash.png differ