Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'org.eclipse.mylyn.github.ui/META-INF/MANIFEST.MF')
-rw-r--r--org.eclipse.mylyn.github.ui/META-INF/MANIFEST.MF12
1 files changed, 6 insertions, 6 deletions
diff --git a/org.eclipse.mylyn.github.ui/META-INF/MANIFEST.MF b/org.eclipse.mylyn.github.ui/META-INF/MANIFEST.MF
index 28479fde..02bf8bf0 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.3.0.qualifier
+Bundle-Version: 3.3.0.201403021825-r
Bundle-RequiredExecutionEnvironment: J2SE-1.5
Bundle-Vendor: %providerName
Bundle-Localization: plugin
@@ -29,11 +29,11 @@ Export-Package: org.eclipse.mylyn.internal.github.ui;version="3.3.0";x-internal:
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)",
- org.eclipse.egit.github.core;version="[3.2.0,3.4.0)",
- org.eclipse.egit.github.core.client;version="[3.2.0,3.4.0)",
- org.eclipse.egit.github.core.service;version="[3.2.0,3.4.0)",
- org.eclipse.egit.github.core.util;version="[3.2.0,3.4.0)",
- org.eclipse.egit.ui;version="[3.2.0,3.4.0)",
+ org.eclipse.egit.github.core;version="[3.3.0,3.4.0)",
+ org.eclipse.egit.github.core.client;version="[3.3.0,3.4.0)",
+ org.eclipse.egit.github.core.service;version="[3.3.0,3.4.0)",
+ org.eclipse.egit.github.core.util;version="[3.3.0,3.4.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)",

Back to the top