Skip to main content
summaryrefslogtreecommitdiffstats
blob: 1a72901ec196b323377509015413660aea87a226 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: %Bundle-Name
Bundle-SymbolicName: org.eclipse.mylyn.oslc.tests;singleton:=true
Bundle-Version: 3.7.0.qualifier
Require-Bundle: org.eclipse.core.runtime,
 org.junit,
 org.eclipse.mylyn.commons.core,
 org.eclipse.mylyn.tasks.core,
 org.eclipse.mylyn.commons.net,
 org.jdom,
 org.eclipse.mylyn.commons.tests,
 org.eclipse.mylyn.oslc.ui,
 org.eclipse.mylyn.oslc.core,
 org.eclipse.mylyn.tests.util;bundle-version="0.0.0"
Bundle-RequiredExecutionEnvironment: J2SE-1.5
Export-Package: org.eclipse.mylyn.oslc.cm.tests;x-internal:=true
Bundle-Localization: plugin
Bundle-Vendor: %Bundle-Provider

Back to the top