blob: 5f06d1ef20c924407c6c00a542b24758d05e9749 [file] [log] [blame]
deboer548800e2007-03-21 02:55:33 +00001Manifest-Version: 1.0
2Bundle-ManifestVersion: 2
3Bundle-Name: %pluginName
4Bundle-SymbolicName: org.eclipse.wst.server.http.core;singleton:=true
5Bundle-Version: 1.0.0.qualifier
6Bundle-Activator: org.eclipse.wst.server.http.core.internal.HttpCorePlugin
7Bundle-Vendor: %providerName
8Bundle-Localization: plugin
9Export-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"
11Require-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)",
deboer85a66fc2007-05-09 15:53:51 +000014 org.eclipse.wst.server.core;bundle-version="[1.0.204,2.0.0)"
deboer548800e2007-03-21 02:55:33 +000015Eclipse-LazyStart: true
16Bundle-RequiredExecutionEnvironment: J2SE-1.4