Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthias Sohn2014-05-05 21:59:19 +0000
committerMatthias Sohn2014-05-05 21:59:19 +0000
commit871fe52b553429509145f9e8c0e90814aff2f7bb (patch)
tree91e0c0f6409e952def71574b68d4e2535dd028e2 /org.eclipse.mylyn.github.ui/META-INF/MANIFEST.MF
parentbcdf39cca5ef0dd828f960030a2febba1e56a253 (diff)
downloadegit-github-871fe52b553429509145f9e8c0e90814aff2f7bb.tar.gz
egit-github-871fe52b553429509145f9e8c0e90814aff2f7bb.tar.xz
egit-github-871fe52b553429509145f9e8c0e90814aff2f7bb.zip
EGit Github Mylyn connector v3.4.0.201405051725-m7v3.4.0.201405051725-m7
Change-Id: I10c9f2994b069e59648347d502f602f4206fc388 Signed-off-by: Matthias Sohn <matthias.sohn@sap.com>
Diffstat (limited to 'org.eclipse.mylyn.github.ui/META-INF/MANIFEST.MF')
-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 6df7a056..ecc6a8cb 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.qualifier
+Bundle-Version: 3.4.0.201405051725-m7
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.2.0,4.0.0)",
- org.eclipse.egit.core.op;version="[3.2.0,4.0.0)",
+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)",
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.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.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.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