Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthias Sohn2014-06-04 15:26:25 +0000
committerMatthias Sohn2014-06-04 15:26:25 +0000
commit290ba82d885fb8ddff141a98ed71cc3ed0053924 (patch)
tree6fdbe465e14c9c9f93c1a5239bf1c42f27156129 /org.eclipse.mylyn.github.core/META-INF
parenta95a2c7a908d95770053d1972f6d0cd6bd1b1d43 (diff)
downloadegit-github-290ba82d885fb8ddff141a98ed71cc3ed0053924.tar.gz
egit-github-290ba82d885fb8ddff141a98ed71cc3ed0053924.tar.xz
egit-github-290ba82d885fb8ddff141a98ed71cc3ed0053924.zip
EGit Mylyn Github Connector v3.4.0.201406041058-rc3v3.4.0.201406041058-rc3
Change-Id: Id09beef143771383e604e161b397c143ef8eef58 Signed-off-by: Matthias Sohn <matthias.sohn@sap.com>
Diffstat (limited to 'org.eclipse.mylyn.github.core/META-INF')
-rw-r--r--org.eclipse.mylyn.github.core/META-INF/MANIFEST.MF8
1 files changed, 4 insertions, 4 deletions
diff --git a/org.eclipse.mylyn.github.core/META-INF/MANIFEST.MF b/org.eclipse.mylyn.github.core/META-INF/MANIFEST.MF
index 8241265d..2884a90e 100644
--- a/org.eclipse.mylyn.github.core/META-INF/MANIFEST.MF
+++ b/org.eclipse.mylyn.github.core/META-INF/MANIFEST.MF
@@ -3,7 +3,7 @@ Bundle-Localization: plugin
Bundle-ManifestVersion: 2
Bundle-Name: %pluginName
Bundle-SymbolicName: org.eclipse.mylyn.github.core;singleton:=true
-Bundle-Version: 3.4.0.qualifier
+Bundle-Version: 3.4.0.201406041058-rc3
Bundle-Vendor: %providerName
Bundle-RequiredExecutionEnvironment: J2SE-1.5
Export-Package: org.eclipse.mylyn.internal.github.core;version="3.4.0";x-friends:="org.eclipse.mylyn.github.ui",
@@ -13,10 +13,10 @@ Export-Package: org.eclipse.mylyn.internal.github.core;version="3.4.0";x-friends
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="[3.2.0,4.0.0)",
+Import-Package: org.eclipse.egit.core;version="[3.4.0,3.5.0)",
org.eclipse.egit.github.core;version="[3.4.0,3.5.0)",
org.eclipse.egit.github.core.client;version="[3.4.0,3.5.0)",
org.eclipse.egit.github.core.service;version="[3.4.0,3.5.0)",
org.eclipse.egit.github.core.util;version="[3.4.0,3.5.0)",
- org.eclipse.jgit.lib;version="[3.2.0,4.0.0)",
- org.eclipse.jgit.transport;version="[3.2.0,4.0.0)"
+ org.eclipse.jgit.lib;version="[3.4.0,3.5.0)",
+ org.eclipse.jgit.transport;version="[3.4.0,3.5.0)"

Back to the top