Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMickael Istria2018-03-01 11:08:37 +0000
committerMickael Istria2018-03-01 11:08:37 +0000
commitaba4ccb4a0c0b41db3d3d47069167c56230baf94 (patch)
treee3d6893618709a188a1c938e721b13fb9560a517 /packages/org.eclipse.epp.package.rcp.product
parent6317efaec86f1e853659903b85ef06762e61ec5b (diff)
downloadorg.eclipse.epp.packages-aba4ccb4a0c0b41db3d3d47069167c56230baf94.tar.gz
org.eclipse.epp.packages-aba4ccb4a0c0b41db3d3d47069167c56230baf94.tar.xz
org.eclipse.epp.packages-aba4ccb4a0c0b41db3d3d47069167c56230baf94.zip
Bug 518941 - New Splash Screen for Photon
Change-Id: Idf5dd79b57939297986c06d0926c432469dbdbcc Signed-off-by: Mickael Istria <mistria@redhat.com>
Diffstat (limited to 'packages/org.eclipse.epp.package.rcp.product')
-rw-r--r--packages/org.eclipse.epp.package.rcp.product/epp.product4
1 files changed, 2 insertions, 2 deletions
diff --git a/packages/org.eclipse.epp.package.rcp.product/epp.product b/packages/org.eclipse.epp.package.rcp.product/epp.product
index 53cbbb6c..ecb2fc2e 100644
--- a/packages/org.eclipse.epp.package.rcp.product/epp.product
+++ b/packages/org.eclipse.epp.package.rcp.product/epp.product
@@ -38,10 +38,10 @@
<windowImages i16="/org.eclipse.epp.package.rcp/eclipse16.png" i32="/org.eclipse.epp.package.rcp/eclipse32.png" i48="/org.eclipse.epp.package.rcp/eclipse48.png" i256="/org.eclipse.epp.package.rcp/eclipse256.png"/>
<splash
- location="org.eclipse.epp.package.rcp"
+ location="org.eclipse.epp.package.common"
startupProgressRect="2,290,448,10"
startupMessageRect="7,265,320,20"
- startupForegroundColor="9c9696" />
+ startupForegroundColor="c1bc1f" />
<launcher name="eclipse">
<solaris/>
<win useIco="false">

Back to the top