kchan | 67073ce | 2007-04-24 17:02:35 +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 | 67073ce | 2007-04-24 17:02:35 +0000 | [diff] [blame] | 4 | Bundle-SymbolicName: org.eclipse.jst.ws.axis2.ui;singleton:=true |
kchan | 2b58418 | 2007-08-08 20:22:04 +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.ui.plugin.WebServiceAxis2UIPlugin |
kchan | fd23c79 | 2007-05-01 15:31:39 +0000 | [diff] [blame] | 7 | Bundle-Vendor: %PLUGIN_PROVIDER |
kchan | 67073ce | 2007-04-24 17:02:35 +0000 | [diff] [blame] | 8 | Bundle-Localization: plugin |
| 9 | Require-Bundle: org.eclipse.ui, |
| 10 | org.eclipse.core.runtime, |
| 11 | org.eclipse.jst.ws.axis2.core, |
| 12 | org.eclipse.jst.ws, |
| 13 | org.eclipse.jst.ws.ui |
| 14 | Eclipse-LazyStart: true |
| 15 | Export-Package: org.eclipse.jst.ws.axis2.ui.plugin, |
| 16 | org.eclipse.jst.ws.internal.axis2.consumption.ui.preferences |
| 17 | Bundle-RequiredExecutionEnvironment: J2SE-1.5 |