Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthias Sohn2012-06-14 00:10:39 +0000
committerMatthias Sohn2012-06-14 00:10:39 +0000
commit3d0a05b20c44fbdc4d71f79cb3f8171232071808 (patch)
treee4008a7c148ef98d8cd102b07ff743495a90ab4a /org.eclipse.mylyn.github.core/META-INF/MANIFEST.MF
parent44ece8b2c5ec239f6c5c8d0519384ab9c0f36934 (diff)
downloadegit-github-3d0a05b20c44fbdc4d71f79cb3f8171232071808.tar.gz
egit-github-3d0a05b20c44fbdc4d71f79cb3f8171232071808.tar.xz
egit-github-3d0a05b20c44fbdc4d71f79cb3f8171232071808.zip
Prepare 2.1.0 builds
Change-Id: Iebadde984097f161872816bfc50502678ae9a2c7 Signed-off-by: Matthias Sohn <matthias.sohn@sap.com>
Diffstat (limited to 'org.eclipse.mylyn.github.core/META-INF/MANIFEST.MF')
-rw-r--r--org.eclipse.mylyn.github.core/META-INF/MANIFEST.MF24
1 files changed, 12 insertions, 12 deletions
diff --git a/org.eclipse.mylyn.github.core/META-INF/MANIFEST.MF b/org.eclipse.mylyn.github.core/META-INF/MANIFEST.MF
index d268b996..12bd1848 100644
--- a/org.eclipse.mylyn.github.core/META-INF/MANIFEST.MF
+++ b/org.eclipse.mylyn.github.core/META-INF/MANIFEST.MF
@@ -3,20 +3,20 @@ Bundle-Localization: plugin
Bundle-ManifestVersion: 2
Bundle-Name: %pluginName
Bundle-SymbolicName: org.eclipse.mylyn.github.core;singleton:=true
-Bundle-Version: 2.0.0.qualifier
+Bundle-Version: 2.1.0.qualifier
Bundle-Vendor: %providerName
Bundle-RequiredExecutionEnvironment: J2SE-1.5
-Export-Package: org.eclipse.mylyn.internal.github.core;version="2.0.0";x-friends:="org.eclipse.mylyn.github.ui",
- org.eclipse.mylyn.internal.github.core.gist;version="2.0.0";x-friends:="org.eclipse.mylyn.github.ui",
- org.eclipse.mylyn.internal.github.core.issue;version="2.0.0";x-friends:="org.eclipse.mylyn.github.ui",
- org.eclipse.mylyn.internal.github.core.pr;version="2.0.0";x-friends:="org.eclipse.mylyn.github.ui"
+Export-Package: org.eclipse.mylyn.internal.github.core;version="2.1.0";x-friends:="org.eclipse.mylyn.github.ui",
+ org.eclipse.mylyn.internal.github.core.gist;version="2.1.0";x-friends:="org.eclipse.mylyn.github.ui",
+ org.eclipse.mylyn.internal.github.core.issue;version="2.1.0";x-friends:="org.eclipse.mylyn.github.ui",
+ org.eclipse.mylyn.internal.github.core.pr;version="2.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)"
-Import-Package: org.eclipse.egit.core;version="[2.0.0,2.1.0)",
- org.eclipse.egit.github.core;version="[2.0.0,2.1.0)",
- org.eclipse.egit.github.core.client;version="[2.0.0,2.1.0)",
- org.eclipse.egit.github.core.service;version="[2.0.0,2.1.0)",
- org.eclipse.egit.github.core.util;version="[2.0.0,2.1.0)",
- org.eclipse.jgit.lib;version="[2.0.0,2.1.0)",
- org.eclipse.jgit.transport;version="[2.0.0,2.1.0)"
+Import-Package: org.eclipse.egit.core;version="[2.1.0,2.2.0)",
+ org.eclipse.egit.github.core;version="[2.1.0,2.2.0)",
+ org.eclipse.egit.github.core.client;version="[2.1.0,2.2.0)",
+ org.eclipse.egit.github.core.service;version="[2.1.0,2.2.0)",
+ org.eclipse.egit.github.core.util;version="[2.1.0,2.2.0)",
+ org.eclipse.jgit.lib;version="[2.1.0,2.2.0)",
+ org.eclipse.jgit.transport;version="[2.1.0,2.2.0)"

Back to the top