Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorkchan2007-10-31 19:28:59 +0000
committerkchan2007-10-31 19:28:59 +0000
commit2f865a0ec219ecc701ab82994d3207c5e5f90bfa (patch)
tree8f4fa4d1d547d528481515f8529a22f073f119db /axis2/bundles
parent7f85639cf1ef5d142b6ae0ca6c97d8cedc770bad (diff)
downloadwebtools.webservices-2f865a0ec219ecc701ab82994d3207c5e5f90bfa.tar.gz
webtools.webservices-2f865a0ec219ecc701ab82994d3207c5e5f90bfa.tar.xz
webtools.webservices-2f865a0ec219ecc701ab82994d3207c5e5f90bfa.zip
[206967] Copy mex-impl and mail JAR when installing Axis2 facet.
Diffstat (limited to 'axis2/bundles')
-rw-r--r--axis2/bundles/org.eclipse.jst.ws.axis2.core/META-INF/MANIFEST.MF2
-rw-r--r--axis2/bundles/org.eclipse.jst.ws.axis2.core/src/org/eclipse/jst/ws/axis2/core/constant/Axis2Constants.java5
2 files changed, 5 insertions, 2 deletions
diff --git a/axis2/bundles/org.eclipse.jst.ws.axis2.core/META-INF/MANIFEST.MF b/axis2/bundles/org.eclipse.jst.ws.axis2.core/META-INF/MANIFEST.MF
index 15b3dea1d..aa4cfb8bd 100644
--- a/axis2/bundles/org.eclipse.jst.ws.axis2.core/META-INF/MANIFEST.MF
+++ b/axis2/bundles/org.eclipse.jst.ws.axis2.core/META-INF/MANIFEST.MF
@@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: %PLUGIN_NAME
Bundle-SymbolicName: org.eclipse.jst.ws.axis2.core;singleton:=true
-Bundle-Version: 1.0.1.qualifier
+Bundle-Version: 1.0.2.qualifier
Bundle-Activator: org.eclipse.jst.ws.axis2.core.plugin.WebServiceAxis2CorePlugin
Bundle-Vendor: %PLUGIN_PROVIDER
Bundle-Localization: plugin
diff --git a/axis2/bundles/org.eclipse.jst.ws.axis2.core/src/org/eclipse/jst/ws/axis2/core/constant/Axis2Constants.java b/axis2/bundles/org.eclipse.jst.ws.axis2.core/src/org/eclipse/jst/ws/axis2/core/constant/Axis2Constants.java
index 7c6a55457..f517250fb 100644
--- a/axis2/bundles/org.eclipse.jst.ws.axis2.core/src/org/eclipse/jst/ws/axis2/core/constant/Axis2Constants.java
+++ b/axis2/bundles/org.eclipse.jst.ws.axis2.core/src/org/eclipse/jst/ws/axis2/core/constant/Axis2Constants.java
@@ -11,6 +11,7 @@
* -------- -------- -----------------------------------------------------------
* 20070824 200515 sandakith@wso2.com - Lahiru Sandakith, NON-NLS move to seperate file
* 20071011 205972 sandakith@wso2.com - Lahiru Sandakith, Axis2 Libraries License files fix
+ * 20071029 206967 sandakith@wso2.com - Lahiru Sandakith
*******************************************************************************/
package org.eclipse.jst.ws.axis2.core.constant;
@@ -83,7 +84,9 @@ public class Axis2Constants {
"woden",
"activation",
"annogen",
- "backport-util"
+ "backport-util",
+ "mex-impl",
+ "mail"
};
}

Back to the top