Skip to main content
summaryrefslogtreecommitdiffstats
blob: 446971bcf4d9605355054185663f43eceb6b8c42 (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: Mylyn Tasks Framework Tests
Bundle-SymbolicName: org.eclipse.mylyn.tasks.ui.tests;singleton:=true
Bundle-Version: 3.20.1.qualifier
Bundle-Vendor: Eclipse Mylyn
Fragment-Host: org.eclipse.mylyn.tasks.ui
Bundle-RequiredExecutionEnvironment: JavaSE-1.8
Require-Bundle: org.junit;bundle-version="4.8.2",
 org.mockito;bundle-version="[1.8.4,2.0.0)",
 org.objenesis;bundle-version="[1.0.0,2.0.0)",
 org.hamcrest;bundle-version="[1.0.0,2.0.0)",
 org.eclipse.equinox.security,
 org.eclipse.mylyn.tasks.core,
 org.eclipse.mylyn.tasks.tests
Export-Package: org.eclipse.mylyn.internal.tasks.ui.editors;x-internal:=true,
 org.eclipse.mylyn.tasks.ui.editors,
 org.eclipse.mylyn.tasks.ui.wizards

Back to the top