| Manifest-Version: 1.0 | 
 | Bundle-ManifestVersion: 2 | 
 | Bundle-Name: %pluginName | 
 | Bundle-SymbolicName: org.eclipse.wst.internet.monitor.core; singleton:=true | 
 | Bundle-Version: 1.0.303.qualifier | 
 | Bundle-Activator: org.eclipse.wst.internet.monitor.core.internal.MonitorPlugin | 
 | Bundle-Vendor: %providerName | 
 | Bundle-Localization: plugin | 
 | Export-Package: org.eclipse.wst.internet.monitor.core.internal;x-friends:="org.eclipse.wst.internet.monitor.ui", | 
 |  org.eclipse.wst.internet.monitor.core.internal.http;x-friends:="org.eclipse.wst.internet.monitor.ui", | 
 |  org.eclipse.wst.internet.monitor.core.internal.provisional;x-friends:="org.eclipse.wst.internet.monitor.ui" | 
 | Require-Bundle: org.eclipse.core.runtime;bundle-version="[3.2.0,4.0.0)" | 
 | Bundle-ActivationPolicy: lazy | 
 | Bundle-RequiredExecutionEnvironment: J2SE-1.5 |