Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthias Sohn2014-06-04 20:15:28 +0000
committerMatthias Sohn2014-06-04 20:15:37 +0000
commit8b5851293d848ac7578ca9b5d3bfe08847c3611e (patch)
treec7a7332d1d81d5f8e6c31d31e49f9d01d38ab9d3 /org.eclipse.mylyn.github.core/META-INF/MANIFEST.MF
parent290ba82d885fb8ddff141a98ed71cc3ed0053924 (diff)
downloadegit-github-8b5851293d848ac7578ca9b5d3bfe08847c3611e.tar.gz
egit-github-8b5851293d848ac7578ca9b5d3bfe08847c3611e.tar.xz
egit-github-8b5851293d848ac7578ca9b5d3bfe08847c3611e.zip
Prepare post 3.4 RC3 builds
Change-Id: I98b30ad9f6e9d2d235b860669bce2372f100b5c7 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 2884a90e..8241265d 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.201406041058-rc3
+Bundle-Version: 3.4.0.qualifier
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.4.0,3.5.0)",
+Import-Package: org.eclipse.egit.core;version="[3.2.0,4.0.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.4.0,3.5.0)",
- org.eclipse.jgit.transport;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)"

Back to the top