Skip to main content
summaryrefslogtreecommitdiffstats
blob: 1af197fc81fbca28a6680cb56407f4aa4969234e (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: Tasks Activity
Bundle-SymbolicName: org.eclipse.mylyn.tasks.activity.tests
Bundle-Version: 3.20.0.qualifier
Bundle-Vendor: Eclipse Mylyn
Bundle-RequiredExecutionEnvironment: JavaSE-1.8
Require-Bundle: org.junit;bundle-version="4.8.2",
 org.eclipse.core.runtime,
 org.eclipse.mylyn.commons.core,
 org.eclipse.mylyn.commons.sdk.util,
 org.eclipse.jface,
 org.eclipse.mylyn.tasks.core,
 org.eclipse.mylyn.tasks.activity.core,
 org.eclipse.mylyn.tasks.activity.ui,
 org.eclipse.mylyn.tasks.index.core;bundle-version="3.9.0",
 org.eclipse.mylyn.tasks.index.ui;bundle-version="3.9.0"
Export-Package: org.eclipse.mylyn.tasks.activity.tests;x-internal:=true

Back to the top