kchan | 67073ce | 2007-04-24 17:02:35 +0000 | [diff] [blame] | 1 | Manifest-Version: 1.0 |
| 2 | Bundle-ManifestVersion: 2 |
| 3 | Bundle-Name: %PLUGIN_NAME |
| 4 | Bundle-SymbolicName: org.eclipse.jst.ws.axis2.core;singleton:=true |
kchan | d346795 | 2007-05-16 19:50:10 +0000 | [diff] [blame] | 5 | Bundle-Version: 1.0.0.qualifier |
kchan | 67073ce | 2007-04-24 17:02:35 +0000 | [diff] [blame] | 6 | Bundle-Activator: org.eclipse.jst.ws.axis2.core.plugin.WebServiceAxis2CorePlugin |
| 7 | Bundle-Vendor: %PLUGIN_PROVIDER |
| 8 | Bundle-Localization: plugin |
| 9 | Require-Bundle: org.eclipse.core.runtime, |
| 10 | org.eclipse.core.resources, |
| 11 | org.apache.ant, |
| 12 | org.eclipse.ui, |
| 13 | org.eclipse.wst.common.project.facet.core, |
| 14 | org.eclipse.wst.common.project.facet.ui, |
| 15 | org.eclipse.wst.common.modulecore, |
| 16 | org.eclipse.jst.j2ee.web, |
| 17 | org.eclipse.jst.j2ee, |
| 18 | org.eclipse.jst.j2ee.core, |
| 19 | org.eclipse.emf.common, |
| 20 | org.eclipse.emf.ecore, |
| 21 | org.eclipse.jem, |
| 22 | org.eclipse.wst.command.env, |
| 23 | org.eclipse.wst.command.env.core, |
| 24 | org.eclipse.jst.ws, |
| 25 | org.eclipse.wst.common.environment, |
| 26 | org.eclipse.wst.common.frameworks, |
| 27 | org.eclipse.wst.common.frameworks.ui, |
| 28 | org.eclipse.wst.command.env.ui |
| 29 | Eclipse-LazyStart: true |
| 30 | Export-Package: org.eclipse.jst.ws.axis2.core.context, |
| 31 | org.eclipse.jst.ws.axis2.core.plugin, |
| 32 | org.eclipse.jst.ws.axis2.core.plugin.data, |
| 33 | org.eclipse.jst.ws.axis2.core.plugin.messages, |
| 34 | org.eclipse.jst.ws.axis2.core.utils |
| 35 | Bundle-RequiredExecutionEnvironment: J2SE-1.5 |