Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--axis2/bundles/org.eclipse.jst.ws.axis2.consumption.core/META-INF/MANIFEST.MF3
-rw-r--r--axis2/bundles/org.eclipse.jst.ws.axis2.consumption.core/plugin.properties19
-rw-r--r--axis2/bundles/org.eclipse.jst.ws.axis2.consumption.ui/plugin.properties3
-rw-r--r--axis2/bundles/org.eclipse.jst.ws.axis2.core/plugin.properties5
-rw-r--r--axis2/bundles/org.eclipse.jst.ws.axis2.creation.core/META-INF/MANIFEST.MF3
-rw-r--r--axis2/bundles/org.eclipse.jst.ws.axis2.creation.core/plugin.properties19
-rw-r--r--axis2/bundles/org.eclipse.jst.ws.axis2.creation.ui/META-INF/MANIFEST.MF3
-rw-r--r--axis2/bundles/org.eclipse.jst.ws.axis2.creation.ui/plugin.properties9
-rw-r--r--axis2/bundles/org.eclipse.jst.ws.axis2.ui/META-INF/MANIFEST.MF4
-rw-r--r--axis2/bundles/org.eclipse.jst.ws.axis2.ui/plugin.properties5
10 files changed, 61 insertions, 12 deletions
diff --git a/axis2/bundles/org.eclipse.jst.ws.axis2.consumption.core/META-INF/MANIFEST.MF b/axis2/bundles/org.eclipse.jst.ws.axis2.consumption.core/META-INF/MANIFEST.MF
index d986201ba..dd174565f 100644
--- a/axis2/bundles/org.eclipse.jst.ws.axis2.consumption.core/META-INF/MANIFEST.MF
+++ b/axis2/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 @@ Export-Package: org.eclipse.jst.ws.axis2.consumption.core.command,
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/axis2/bundles/org.eclipse.jst.ws.axis2.consumption.core/plugin.properties b/axis2/bundles/org.eclipse.jst.ws.axis2.consumption.core/plugin.properties
index e69de29bb..527f6e855 100644
--- a/axis2/bundles/org.eclipse.jst.ws.axis2.consumption.core/plugin.properties
+++ b/axis2/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/axis2/bundles/org.eclipse.jst.ws.axis2.consumption.ui/plugin.properties b/axis2/bundles/org.eclipse.jst.ws.axis2.consumption.ui/plugin.properties
index 47a8c2e56..f03ca7464 100644
--- a/axis2/bundles/org.eclipse.jst.ws.axis2.consumption.ui/plugin.properties
+++ b/axis2/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/axis2/bundles/org.eclipse.jst.ws.axis2.core/plugin.properties b/axis2/bundles/org.eclipse.jst.ws.axis2.core/plugin.properties
index 7695ba6bd..e7b128280 100644
--- a/axis2/bundles/org.eclipse.jst.ws.axis2.core/plugin.properties
+++ b/axis2/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_CORE_DISCRIPTION=Prepare the Project for Web Services generation thr
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/axis2/bundles/org.eclipse.jst.ws.axis2.creation.core/META-INF/MANIFEST.MF b/axis2/bundles/org.eclipse.jst.ws.axis2.creation.core/META-INF/MANIFEST.MF
index c771e1800..fd78b461b 100644
--- a/axis2/bundles/org.eclipse.jst.ws.axis2.creation.core/META-INF/MANIFEST.MF
+++ b/axis2/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 @@ Export-Package: org.eclipse.jst.ws.axis2.creation.core.command,
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/axis2/bundles/org.eclipse.jst.ws.axis2.creation.core/plugin.properties b/axis2/bundles/org.eclipse.jst.ws.axis2.creation.core/plugin.properties
new file mode 100644
index 000000000..e8994a9d2
--- /dev/null
+++ b/axis2/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/axis2/bundles/org.eclipse.jst.ws.axis2.creation.ui/META-INF/MANIFEST.MF b/axis2/bundles/org.eclipse.jst.ws.axis2.creation.ui/META-INF/MANIFEST.MF
index 381d08411..b5315a1b0 100644
--- a/axis2/bundles/org.eclipse.jst.ws.axis2.creation.ui/META-INF/MANIFEST.MF
+++ b/axis2/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 @@ Export-Package: org.eclipse.jst.ws.internal.axis2.creation.ui.widgets.bean,
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/axis2/bundles/org.eclipse.jst.ws.axis2.creation.ui/plugin.properties b/axis2/bundles/org.eclipse.jst.ws.axis2.creation.ui/plugin.properties
index 8078b323d..211833428 100644
--- a/axis2/bundles/org.eclipse.jst.ws.axis2.creation.ui/plugin.properties
+++ b/axis2/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/axis2/bundles/org.eclipse.jst.ws.axis2.ui/META-INF/MANIFEST.MF b/axis2/bundles/org.eclipse.jst.ws.axis2.ui/META-INF/MANIFEST.MF
index 27f1398a8..cdcf232a2 100644
--- a/axis2/bundles/org.eclipse.jst.ws.axis2.ui/META-INF/MANIFEST.MF
+++ b/axis2/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/axis2/bundles/org.eclipse.jst.ws.axis2.ui/plugin.properties b/axis2/bundles/org.eclipse.jst.ws.axis2.ui/plugin.properties
index a30093d47..6a63c1116 100644
--- a/axis2/bundles/org.eclipse.jst.ws.axis2.ui/plugin.properties
+++ b/axis2/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

Back to the top