| Manifest-Version: 1.0 | 
 | Bundle-ManifestVersion: 2 | 
 | Bundle-Name: Mylyn Commons Notifications Tests | 
 | Bundle-SymbolicName: org.eclipse.mylyn.commons.notifications.tests;singleton:=true | 
 | Bundle-Version: 1.8.0.qualifier | 
 | Bundle-Vendor: Eclipse Mylyn | 
 | Require-Bundle: org.eclipse.core.runtime, | 
 |  org.junit;bundle-version="4.8.2", | 
 |  org.eclipse.mylyn.commons.core, | 
 |  org.eclipse.mylyn.commons.sdk.util, | 
 |  org.eclipse.mylyn.commons.notifications.core, | 
 |  org.eclipse.mylyn.commons.notifications.feed | 
 | Export-Package: org.eclipse.mylyn.commons.notifications.tests;x-internal:=true, | 
 |  org.eclipse.mylyn.commons.notifications.tests.core;x-internal:=true, | 
 |  org.eclipse.mylyn.commons.notifications.tests.feed;x-internal:=true | 
 | Bundle-RequiredExecutionEnvironment: JavaSE-1.7 |