Skip to main content
summaryrefslogtreecommitdiffstats
blob: 92b45a4ae8022a38668a9b9fafe2392471b32a4a (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
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.0.0.qualifier
Bundle-Vendor: Eclipse Mylyn
Require-Bundle: org.eclipse.core.runtime,
 org.junit,
 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: J2SE-1.5
Import-Package: com.sun.syndication.feed;version="0.9.0",
 com.sun.syndication.feed.module;version="0.9.0",
 com.sun.syndication.feed.synd;version="0.9.0",
 com.sun.syndication.io;version="0.9.0",
 org.apache.commons.httpclient;version="[3.1.0,4.0.0)",
 org.jdom;version="1.0.0"

Back to the top