Skip to main content
summaryrefslogtreecommitdiffstats
blob: af697c087343a4811066bff1ab031ad834e31dde (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.9.0.qualifier
Bundle-Vendor: Eclipse Mylyn
Bundle-RequiredExecutionEnvironment: JavaSE-1.6
Require-Bundle: org.junit;bundle-version="4.5.0",
 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