Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKevin Sawicki2011-06-27 16:58:36 +0000
committerKevin Sawicki2011-06-27 16:58:36 +0000
commit5bc5adac0e772f3f64863f66c14f269076c6eaee (patch)
tree10e12baad01d923fd42b3a257f2536c2630832c6
parent7e4bab5ff64c95fc313e419eb07763f0de654656 (diff)
downloadegit-github-5bc5adac0e772f3f64863f66c14f269076c6eaee.tar.gz
egit-github-5bc5adac0e772f3f64863f66c14f269076c6eaee.tar.xz
egit-github-5bc5adac0e772f3f64863f66c14f269076c6eaee.zip
Bump github core package exports to 1.1.0
Change-Id: I264d2f564672f96fcd19d79f3517d9626095eccf Signed-off-by: Kevin Sawicki <kevin@github.com>
-rw-r--r--org.eclipse.mylyn.github.core/META-INF/MANIFEST.MF6
-rw-r--r--org.eclipse.mylyn.github.ui/META-INF/MANIFEST.MF6
2 files changed, 6 insertions, 6 deletions
diff --git a/org.eclipse.mylyn.github.core/META-INF/MANIFEST.MF b/org.eclipse.mylyn.github.core/META-INF/MANIFEST.MF
index 4bb2c9fc..40a22c08 100644
--- a/org.eclipse.mylyn.github.core/META-INF/MANIFEST.MF
+++ b/org.eclipse.mylyn.github.core/META-INF/MANIFEST.MF
@@ -6,9 +6,9 @@ Bundle-SymbolicName: org.eclipse.mylyn.github.core;singleton:=true
Bundle-Version: 1.1.0.qualifier
Bundle-Vendor: %providerName
Bundle-RequiredExecutionEnvironment: J2SE-1.5
-Export-Package: org.eclipse.mylyn.internal.github.core;version="1.0.0";x-friends:="org.eclipse.mylyn.github.ui",
- org.eclipse.mylyn.internal.github.core.gist;version="1.0.0";x-friends:="org.eclipse.mylyn.github.ui",
- org.eclipse.mylyn.internal.github.core.issue;version="1.0.0";x-friends:="org.eclipse.mylyn.github.ui"
+Export-Package: org.eclipse.mylyn.internal.github.core;version="1.1.0";x-friends:="org.eclipse.mylyn.github.ui",
+ org.eclipse.mylyn.internal.github.core.gist;version="1.1.0";x-friends:="org.eclipse.mylyn.github.ui",
+ org.eclipse.mylyn.internal.github.core.issue;version="1.1.0";x-friends:="org.eclipse.mylyn.github.ui"
Require-Bundle: org.eclipse.core.runtime;bundle-version="[3.5.0,4.0.0)",
org.eclipse.mylyn.tasks.core;bundle-version="[3.4.0,4.0.0)",
org.eclipse.mylyn.commons.net;bundle-version="[3.4.0,4.0.0)"
diff --git a/org.eclipse.mylyn.github.ui/META-INF/MANIFEST.MF b/org.eclipse.mylyn.github.ui/META-INF/MANIFEST.MF
index c05c644d..f969730b 100644
--- a/org.eclipse.mylyn.github.ui/META-INF/MANIFEST.MF
+++ b/org.eclipse.mylyn.github.ui/META-INF/MANIFEST.MF
@@ -32,6 +32,6 @@ Import-Package: org.eclipse.egit.core;version="[1.1.0,1.2.0)",
org.eclipse.egit.ui.internal;version="[1.1.0,1.2.0)",
org.eclipse.jgit.lib;version="[1.1.0,1.2.0)",
org.eclipse.jgit.transport;version="[1.1.0,1.2.0)",
- org.eclipse.mylyn.internal.github.core;version="[1.0.0,1.1.0)",
- org.eclipse.mylyn.internal.github.core.gist;version="[1.0.0,1.1.0)",
- org.eclipse.mylyn.internal.github.core.issue;version="[1.0.0,1.1.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)"

Back to the top