deboer | 7d78b90 | 2005-04-15 21:05:21 +0000 | [diff] [blame] | 1 | Manifest-Version: 1.0 |
| 2 | Bundle-ManifestVersion: 2 |
| 3 | Bundle-Name: %pluginName |
| 4 | Bundle-SymbolicName: org.eclipse.wst.server.core; singleton:=true |
| 5 | Bundle-Version: 1.0.0 |
deboer | bbda439 | 2005-04-17 23:37:32 +0000 | [diff] [blame^] | 6 | Bundle-ClassPath: servercore.jar |
deboer | 7d78b90 | 2005-04-15 21:05:21 +0000 | [diff] [blame] | 7 | Bundle-Activator: org.eclipse.wst.server.core.internal.ServerPlugin |
| 8 | Bundle-Vendor: %providerName |
| 9 | Bundle-Localization: plugin |
| 10 | Export-Package: org.eclipse.wst.server.core, |
| 11 | org.eclipse.wst.server.core.internal, |
| 12 | org.eclipse.wst.server.core.model, |
| 13 | org.eclipse.wst.server.core.util |
| 14 | Require-Bundle: org.eclipse.core.runtime, |
| 15 | org.eclipse.core.resources, |
| 16 | org.eclipse.core.expressions, |
| 17 | org.eclipse.debug.core |
| 18 | Eclipse-AutoStart: true |