277598 Need to apply consistent branding for features in about box
diff --git a/bundles/org.eclipse.jst.ws.axis2.ui/about.ini b/bundles/org.eclipse.jst.ws.axis2.ui/about.ini
new file mode 100644
index 0000000..68af291
--- /dev/null
+++ b/bundles/org.eclipse.jst.ws.axis2.ui/about.ini
@@ -0,0 +1,12 @@
+# about.ini
+# contains information about a feature
+# java.io.Properties file (ISO 8859-1 with "\" escapes)
+# "%key" are externalized strings defined in about.properties
+# This file does not need to be translated.
+
+# Property "aboutText" contains blurb for "About" dialog (translated)
+aboutText=%blurb
+
+# Property "featureImage" contains path to feature image (32x32)
+featureImage=icons/WTP_icon_x32_v2.png
+
diff --git a/bundles/org.eclipse.jst.ws.axis2.ui/about.mappings b/bundles/org.eclipse.jst.ws.axis2.ui/about.mappings
new file mode 100644
index 0000000..bddaab4
--- /dev/null
+++ b/bundles/org.eclipse.jst.ws.axis2.ui/about.mappings
@@ -0,0 +1,6 @@
+# about.mappings
+# contains fill-ins for about.properties
+# java.io.Properties file (ISO 8859-1 with "\" escapes)
+# This file does not need to be translated.
+
+0=@build@
\ No newline at end of file
diff --git a/bundles/org.eclipse.jst.ws.axis2.ui/about.properties b/bundles/org.eclipse.jst.ws.axis2.ui/about.properties
new file mode 100644
index 0000000..8f60396
--- /dev/null
+++ b/bundles/org.eclipse.jst.ws.axis2.ui/about.properties
@@ -0,0 +1,24 @@
+###############################################################################
+# Copyright (c) 2005, 2009 IBM Corporation and others.
+# All rights reserved. This program and the accompanying materials
+# are made available under the terms of the Eclipse Public License v1.0
+# which accompanies this distribution, and is available at
+# http://www.eclipse.org/legal/epl-v10.html
+# 
+# Contributors:
+#     IBM Corporation - initial API and implementation
+###############################################################################
+
+# about.properties
+# contains externalized strings for about.ini
+# java.io.Properties file (ISO 8859-1 with "\" escapes)
+# fill-ins are supplied by about.mappings
+# This file should be translated.
+
+blurb=Eclipse XML Editors and Tools\n\
+\n\
+Version: {featureVersion}\n\
+Build id: {0}\n\
+\n\
+(c) Copyright Eclipse contributors and others 2005, 2009.  All rights reserved.\n\
+Visit http://www.eclipse.org/webtools
diff --git a/bundles/org.eclipse.jst.ws.axis2.ui/build.properties b/bundles/org.eclipse.jst.ws.axis2.ui/build.properties
index 9e0863d..ac57ad0 100644
--- a/bundles/org.eclipse.jst.ws.axis2.ui/build.properties
+++ b/bundles/org.eclipse.jst.ws.axis2.ui/build.properties
@@ -18,4 +18,8 @@
                .,\
                plugin.properties,\
                plugin.xml,\
-               about.html
+               about.html,\
+               icons/,\
+               about.properties,\
+               about.mappings,\
+               about.ini
diff --git a/bundles/org.eclipse.jst.ws.axis2.ui/icons/WTP_icon_x32_v2.png b/bundles/org.eclipse.jst.ws.axis2.ui/icons/WTP_icon_x32_v2.png
new file mode 100644
index 0000000..6f09c2a
--- /dev/null
+++ b/bundles/org.eclipse.jst.ws.axis2.ui/icons/WTP_icon_x32_v2.png
Binary files differ
diff --git a/bundles/org.eclipse.jst.ws.axis2.ui/plugin.properties b/bundles/org.eclipse.jst.ws.axis2.ui/plugin.properties
index 6db85c9..2d4701b 100644
--- a/bundles/org.eclipse.jst.ws.axis2.ui/plugin.properties
+++ b/bundles/org.eclipse.jst.ws.axis2.ui/plugin.properties
@@ -17,8 +17,8 @@
 
 #
 # Messages in plugin.xml.
-PLUGIN_NAME=Webservice Axis2 UI Plug-in
-PLUGIN_PROVIDER=Eclipse.org
+PLUGIN_NAME=Axis2 Tools
+PLUGIN_PROVIDER=Eclipse Web Tools Platform
 
 # Web Services Preferance Pages
 # Categories
diff --git a/features/org.eclipse.jst.ws.axis2tools.feature/feature.properties b/features/org.eclipse.jst.ws.axis2tools.feature/feature.properties
index 09c7aed..a2d292f 100644
--- a/features/org.eclipse.jst.ws.axis2tools.feature/feature.properties
+++ b/features/org.eclipse.jst.ws.axis2tools.feature/feature.properties
@@ -15,10 +15,10 @@
 # This file should be translated.
 
 # "featureName" property - name of the feature
-featureName=Axis2 Tools (Optional)
+featureName=Axis2 Tools
 
 # "providerName" property - name of the company that provides the feature
-providerName=Eclipse.org
+providerName=Eclipse Web Tools Platform
 
 # "updateSiteName" property - label for the update site
 updateSiteName=The Eclipse Web Tools Platform (WTP) Project update site
diff --git a/features/org.eclipse.jst.ws.axis2tools.feature/feature.xml b/features/org.eclipse.jst.ws.axis2tools.feature/feature.xml
index d8c2349..ec5758a 100644
--- a/features/org.eclipse.jst.ws.axis2tools.feature/feature.xml
+++ b/features/org.eclipse.jst.ws.axis2tools.feature/feature.xml
@@ -4,8 +4,7 @@
       label="%featureName"
       version="1.1.0.qualifier"
       provider-name="%providerName"
-      plugin="org.eclipse.jst"
-      image="eclipse_update_120.jpg">
+      plugin="org.eclipse.jst.ws.axis2.ui">
 
    <description>
       %description
diff --git a/features/org.eclipse.jst.ws.axis2tools_sdk.feature/feature.properties b/features/org.eclipse.jst.ws.axis2tools_sdk.feature/feature.properties
index dcaad6c..c54401c 100644
--- a/features/org.eclipse.jst.ws.axis2tools_sdk.feature/feature.properties
+++ b/features/org.eclipse.jst.ws.axis2tools_sdk.feature/feature.properties
@@ -15,10 +15,10 @@
 # This file should be translated.
 
 # "featureName" property - name of the feature
-featureName=Axis2 Tools (Optional) SDK
+featureName=Axis2 Tools SDK
 
 # "providerName" property - name of the company that provides the feature
-providerName=Eclipse.org
+providerName=Eclipse Web Tools Platform
 
 # "updateSiteName" property - label for the update site
 updateSiteName=The Eclipse Web Tools Platform (WTP) Project update site
diff --git a/features/org.eclipse.jst.ws.axis2tools_sdk.feature/feature.xml b/features/org.eclipse.jst.ws.axis2tools_sdk.feature/feature.xml
index 1d63ba5..4827f0d 100644
--- a/features/org.eclipse.jst.ws.axis2tools_sdk.feature/feature.xml
+++ b/features/org.eclipse.jst.ws.axis2tools_sdk.feature/feature.xml
@@ -3,9 +3,7 @@
       id="org.eclipse.jst.ws.axis2tools_sdk.feature"
       label="%featureName"
       version="1.1.0.qualifier"
-      provider-name="%providerName"
-      plugin="org.eclipse.jst"
-      image="eclipse_update_120.jpg">
+      provider-name="%providerName">
 
    <description>
       %description