Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthias Sohn2011-12-11 21:32:55 +0000
committerMatthias Sohn2011-12-11 21:32:55 +0000
commite72df3201f38b8ac6df94618ccae49a9b10c2ddf (patch)
tree8e494fef64f40fdbed76296ed992e9bf4548f28c /org.eclipse.mylyn.github.ui
parent9d29b98e3cf3be54767b642dc07dc1be18bba661 (diff)
downloadegit-github-e72df3201f38b8ac6df94618ccae49a9b10c2ddf.tar.gz
egit-github-e72df3201f38b8ac6df94618ccae49a9b10c2ddf.tar.xz
egit-github-e72df3201f38b8ac6df94618ccae49a9b10c2ddf.zip
Fix versions for mylyn github bundles
We missed to update these versions to 1.2.0. Change-Id: Iba1e87f2dbdc35809f5438eabae584f465a3e411 Signed-off-by: Matthias Sohn <matthias.sohn@sap.com>
Diffstat (limited to 'org.eclipse.mylyn.github.ui')
-rw-r--r--org.eclipse.mylyn.github.ui/META-INF/MANIFEST.MF14
1 files changed, 7 insertions, 7 deletions
diff --git a/org.eclipse.mylyn.github.ui/META-INF/MANIFEST.MF b/org.eclipse.mylyn.github.ui/META-INF/MANIFEST.MF
index 5b79e19d..729afcb8 100644
--- a/org.eclipse.mylyn.github.ui/META-INF/MANIFEST.MF
+++ b/org.eclipse.mylyn.github.ui/META-INF/MANIFEST.MF
@@ -21,9 +21,9 @@ Require-Bundle: org.eclipse.core.runtime;bundle-version="[3.5.0,4.0.0)",
org.eclipse.mylyn.context.core;bundle-version="[3.4.0,4.0.0)",
org.eclipse.mylyn.monitor.core;bundle-version="[3.4.0,4.0.0)",
org.eclipse.mylyn.resources.ui;bundle-version="[3.4.0,4.0.0)"
-Export-Package: org.eclipse.mylyn.internal.github.ui;version="1.1.0";x-internal:=true,
- org.eclipse.mylyn.internal.github.ui.gist;version="1.1.0";x-internal:=true,
- org.eclipse.mylyn.internal.github.ui.issue;version="1.1.0";x-internal:=true
+Export-Package: org.eclipse.mylyn.internal.github.ui;version="1.2.0";x-internal:=true,
+ org.eclipse.mylyn.internal.github.ui.gist;version="1.2.0";x-internal:=true,
+ org.eclipse.mylyn.internal.github.ui.issue;version="1.2.0";x-internal:=true
Bundle-ActivationPolicy: lazy
Import-Package: org.eclipse.egit.core;version="[1.2.0,1.3.0)",
org.eclipse.egit.core.op;version="[1.2.0,1.3.0)",
@@ -43,7 +43,7 @@ Import-Package: org.eclipse.egit.core;version="[1.2.0,1.3.0)",
org.eclipse.jgit.transport;version="[1.2.0,1.3.0)",
org.eclipse.jgit.treewalk;version="[1.2.0,1.3.0)",
org.eclipse.jgit.treewalk.filter;version="[1.2.0,1.3.0)",
- org.eclipse.mylyn.internal.github.core;version="[1.1.0,1.2.0)",
- org.eclipse.mylyn.internal.github.core.gist;version="[1.1.0,1.2.0)",
- org.eclipse.mylyn.internal.github.core.issue;version="[1.1.0,1.2.0)",
- org.eclipse.mylyn.internal.github.core.pr;version="[1.1.0,1.2.0)"
+ org.eclipse.mylyn.internal.github.core;version="[1.2.0,1.3.0)",
+ org.eclipse.mylyn.internal.github.core.gist;version="[1.2.0,1.3.0)",
+ org.eclipse.mylyn.internal.github.core.issue;version="[1.2.0,1.3.0)",
+ org.eclipse.mylyn.internal.github.core.pr;version="[1.2.0,1.3.0)"

Back to the top