Skip to main content
summaryrefslogtreecommitdiffstats
blob: 212627eb42a33699a4a755967bec7edc4729bf7b (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.8.0.qualifier
Require-Bundle: org.junit,
 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: J2SE-1.5
Export-Package: org.eclipse.mylyn.oslc.cm.tests;x-internal:=true
Bundle-Localization: plugin
Bundle-Vendor: %Bundle-Vendor

Back to the top