Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'stubs/org.eclipse.mylyn.commons.team/META-INF/MANIFEST.MF')
-rw-r--r--stubs/org.eclipse.mylyn.commons.team/META-INF/MANIFEST.MF17
1 files changed, 16 insertions, 1 deletions
diff --git a/stubs/org.eclipse.mylyn.commons.team/META-INF/MANIFEST.MF b/stubs/org.eclipse.mylyn.commons.team/META-INF/MANIFEST.MF
index 6e6bcf67..9ceca730 100644
--- a/stubs/org.eclipse.mylyn.commons.team/META-INF/MANIFEST.MF
+++ b/stubs/org.eclipse.mylyn.commons.team/META-INF/MANIFEST.MF
@@ -2,8 +2,23 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: %Bundle-Name
Bundle-SymbolicName: org.eclipse.mylyn.commons.team;singleton:=true
-Bundle-Version: 0.9.0.v20111206-0100
+Bundle-Version: 0.9.0.v20120225-0100
Bundle-Vendor: %Bundle-Vendor
Bundle-RequiredExecutionEnvironment: J2SE-1.5
Bundle-ClassPath: .
Bundle-Localization: plugin
+Require-Bundle: org.eclipse.ui,
+ org.eclipse.core.runtime,
+ org.eclipse.ui.forms,
+ org.eclipse.ui.navigator,
+ org.eclipse.ui.navigator.resources,
+ org.eclipse.core.databinding,
+ org.eclipse.core.databinding.beans,
+ org.eclipse.core.databinding.property;resolution:=optional,
+ org.eclipse.jface.databinding,
+ org.eclipse.mylyn.commons.repositories;bundle-version="0.1.0",
+ org.eclipse.mylyn.commons.ui;bundle-version="3.5.0"
+Bundle-ActivationPolicy: lazy
+Export-Package: org.eclipse.mylyn.commons.ui.team;x-internal:=true,
+ org.eclipse.mylyn.internal.commons.ui.team;x-internal:=true,
+ org.eclipse.mylyn.internal.commons.ui.team.wizards;x-internal:=true

Back to the top