deboer | 548800e | 2007-03-21 02:55:33 +0000 | [diff] [blame] | 1 | Manifest-Version: 1.0 |
| 2 | Bundle-ManifestVersion: 2 |
| 3 | Bundle-Name: %pluginName |
| 4 | Bundle-SymbolicName: org.eclipse.wst.server.http.core;singleton:=true |
Steven Hung | 4f525cd | 2013-09-18 16:39:59 -0400 | [diff] [blame^] | 5 | Bundle-Version: 1.0.300.qualifier |
deboer | 548800e | 2007-03-21 02:55:33 +0000 | [diff] [blame] | 6 | Bundle-Activator: org.eclipse.wst.server.http.core.internal.HttpCorePlugin |
| 7 | Bundle-Vendor: %providerName |
| 8 | Bundle-Localization: plugin |
| 9 | Export-Package: org.eclipse.wst.server.http.core.internal;x-friends:="org.eclipse.wst.server.http.ui", |
| 10 | org.eclipse.wst.server.http.core.internal.command;x-friends:="org.eclipse.wst.server.http.ui" |
| 11 | Require-Bundle: org.eclipse.core.runtime;bundle-version="[3.2.0,4.0.0)", |
| 12 | org.eclipse.core.resources;bundle-version="[3.2.0,4.0.0)", |
| 13 | org.eclipse.core.commands;bundle-version="[3.2.0,4.0.0)", |
deboer | 85a66fc | 2007-05-09 15:53:51 +0000 | [diff] [blame] | 14 | org.eclipse.wst.server.core;bundle-version="[1.0.204,2.0.0)" |
deboer | 4c4d581 | 2008-03-24 22:45:00 +0000 | [diff] [blame] | 15 | Bundle-ActivationPolicy: lazy |
deboer | d23babc | 2007-08-29 14:26:11 +0000 | [diff] [blame] | 16 | Bundle-RequiredExecutionEnvironment: J2SE-1.5 |