[165664] Axis2:  Integrate Apache Axis 2 into WTP.
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
new file mode 100644
index 0000000..3d5e7e7
--- /dev/null
+++ b/bundles/org.eclipse.jst.ws.axis2.creation.core/META-INF/MANIFEST.MF
@@ -0,0 +1,29 @@
+Manifest-Version: 1.0
+Bundle-ManifestVersion: 2
+Bundle-Name: Core Plug-in
+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
+Bundle-Localization: plugin
+Require-Bundle: org.eclipse.core.runtime,
+ org.eclipse.core.resources,
+ org.eclipse.wst.command.env,
+ org.eclipse.wst.common.frameworks,
+ org.eclipse.wst.ws,
+ org.eclipse.wst.common.frameworks.ui,
+ org.eclipse.wst.command.env.core,
+ org.eclipse.wst.command.env.ui,
+ org.eclipse.wst.command.env.infopop,
+ org.eclipse.core.commands,
+ org.eclipse.wst.common.environment,
+ org.eclipse.jst.ws,
+ org.eclipse.jdt.core,
+ org.eclipse.jst.ws.axis2.consumption.core,
+ org.eclipse.jst.ws.axis2.core,
+ org.apache.ant
+Eclipse-LazyStart: true
+Export-Package: org.eclipse.jst.ws.axis2.creation.core.command,
+ org.eclipse.jst.ws.axis2.creation.core.messages,
+ org.eclipse.jst.ws.axis2.creation.core.plugin,
+ org.eclipse.jst.ws.axis2.creation.core.utils
+Bundle-RequiredExecutionEnvironment: J2SE-1.5