kchan | 67073ce | 2007-04-24 17:02:35 +0000 | [diff] [blame^] | 1 | Manifest-Version: 1.0 |
| 2 | Bundle-ManifestVersion: 2 |
| 3 | Bundle-Name: Core Plug-in |
| 4 | Bundle-SymbolicName: org.eclipse.jst.ws.axis2.creation.core |
| 5 | Bundle-Version: 1.0.0 |
| 6 | Bundle-Activator: org.eclipse.jst.ws.axis2.creation.core.plugin.WebServiceAxis2CreationCorePlugin |
| 7 | Bundle-Localization: plugin |
| 8 | Require-Bundle: org.eclipse.core.runtime, |
| 9 | org.eclipse.core.resources, |
| 10 | org.eclipse.wst.command.env, |
| 11 | org.eclipse.wst.common.frameworks, |
| 12 | org.eclipse.wst.ws, |
| 13 | org.eclipse.wst.common.frameworks.ui, |
| 14 | org.eclipse.wst.command.env.core, |
| 15 | org.eclipse.wst.command.env.ui, |
| 16 | org.eclipse.wst.command.env.infopop, |
| 17 | org.eclipse.core.commands, |
| 18 | org.eclipse.wst.common.environment, |
| 19 | org.eclipse.jst.ws, |
| 20 | org.eclipse.jdt.core, |
| 21 | org.eclipse.jst.ws.axis2.consumption.core, |
| 22 | org.eclipse.jst.ws.axis2.core, |
| 23 | org.apache.ant |
| 24 | Eclipse-LazyStart: true |
| 25 | Export-Package: org.eclipse.jst.ws.axis2.creation.core.command, |
| 26 | org.eclipse.jst.ws.axis2.creation.core.messages, |
| 27 | org.eclipse.jst.ws.axis2.creation.core.plugin, |
| 28 | org.eclipse.jst.ws.axis2.creation.core.utils |
| 29 | Bundle-RequiredExecutionEnvironment: J2SE-1.5 |