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.ui/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.ui/META-INF')
-rw-r--r--org.eclipse.mylyn.github.ui/META-INF/MANIFEST.MF32
1 files changed, 16 insertions, 16 deletions
diff --git a/org.eclipse.mylyn.github.ui/META-INF/MANIFEST.MF b/org.eclipse.mylyn.github.ui/META-INF/MANIFEST.MF
index ecc6a8cb..6df7a056 100644
--- a/org.eclipse.mylyn.github.ui/META-INF/MANIFEST.MF
+++ b/org.eclipse.mylyn.github.ui/META-INF/MANIFEST.MF
@@ -3,7 +3,7 @@ Bundle-ManifestVersion: 2
Bundle-Name: %pluginName
Bundle-SymbolicName: org.eclipse.mylyn.github.ui;singleton:=true
Bundle-Activator: org.eclipse.mylyn.internal.github.ui.GitHubUi
-Bundle-Version: 3.4.0.201405051725-m7
+Bundle-Version: 3.4.0.qualifier
Bundle-RequiredExecutionEnvironment: J2SE-1.5
Bundle-Vendor: %providerName
Bundle-Localization: plugin
@@ -27,25 +27,25 @@ Export-Package: org.eclipse.mylyn.internal.github.ui;version="3.4.0";x-internal:
org.eclipse.mylyn.internal.github.ui.gist;version="3.4.0";x-internal:=true,
org.eclipse.mylyn.internal.github.ui.issue;version="3.4.0";x-internal:=true
Bundle-ActivationPolicy: lazy
-Import-Package: org.eclipse.egit.core;version="[3.4.0,3.5.0)",
- org.eclipse.egit.core.op;version="[3.4.0,3.5.0)",
+Import-Package: org.eclipse.egit.core;version="[3.2.0,4.0.0)",
+ org.eclipse.egit.core.op;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.egit.ui;version="[3.4.0,3.5.0)",
- org.eclipse.egit.ui.internal;version="[3.4.0,3.5.0)",
- org.eclipse.egit.ui.internal.branch;version="[3.4.0,3.5.0)",
- org.eclipse.egit.ui.internal.commit;version="[3.4.0,3.5.0)",
- org.eclipse.egit.ui.internal.fetch;version="[3.4.0,3.5.0)",
- org.eclipse.egit.ui.internal.provisional.wizards;version="[3.4.0,3.5.0)",
- org.eclipse.egit.ui.internal.pull;version="[3.4.0,3.5.0)",
- org.eclipse.jgit.errors;version="[3.4.0,3.5.0)",
- org.eclipse.jgit.lib;version="[3.4.0,3.5.0)",
- org.eclipse.jgit.revwalk;version="[3.4.0,3.5.0)",
- org.eclipse.jgit.transport;version="[3.4.0,3.5.0)",
- org.eclipse.jgit.treewalk;version="[3.4.0,3.5.0)",
- org.eclipse.jgit.treewalk.filter;version="[3.4.0,3.5.0)",
+ org.eclipse.egit.ui;version="[3.2.0,4.0.0)",
+ org.eclipse.egit.ui.internal;version="[3.2.0,4.0.0)",
+ org.eclipse.egit.ui.internal.branch;version="[3.2.0,4.0.0)",
+ org.eclipse.egit.ui.internal.commit;version="[3.2.0,4.0.0)",
+ org.eclipse.egit.ui.internal.fetch;version="[3.2.0,4.0.0)",
+ org.eclipse.egit.ui.internal.provisional.wizards;version="[3.2.0,4.0.0)",
+ org.eclipse.egit.ui.internal.pull;version="[3.2.0,4.0.0)",
+ org.eclipse.jgit.errors;version="[3.2.0,4.0.0)",
+ org.eclipse.jgit.lib;version="[3.2.0,4.0.0)",
+ org.eclipse.jgit.revwalk;version="[3.2.0,4.0.0)",
+ org.eclipse.jgit.transport;version="[3.2.0,4.0.0)",
+ org.eclipse.jgit.treewalk;version="[3.2.0,4.0.0)",
+ org.eclipse.jgit.treewalk.filter;version="[3.2.0,4.0.0)",
org.eclipse.mylyn.internal.github.core;version="[3.4.0,3.5.0)",
org.eclipse.mylyn.internal.github.core.gist;version="[3.4.0,3.5.0)",
org.eclipse.mylyn.internal.github.core.issue;version="[3.4.0,3.5.0)",

Back to the top