Skip to main content
summaryrefslogtreecommitdiffstats
blob: ca339c84f8da38c96b6b3617fbf892b3463984e7 (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: %Bundle-Name
Bundle-SymbolicName: org.eclipse.mylyn.tasks.activity.core;singleton:=true
Bundle-Version: 3.20.0.qualifier
Bundle-Vendor: %Bundle-Vendor
Bundle-RequiredExecutionEnvironment: JavaSE-1.7
Require-Bundle: org.eclipse.core.runtime,
 org.eclipse.mylyn.tasks.core;bundle-version="3.8.0",
 org.eclipse.mylyn.tasks.index.ui;bundle-version="3.9.0",
 org.eclipse.mylyn.tasks.index.core;bundle-version="3.9.0",
 org.eclipse.mylyn.commons.core;bundle-version="3.9.0"
Bundle-Localization: plugin
Export-Package: org.eclipse.mylyn.internal.tasks.activity.core;x-internal:=true,
 org.eclipse.mylyn.tasks.activity.core;x-internal:=true,
  org.eclipse.mylyn.tasks.activity.core.spi;x-internal:=true

Back to the top