make name easier to find
diff --git a/features/org.eclipse.wtp.jee.feature/feature.properties b/features/org.eclipse.wtp.jee.feature/feature.properties
index 3272025..2dd76de 100644
--- a/features/org.eclipse.wtp.jee.feature/feature.properties
+++ b/features/org.eclipse.wtp.jee.feature/feature.properties
@@ -15,7 +15,7 @@
 # This file should be translated.
 
 # "featureName" property - name of the feature
-featureName=Java EE Developer Tools
+featureName=Java EE Developer Tools IDE
 
 # "providerName" property - name of the company that provides the feature
 providerName=Eclipse Web Tools Platform
@@ -24,7 +24,7 @@
 discoverySiteName=Eclipse Web Tools Platfrom Update Site
 
 # "description" property - description of the feature
-description=Eclipse Java EE Developer Tools is a package for creating web applications. \n\ 
+description=Eclipse Java EE Developer Tools IDE is a package for creating web applications. \n\ 
 It includes tools for XML, XSL, HTML, CSS, JSP, Java EE, EJB, JSF, JPA, Web Services, Server support, and many others. \n\
 It also include support and tools for Databases and team collaboration.  
 
diff --git a/features/org.eclipse.wtp.jee.feature/wtp.jee.product b/features/org.eclipse.wtp.jee.feature/wtp.jee.product
index 9274b69..e2c35c7 100644
--- a/features/org.eclipse.wtp.jee.feature/wtp.jee.product
+++ b/features/org.eclipse.wtp.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="org.eclipse.wtp.jee" id="org.eclipse.wtp.jee.ide" application="org.eclipse.ui.ide.workbench" version="3.1.0" useFeatures="true" includeLaunchers="false">
+<product name="Java EE Developer Tools IDE" uid="org.eclipse.wtp.jee" id="org.eclipse.wtp.jee.ide" application="org.eclipse.ui.ide.workbench" version="3.1.0" useFeatures="true" includeLaunchers="false">
 
    <aboutInfo>
       <image path="/org.eclipse.wtp.jee/about_gears.gif"/>
@@ -152,8 +152,8 @@
    </license>
 
    <plugins>
-      <plugin id="org.eclipse.wtp.jee.intro"/>
       <plugin id="org.eclipse.wtp.jee"/>
+      <plugin id="org.eclipse.wtp.jee.intro"/>
    </plugins>
 
    <features>
diff --git a/plugins/org.eclipse.wtp.jee/OSGI-INF/l10n/bundle.properties b/plugins/org.eclipse.wtp.jee/OSGI-INF/l10n/bundle.properties
index 1229f64..4e74405 100644
--- a/plugins/org.eclipse.wtp.jee/OSGI-INF/l10n/bundle.properties
+++ b/plugins/org.eclipse.wtp.jee/OSGI-INF/l10n/bundle.properties
@@ -1,3 +1,3 @@
 #Properties file for org.eclipse.wtp.jee
-Bundle-Name = Java EE Developer Tools
+Bundle-Name = Java EE Developer Tools IDE
 Bundle-Vendor = Eclipse Web Tools Platform
\ No newline at end of file
diff --git a/plugins/org.eclipse.wtp.jee/plugin.xml b/plugins/org.eclipse.wtp.jee/plugin.xml
index c23677c..44bc342 100644
--- a/plugins/org.eclipse.wtp.jee/plugin.xml
+++ b/plugins/org.eclipse.wtp.jee/plugin.xml
@@ -3,23 +3,23 @@
 <plugin>
    <extension
          id="ide"
-         name="Java EE Developer Tools"
+         name="Java EE Developer Tools IDE"
          point="org.eclipse.core.runtime.products">
       <product
             application="org.eclipse.ui.ide.workbench"
-            description="Eclipse Java EE Developer Tools."
-            name="Java EE Developer Tools">
+            description="Eclipse Java EE Developer Tools IDE."
+            name="Java EE Developer Tools IDE">
          <property
                name="preferenceCustomization"
                value="plugin_customization.ini">
          </property>
          <property
                name="appName"
-               value="Java EE Developer Tools">
+               value="Eclipse">
          </property>
          <property
                name="aboutText"
-               value="Eclipse Java EE Developer Tools">
+               value="Eclipse Java EE Developer Tools IDE">
          </property>
          <property
                name="startupProgressRect"