Skip to main content
summaryrefslogtreecommitdiffstats
blob: 3be838876f4771317226342c4e13e6e37839ca9d (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.9.0.qualifier
Require-Bundle: org.junit;bundle-version="4.8.2",
 org.eclipse.core.runtime,
 org.eclipse.mylyn.commons.core,
 org.eclipse.mylyn.commons.net,
 org.eclipse.mylyn.commons.sdk.util,
 org.eclipse.mylyn.oslc.core,
 org.eclipse.mylyn.oslc.ui,
 org.eclipse.mylyn.tasks.core,
 org.eclipse.mylyn.tests.util,
 org.jdom
Bundle-RequiredExecutionEnvironment: JavaSE-1.6
Export-Package: org.eclipse.mylyn.oslc.cm.tests;x-internal:=true
Bundle-Localization: plugin
Bundle-Vendor: %Bundle-Vendor

Back to the top