Skip to main content
summaryrefslogtreecommitdiffstats
blob: 36d52ac4e59e4f098e4d0e42641bffdbb40480cf (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: %Bundle-Name
Bundle-SymbolicName: org.eclipse.mylyn.oslc.tests
Bundle-Version: 0.0.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
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