changing some id's and names
diff --git a/plugins/org.eclipse.wtp.jee/plugin.xml b/plugins/org.eclipse.wtp.jee/plugin.xml
new file mode 100644
index 0000000..c23677c
--- /dev/null
+++ b/plugins/org.eclipse.wtp.jee/plugin.xml
@@ -0,0 +1,47 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<?eclipse version="3.4"?>
+<plugin>
+ <extension
+ id="ide"
+ name="Java EE Developer Tools"
+ point="org.eclipse.core.runtime.products">
+ <product
+ application="org.eclipse.ui.ide.workbench"
+ description="Eclipse Java EE Developer Tools."
+ name="Java EE Developer Tools">
+ <property
+ name="preferenceCustomization"
+ value="plugin_customization.ini">
+ </property>
+ <property
+ name="appName"
+ value="Java EE Developer Tools">
+ </property>
+ <property
+ name="aboutText"
+ 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>
+
+</plugin>