kchan | 500ffe9 | 2007-04-24 16:40:37 +0000 | [diff] [blame] | 1 | Manifest-Version: 1.0 |
| 2 | Bundle-ManifestVersion: 2 |
kchan | fd23c79 | 2007-05-01 15:31:39 +0000 | [diff] [blame] | 3 | Bundle-Name: %PLUGIN_NAME |
kchan | 500ffe9 | 2007-04-24 16:40:37 +0000 | [diff] [blame] | 4 | Bundle-SymbolicName: org.eclipse.jst.ws.axis2.consumption.core |
kchan | d346795 | 2007-05-16 19:50:10 +0000 | [diff] [blame] | 5 | Bundle-Version: 1.0.0.qualifier |
kchan | 500ffe9 | 2007-04-24 16:40:37 +0000 | [diff] [blame] | 6 | Bundle-Activator: org.eclipse.jst.ws.axis2.consumption.core.plugin.WebServiceAxis2ConsumptionCorePlugin |
| 7 | Bundle-Localization: plugin |
| 8 | Require-Bundle: org.eclipse.ui, |
| 9 | org.eclipse.core.runtime, |
| 10 | org.eclipse.ui.ide, |
| 11 | org.eclipse.core.resources, |
| 12 | org.eclipse.jdt.core, |
| 13 | org.eclipse.wst.ws.parser, |
| 14 | org.eclipse.jst.ws, |
| 15 | org.eclipse.jst.ws.ui, |
| 16 | org.eclipse.jst.ws.consumption, |
| 17 | org.eclipse.jst.ws.consumption.ui, |
| 18 | org.eclipse.wst.ws, |
| 19 | org.eclipse.wst.command.env, |
| 20 | org.eclipse.wst.command.env.core, |
| 21 | org.eclipse.wst.command.env.ui, |
| 22 | org.eclipse.wst.server.core, |
| 23 | org.eclipse.wst.wsdl, |
| 24 | org.eclipse.wst.common.frameworks, |
| 25 | org.eclipse.wst.common.environment, |
| 26 | org.eclipse.jst.ws.axis2.ui, |
| 27 | org.eclipse.jst.ws.axis2.core |
| 28 | Eclipse-LazyStart: true |
| 29 | Export-Package: org.eclipse.jst.ws.axis2.consumption.core.command, |
| 30 | org.eclipse.jst.ws.axis2.consumption.core.data, |
| 31 | org.eclipse.jst.ws.axis2.consumption.core.messages, |
| 32 | org.eclipse.jst.ws.axis2.consumption.core.plugin, |
| 33 | org.eclipse.jst.ws.axis2.consumption.core.utils, |
| 34 | org.eclipse.jst.ws.axis2.creation.core.data |
| 35 | Bundle-RequiredExecutionEnvironment: J2SE-1.5 |
kchan | fd23c79 | 2007-05-01 15:31:39 +0000 | [diff] [blame] | 36 | Bundle-Vendor: %PLUGIN_PROVIDER |