Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthias Sohn2014-05-28 15:56:15 +0000
committerMatthias Sohn2014-05-28 15:56:15 +0000
commitad18791e816e4c10cb8f12835d906c5bf13a3426 (patch)
tree6c734f828d0d9b9df3f48fda205399faf8b372c6 /org.eclipse.mylyn.github.core/META-INF/MANIFEST.MF
parent3185e890612c2fd83cbc571213a1db8162cd7c11 (diff)
downloadegit-github-ad18791e816e4c10cb8f12835d906c5bf13a3426.tar.gz
egit-github-ad18791e816e4c10cb8f12835d906c5bf13a3426.tar.xz
egit-github-ad18791e816e4c10cb8f12835d906c5bf13a3426.zip
EGit Mylyn Github Connector v3.4.0.201405281120-rc2v3.4.0.201405281120-rc2
Change-Id: Iabbc04a3f02c48c6e2b2099e93c28344eccb90fe 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.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..8be9e673 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.201405281120-rc2
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