wtp product plugin
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>