| Manifest-Version: 1.0 |
| Bundle-ManifestVersion: 2 |
| Bundle-Name: %pluginName |
| Bundle-SymbolicName: org.eclipse.wst.server.http.core;singleton:=true |
| Bundle-Version: 1.0.300.qualifier |
| Bundle-Activator: org.eclipse.wst.server.http.core.internal.HttpCorePlugin |
| Bundle-Vendor: %providerName |
| Bundle-Localization: plugin |
| Export-Package: org.eclipse.wst.server.http.core.internal;x-friends:="org.eclipse.wst.server.http.ui", |
| org.eclipse.wst.server.http.core.internal.command;x-friends:="org.eclipse.wst.server.http.ui" |
| Require-Bundle: org.eclipse.core.runtime;bundle-version="[3.2.0,4.0.0)", |
| org.eclipse.core.resources;bundle-version="[3.2.0,4.0.0)", |
| org.eclipse.core.commands;bundle-version="[3.2.0,4.0.0)", |
| org.eclipse.wst.server.core;bundle-version="[1.0.204,2.0.0)" |
| Bundle-ActivationPolicy: lazy |
| Bundle-RequiredExecutionEnvironment: J2SE-1.5 |