wtp product plugin
diff --git a/features/org.eclipse.wtp.package.jee.feature/build.properties b/features/org.eclipse.wtp.package.jee.feature/build.properties
index 66823ec..a45c41c 100644
--- a/features/org.eclipse.wtp.package.jee.feature/build.properties
+++ b/features/org.eclipse.wtp.package.jee.feature/build.properties
@@ -4,4 +4,4 @@
                epl-v10.html,\
                p2.inf,\
                wtp.jee.product
-includeLaunchers=false
+includeLaunchers = false
diff --git a/features/org.eclipse.wtp.package.jee.feature/wtp.jee.product b/features/org.eclipse.wtp.package.jee.feature/wtp.jee.product
index 0777adf..96b66ec 100644
--- a/features/org.eclipse.wtp.package.jee.feature/wtp.jee.product
+++ b/features/org.eclipse.wtp.package.jee.feature/wtp.jee.product
@@ -1,7 +1,7 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <?pde version="3.5"?>
 
-<product name="Java EE Developer Tools" uid="wtp.package.jee" id="org.eclipse.wtp.package.jee.product" application="org.eclipse.ui.ide.workbench" version="3.1.0" useFeatures="true" includeLaunchers="true">
+<product name="Java EE Developer Tools" uid="wtp.package.jee" id="org.eclipse.wtp.package.jee.product" application="org.eclipse.ui.ide.workbench" version="3.1.0" useFeatures="true" includeLaunchers="false">
 
    <aboutInfo>
       <image path="/org.eclipse.wtp.package.jee/about_gears.gif"/>
diff --git a/plugins/org.eclipse.wtp.package.jee/plugin.xml b/plugins/org.eclipse.wtp.package.jee/plugin.xml
index e42d44a..229a5ca 100644
--- a/plugins/org.eclipse.wtp.package.jee/plugin.xml
+++ b/plugins/org.eclipse.wtp.package.jee/plugin.xml
@@ -7,7 +7,7 @@
       <product
             application="org.eclipse.ui.ide.workbench"
             description="Eclipse Java EE Developer Tools."
-            name="Eclipse Java EE Developer Tools">
+            name="Java EE Developer Tools">
          <property
                name="preferenceCustomization"
                value="plugin_customization.ini">
@@ -18,12 +18,28 @@
          </property>
          <property
                name="aboutText"
-               value="Eclipse Java EE Developer Tools.">
+               value="Eclipse Java EE Developer Tools">
          </property>
          <property
                name="startupProgressRect"
                value="5,275,445,15">
          </property>
+         <property
+               name="aboutImage"
+               value="about_gears.gif">
+         </property>
+         <property
+               name="windowImages"
+               value="WTP_icon_x16_v2.png,WTP_icon_x32_v2.png">
+         </property>
+         <property
+               name="startupForegroundColor"
+               value="000000">
+         </property>
+         <property
+               name="startupMessageRect"
+               value="7,252,445,20">
+         </property>
       </product>
    </extension>