| Manifest-Version: 1.0 |
| Bundle-ManifestVersion: 2 |
| Bundle-Name: Axis2 Creation 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 |
| 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 |