Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKevin Sawicki2011-06-14 15:24:52 +0000
committerMatthias Sohn2011-06-14 15:24:52 +0000
commitf12336a913836b445b299e57cda40f5317a40569 (patch)
treef914d0f22c256ed38da8d69d45fd45a9174b4afd /org.eclipse.mylyn.github.ui/META-INF/MANIFEST.MF
parentb41f70c5afd3b69b445a69119b645295aff48c1d (diff)
downloadegit-github-f12336a913836b445b299e57cda40f5317a40569.tar.gz
egit-github-f12336a913836b445b299e57cda40f5317a40569.tar.xz
egit-github-f12336a913836b445b299e57cda40f5317a40569.zip
Update EGit/JGit dependencies and target for 1.0.0
Also update dependencies to consistently allow usage starting from Galileo (3.5). Change-Id: I9832a1e2c73e6c6ad13ccf6f8e8055913a8b03dc Signed-off-by: Kevin Sawicki <kevin@github.com> Signed-off-by: Matthias Sohn <matthias.sohn@sap.com>
Diffstat (limited to 'org.eclipse.mylyn.github.ui/META-INF/MANIFEST.MF')
-rw-r--r--org.eclipse.mylyn.github.ui/META-INF/MANIFEST.MF33
1 files changed, 16 insertions, 17 deletions
diff --git a/org.eclipse.mylyn.github.ui/META-INF/MANIFEST.MF b/org.eclipse.mylyn.github.ui/META-INF/MANIFEST.MF
index 374e7799..451c259f 100644
--- a/org.eclipse.mylyn.github.ui/META-INF/MANIFEST.MF
+++ b/org.eclipse.mylyn.github.ui/META-INF/MANIFEST.MF
@@ -7,24 +7,23 @@ Bundle-Version: 1.0.0.qualifier
Bundle-RequiredExecutionEnvironment: J2SE-1.5
Bundle-Vendor: %providerName
Bundle-Localization: plugin
-Require-Bundle: org.eclipse.core.runtime;bundle-version="3.5.0",
- org.eclipse.ui;bundle-version="3.5.0",
- org.eclipse.ui.forms;bundle-version="3.4.0",
- org.eclipse.mylyn.tasks.ui;bundle-version="3.2.0",
- org.eclipse.mylyn.github.core;bundle-version="0.1.0",
- org.eclipse.jface.text;bundle-version="3.5.0",
- org.eclipse.mylyn.commons.net;bundle-version="3.2.0",
- org.eclipse.mylyn.tasks.core,
- org.eclipse.ui.ide;bundle-version="3.5.0",
- org.eclipse.mylyn.commons.ui;bundle-version="3.4.0",
- org.eclipse.core.resources;bundle-version="3.5.0",
- org.eclipse.egit.core;bundle-version="0.12.0",
- org.eclipse.jgit;bundle-version="0.12.0",
- org.eclipse.egit.ui;bundle-version="0.12.0",
- org.eclipse.core.expressions;bundle-version="3.4.0",
- org.eclipse.egit.github.core;bundle-version="1.0.0"
+Require-Bundle: org.eclipse.core.runtime;bundle-version="[3.5.0,4.0.0)",
+ org.eclipse.ui;bundle-version="[3.5.0,4.0.0)",
+ org.eclipse.ui.forms;bundle-version="[3.4.0,4.0.0)",
+ org.eclipse.mylyn.tasks.ui;bundle-version="[3.4.0,4.0.0)",
+ org.eclipse.mylyn.github.core;bundle-version="[1.0.0,1.1.0)",
+ org.eclipse.jface.text;bundle-version="[3.5.0,4.0.0)",
+ org.eclipse.mylyn.commons.net;bundle-version="[3.4.0,4.0.0)",
+ org.eclipse.mylyn.tasks.core;bundle-version="[3.4.0,4.0.0)",
+ org.eclipse.ui.ide;bundle-version="[3.5.0,4.0.0)",
+ org.eclipse.mylyn.commons.ui;bundle-version="[3.4.0,4.0.0)",
+ org.eclipse.core.resources;bundle-version="[3.5.0,4.0.0)",
+ org.eclipse.egit.core;bundle-version="[1.0.0,1.1.0)",
+ org.eclipse.jgit;bundle-version="[1.0.0,1.1.0)",
+ org.eclipse.egit.ui;bundle-version="[1.0.0,1.1.0)",
+ org.eclipse.core.expressions;bundle-version="[3.4.0,4.0.0)",
+ org.eclipse.egit.github.core;bundle-version="[1.0.0,1.1.0)"
Export-Package: org.eclipse.mylyn.internal.github.ui;x-internal:=true,
org.eclipse.mylyn.internal.github.ui.gist;x-internal:=true,
org.eclipse.mylyn.internal.github.ui.issue;x-internal:=true
Bundle-ActivationPolicy: lazy
-Import-Package: org.eclipse.egit.ui.internal;version="0.12.0"

Back to the top