Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthias Sohn2011-09-15 22:02:34 +0000
committerMatthias Sohn2011-09-15 22:02:34 +0000
commitb86ea9bca0feba3bce722fdfbc3bcc69962fd543 (patch)
tree1dc2bba82ac31135a129a151d83d6cd892ca161b /org.eclipse.mylyn.github.core/META-INF/MANIFEST.MF
parent7a5d00c22fc1922ec32e040ea8fcd1c86d805b69 (diff)
downloadegit-github-b86ea9bca0feba3bce722fdfbc3bcc69962fd543.tar.gz
egit-github-b86ea9bca0feba3bce722fdfbc3bcc69962fd543.tar.xz
egit-github-b86ea9bca0feba3bce722fdfbc3bcc69962fd543.zip
Prepare 1.2.0 builds
Change-Id: I8f30e8593c0317fa5675618d6a3a5d594ab1a722 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.MF16
1 files changed, 8 insertions, 8 deletions
diff --git a/org.eclipse.mylyn.github.core/META-INF/MANIFEST.MF b/org.eclipse.mylyn.github.core/META-INF/MANIFEST.MF
index 4fffdd2b..df282604 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: 1.1.0.qualifier
+Bundle-Version: 1.2.0.qualifier
Bundle-Vendor: %providerName
Bundle-RequiredExecutionEnvironment: J2SE-1.5
Export-Package: org.eclipse.mylyn.internal.github.core;version="1.1.0";x-friends:="org.eclipse.mylyn.github.ui",
@@ -13,10 +13,10 @@ Export-Package: org.eclipse.mylyn.internal.github.core;version="1.1.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="[1.1.0,1.2.0)",
- org.eclipse.egit.github.core;version="[1.1.0,1.2.0)",
- org.eclipse.egit.github.core.client;version="[1.1.0,1.2.0)",
- org.eclipse.egit.github.core.service;version="[1.1.0,1.2.0)",
- org.eclipse.egit.github.core.util;version="[1.1.0,1.2.0)",
- org.eclipse.jgit.lib;version="[1.1.0,1.2.0)",
- org.eclipse.jgit.transport;version="[1.1.0,1.2.0)"
+Import-Package: org.eclipse.egit.core;version="[1.2.0,1.3.0)",
+ org.eclipse.egit.github.core;version="[1.2.0,1.3.0)",
+ org.eclipse.egit.github.core.client;version="[1.2.0,1.3.0)",
+ org.eclipse.egit.github.core.service;version="[1.2.0,1.3.0)",
+ org.eclipse.egit.github.core.util;version="[1.2.0,1.3.0)",
+ org.eclipse.jgit.lib;version="[1.2.0,1.3.0)",
+ org.eclipse.jgit.transport;version="[1.2.0,1.3.0)"

Back to the top