Skip to main content
summaryrefslogtreecommitdiffstats
blob: 33fccd2665ec405b79a3b38d0fede8687a647003 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: Tests
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

Back to the top