Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJohn Arthorne2013-03-05 21:19:38 +0000
committerJohn Arthorne2013-03-07 14:21:10 +0000
commit74e8e0a7c9e19882a541559638617154a61f22f0 (patch)
tree7d9ce78499048bdb5d7bbef52b36b52f8b12eb22
parentec77102203186c7cf66d7af96013bb0a925840ee (diff)
downloadeclipse.platform.ui-74e8e0a7c9e19882a541559638617154a61f22f0.tar.gz
eclipse.platform.ui-74e8e0a7c9e19882a541559638617154a61f22f0.tar.xz
eclipse.platform.ui-74e8e0a7c9e19882a541559638617154a61f22f0.zip
Bug 303183 - Use common JSON parserI20130307-2000
-rw-r--r--bundles/org.eclipse.e4.core.commands/META-INF/MANIFEST.MF1
-rw-r--r--bundles/org.eclipse.e4.ui.bindings/META-INF/MANIFEST.MF1
2 files changed, 0 insertions, 2 deletions
diff --git a/bundles/org.eclipse.e4.core.commands/META-INF/MANIFEST.MF b/bundles/org.eclipse.e4.core.commands/META-INF/MANIFEST.MF
index 6dfce3c520a..0ca13093ba5 100644
--- a/bundles/org.eclipse.e4.core.commands/META-INF/MANIFEST.MF
+++ b/bundles/org.eclipse.e4.core.commands/META-INF/MANIFEST.MF
@@ -14,7 +14,6 @@ Import-Package: javax.annotation;version="1.0.0",
org.eclipse.core.commands.common,
org.eclipse.e4.core.contexts,
org.eclipse.e4.core.services.log,
- org.eclipse.e4.core.services.util,
org.osgi.framework;version="1.5.0"
Export-Package: org.eclipse.e4.core.commands;
x-friends:="org.eclipse.e4.ui.bindings,
diff --git a/bundles/org.eclipse.e4.ui.bindings/META-INF/MANIFEST.MF b/bundles/org.eclipse.e4.ui.bindings/META-INF/MANIFEST.MF
index 84fd34cc31d..0876aa94a78 100644
--- a/bundles/org.eclipse.e4.ui.bindings/META-INF/MANIFEST.MF
+++ b/bundles/org.eclipse.e4.ui.bindings/META-INF/MANIFEST.MF
@@ -13,7 +13,6 @@ Import-Package: javax.annotation;version="1.0.0",
org.eclipse.e4.core.commands,
org.eclipse.e4.core.commands.internal,
org.eclipse.e4.core.services.log,
- org.eclipse.e4.core.services.util,
org.eclipse.jface.bindings,
org.eclipse.jface.bindings.keys,
org.eclipse.jface.bindings.keys.formatting,

Back to the top