[184617] Provide plugin details.
diff --git a/bundles/org.eclipse.jst.ws.axis2.consumption.core/META-INF/MANIFEST.MF b/bundles/org.eclipse.jst.ws.axis2.consumption.core/META-INF/MANIFEST.MF
index d986201..dd17456 100644
--- a/bundles/org.eclipse.jst.ws.axis2.consumption.core/META-INF/MANIFEST.MF
+++ b/bundles/org.eclipse.jst.ws.axis2.consumption.core/META-INF/MANIFEST.MF
@@ -1,6 +1,6 @@
 Manifest-Version: 1.0
 Bundle-ManifestVersion: 2
-Bundle-Name: Axis2 Consumption Core Plug-in
+Bundle-Name: %PLUGIN_NAME
 Bundle-SymbolicName: org.eclipse.jst.ws.axis2.consumption.core
 Bundle-Version: 1.0.0
 Bundle-Activator: org.eclipse.jst.ws.axis2.consumption.core.plugin.WebServiceAxis2ConsumptionCorePlugin
@@ -33,3 +33,4 @@
  org.eclipse.jst.ws.axis2.consumption.core.utils,
  org.eclipse.jst.ws.axis2.creation.core.data
 Bundle-RequiredExecutionEnvironment: J2SE-1.5
+Bundle-Vendor: %PLUGIN_PROVIDER
diff --git a/bundles/org.eclipse.jst.ws.axis2.consumption.core/plugin.properties b/bundles/org.eclipse.jst.ws.axis2.consumption.core/plugin.properties
index e69de29..527f6e8 100644
--- a/bundles/org.eclipse.jst.ws.axis2.consumption.core/plugin.properties
+++ b/bundles/org.eclipse.jst.ws.axis2.consumption.core/plugin.properties
@@ -0,0 +1,19 @@
+###############################################################################
+# Copyright (c) 2007 WSO2 Inc. 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:
+# WSO2 Inc. - initial API and implementation
+# yyyymmdd bug      Email and other contact information
+# -------- -------- -----------------------------------------------------------
+# 20070501   184617 sandakith@wso2.com - Lahiru Sandakith, Provide plugin details
+###############################################################################
+
+#
+# Messages in plugin.xml.
+#
+PLUGIN_NAME=Webservice Axis2 Consumption Core Plug-in
+PLUGIN_PROVIDER=WSO2
diff --git a/bundles/org.eclipse.jst.ws.axis2.consumption.ui/plugin.properties b/bundles/org.eclipse.jst.ws.axis2.consumption.ui/plugin.properties
index 47a8c2e..f03ca74 100644
--- a/bundles/org.eclipse.jst.ws.axis2.consumption.ui/plugin.properties
+++ b/bundles/org.eclipse.jst.ws.axis2.consumption.ui/plugin.properties
@@ -10,13 +10,14 @@
 # yyyymmdd bug      Email and other contact information
 # -------- -------- -----------------------------------------------------------
 # 20070118   168762 sandakith@wso2.com - Lahiru Sandakith, Initial code to introduse the Axis2 runtime to the framework for 168762
+# 20070501   184617 sandakith@wso2.com - Lahiru Sandakith, Provide plugin details
 ###############################################################################
 #
 
 #
 # Messages in plugin.xml.
 #
-PLUGIN_NAME=Webservice Axis2 Consumption UI
+PLUGIN_NAME=Webservice Axis2 Consumption UI Plug-in
 PLUGIN_PROVIDER=WSO2
 
 WEBSERVICECLIENTTYPE_NAME_JAVA_AXIS=Java proxy
diff --git a/bundles/org.eclipse.jst.ws.axis2.core/plugin.properties b/bundles/org.eclipse.jst.ws.axis2.core/plugin.properties
index 7695ba6..e7b1282 100644
--- a/bundles/org.eclipse.jst.ws.axis2.core/plugin.properties
+++ b/bundles/org.eclipse.jst.ws.axis2.core/plugin.properties
@@ -11,13 +11,14 @@
 # -------- -------- -----------------------------------------------------------
 # 20070405   168762 sandakith@wso2.com - Lahiru Sandakith, Initial code to 
 #					introduse the Axis2 runtime to the framework for 168762
+# 20070501   184617 sandakith@wso2.com - Lahiru Sandakith, Provide plugin details
 ###############################################################################
 #
 
 #
 # Messages in plugin.xml.
 #
-PLUGIN_NAME=Axis2 Core Plug-in
+PLUGIN_NAME=Webservice Axis2 Core Plug-in
 PLUGIN_PROVIDER=WSO2
 
 AXIS2_CATOGERY_LABEL=Axis2 Web Services
@@ -28,4 +29,4 @@
 
 
 AXIS2_FACET_EXT_LABEL=Axis2 Web Services Extensions
-AXIS2_FACET_EXT_DISCRIPTION=Prepare the Project for additional Web services support with the Axis2 Web services runtime.
\ No newline at end of file
+AXIS2_FACET_EXT_DISCRIPTION=Prepare the Project for additional Web services support with the Axis2 Web services runtime.
diff --git a/bundles/org.eclipse.jst.ws.axis2.creation.core/META-INF/MANIFEST.MF b/bundles/org.eclipse.jst.ws.axis2.creation.core/META-INF/MANIFEST.MF
index c771e18..fd78b46 100644
--- a/bundles/org.eclipse.jst.ws.axis2.creation.core/META-INF/MANIFEST.MF
+++ b/bundles/org.eclipse.jst.ws.axis2.creation.core/META-INF/MANIFEST.MF
@@ -1,6 +1,6 @@
 Manifest-Version: 1.0
 Bundle-ManifestVersion: 2
-Bundle-Name: Axis2 Creation Core Plug-in
+Bundle-Name: %PLUGIN_NAME
 Bundle-SymbolicName: org.eclipse.jst.ws.axis2.creation.core
 Bundle-Version: 1.0.0
 Bundle-Activator: org.eclipse.jst.ws.axis2.creation.core.plugin.WebServiceAxis2CreationCorePlugin
@@ -26,3 +26,4 @@
  org.eclipse.jst.ws.axis2.creation.core.plugin,
  org.eclipse.jst.ws.axis2.creation.core.utils
 Bundle-RequiredExecutionEnvironment: J2SE-1.5
+Bundle-Vendor: %PLUGIN_PROVIDER
diff --git a/bundles/org.eclipse.jst.ws.axis2.creation.core/plugin.properties b/bundles/org.eclipse.jst.ws.axis2.creation.core/plugin.properties
new file mode 100644
index 0000000..e8994a9
--- /dev/null
+++ b/bundles/org.eclipse.jst.ws.axis2.creation.core/plugin.properties
@@ -0,0 +1,19 @@
+###############################################################################
+# Copyright (c) 2007 WSO2 Inc. 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:
+# WSO2 Inc. - initial API and implementation
+# yyyymmdd bug      Email and other contact information
+# -------- -------- -----------------------------------------------------------
+# 20070501   184617 sandakith@wso2.com - Lahiru Sandakith, Provide plugin details
+###############################################################################
+
+#
+# Messages in plugin.xml.
+#
+PLUGIN_NAME=Webservice Axis2 Creation Core Plug-in
+PLUGIN_PROVIDER=WSO2
diff --git a/bundles/org.eclipse.jst.ws.axis2.creation.ui/META-INF/MANIFEST.MF b/bundles/org.eclipse.jst.ws.axis2.creation.ui/META-INF/MANIFEST.MF
index 381d084..b5315a1 100644
--- a/bundles/org.eclipse.jst.ws.axis2.creation.ui/META-INF/MANIFEST.MF
+++ b/bundles/org.eclipse.jst.ws.axis2.creation.ui/META-INF/MANIFEST.MF
@@ -1,6 +1,6 @@
 Manifest-Version: 1.0
 Bundle-ManifestVersion: 2
-Bundle-Name: Axis2 Creation Ui Plug-in
+Bundle-Name: %PLUGIN_NAME
 Bundle-SymbolicName: org.eclipse.jst.ws.axis2.creation.ui;singleton:=true
 Bundle-Version: 1.0.0
 Bundle-Activator: org.eclipse.jst.ws.internal.axis2.creation.ui.plugin.WebServiceAxis2CreationUIPlugin
@@ -27,3 +27,4 @@
  org.eclipse.jst.ws.internal.axis2.creation.ui.widgets.skeleton,
  org.eclipse.jst.ws.internal.axis2.creation.ui.wsrt
 Bundle-RequiredExecutionEnvironment: J2SE-1.5
+Bundle-Vendor: %PLUGIN_PROVIDER
diff --git a/bundles/org.eclipse.jst.ws.axis2.creation.ui/plugin.properties b/bundles/org.eclipse.jst.ws.axis2.creation.ui/plugin.properties
index 8078b32..2118334 100644
--- a/bundles/org.eclipse.jst.ws.axis2.creation.ui/plugin.properties
+++ b/bundles/org.eclipse.jst.ws.axis2.creation.ui/plugin.properties
@@ -1,18 +1,21 @@
 ###############################################################################
-# Copyright (c) 2006, 2007 IBM Corporation and others.
+# Copyright (c) 2007 WSO2 Inc. 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
+# WSO2 Inc. - initial API and implementation
 # yyyymmdd bug      Email and other contact information
 # -------- -------- -----------------------------------------------------------
-# 20070110   168762 sandakith@wso2.com - Lahiru Sandakith, Initial code to introduse the Axis2 runtime to the framework for 168762
+# 20070501   184617 sandakith@wso2.com - Lahiru Sandakith, Provide plugin details
 ###############################################################################
 
 #
 # Messages in plugin.xml.
 #
+PLUGIN_NAME=Webservice Axis2 Creation UI Plug-in
+PLUGIN_PROVIDER=WSO2
+
 LABEL_RUNTIME_AXIS_2=Apache Axis2
diff --git a/bundles/org.eclipse.jst.ws.axis2.ui/META-INF/MANIFEST.MF b/bundles/org.eclipse.jst.ws.axis2.ui/META-INF/MANIFEST.MF
index 27f1398..cdcf232 100644
--- a/bundles/org.eclipse.jst.ws.axis2.ui/META-INF/MANIFEST.MF
+++ b/bundles/org.eclipse.jst.ws.axis2.ui/META-INF/MANIFEST.MF
@@ -1,10 +1,10 @@
 Manifest-Version: 1.0
 Bundle-ManifestVersion: 2
-Bundle-Name: Axis2 Ui Plug-in
+Bundle-Name: %PLUGIN_NAME
 Bundle-SymbolicName: org.eclipse.jst.ws.axis2.ui;singleton:=true
 Bundle-Version: 1.0.0
 Bundle-Activator: org.eclipse.jst.ws.axis2.ui.plugin.WebServiceAxis2UIPlugin
-Bundle-Vendor: WSO2
+Bundle-Vendor: %PLUGIN_PROVIDER
 Bundle-Localization: plugin
 Require-Bundle: org.eclipse.ui,
  org.eclipse.core.runtime,
diff --git a/bundles/org.eclipse.jst.ws.axis2.ui/plugin.properties b/bundles/org.eclipse.jst.ws.axis2.ui/plugin.properties
index a30093d..6a63c11 100644
--- a/bundles/org.eclipse.jst.ws.axis2.ui/plugin.properties
+++ b/bundles/org.eclipse.jst.ws.axis2.ui/plugin.properties
@@ -10,12 +10,15 @@
 # yyyymmdd bug      Email and other contact information
 # -------- -------- -----------------------------------------------------------
 # 20070118   168762 sandakith@wso2.com - Lahiru Sandakith, Initial code to introduse the Axis2 runtime to the framework for 168762
+# 20070501   184617 sandakith@wso2.com - Lahiru Sandakith, Provide plugin details
 ###############################################################################
 #
 
 #
 # Messages in plugin.xml.
+PLUGIN_NAME=Webservice Axis2 UI Plug-in
+PLUGIN_PROVIDER=WSO2
+
 # Web Services Preferance Pages
-#
 # Categories
 PREFERENCE_CATEGORY_AXIS2_RUNTIME=Axis2 Preferences