Bug 475499 Adjust color and buildId location on splash screen
diff --git a/platform/org.eclipse.platform/plugin.xml b/platform/org.eclipse.platform/plugin.xml
index 918577e..294fa6a 100644
--- a/platform/org.eclipse.platform/plugin.xml
+++ b/platform/org.eclipse.platform/plugin.xml
@@ -43,7 +43,7 @@
 
           <property
         		name="startupForegroundColor"
-        		value="9c9696"/>
+        		value="51f544"/>
           <property
                 name="startupMessageRect"
                 value="7,265,320,20"/>
@@ -56,7 +56,7 @@
           </property>
           <property
                 name="buildIdSize"
-                value="419,40">
+                value="395,40">
           </property>
 
       </product> 
diff --git a/platform/org.eclipse.sdk/plugin.xml b/platform/org.eclipse.sdk/plugin.xml
index 2df6d77..803ef6a 100644
--- a/platform/org.eclipse.sdk/plugin.xml
+++ b/platform/org.eclipse.sdk/plugin.xml
@@ -42,7 +42,7 @@
 
           <property
         		name="startupForegroundColor"
-            value="FFFFFF"/>
+            value="51f544"/>
           <property
                 name="startupMessageRect"
                 value="7,265,320,20"/>
@@ -55,7 +55,7 @@
           </property>
           <property
                 name="buildIdSize"
-                value="404,40">
+                value="395,40">
           </property>
 
        </product>