Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthias Sohn2014-05-05 22:04:43 +0000
committerMatthias Sohn2014-05-05 22:04:57 +0000
commit1a0871d98d91ecf94e5edeafcd5761cda68f6374 (patch)
treeb3e0d2e8570760f1fa57d9b8b71e7a19d1e4f962 /org.eclipse.mylyn.github.core/META-INF
parent871fe52b553429509145f9e8c0e90814aff2f7bb (diff)
downloadegit-github-1a0871d98d91ecf94e5edeafcd5761cda68f6374.tar.gz
egit-github-1a0871d98d91ecf94e5edeafcd5761cda68f6374.tar.xz
egit-github-1a0871d98d91ecf94e5edeafcd5761cda68f6374.zip
Prepare 3.4.0-SNAPSHOT builds
Change-Id: I2637a5fc3376d1f4e4eb0d7208279e2f06f0007b 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 f4956c8e..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.201405051725-m7
+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