Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTom Schindl2015-04-07 14:29:44 +0000
committerThomas Schindl2015-04-07 14:30:35 +0000
commit5963a8b21885289233cbc28843ea11af2df5719c (patch)
tree611ba7edbe118e8ada8d79e92eef296805e58ef3
parent7dcf649f3248d7a11995b33a159436c79f25283e (diff)
downloadeclipse.platform.ui-5963a8b21885289233cbc28843ea11af2df5719c.tar.gz
eclipse.platform.ui-5963a8b21885289233cbc28843ea11af2df5719c.tar.xz
eclipse.platform.ui-5963a8b21885289233cbc28843ea11af2df5719c.zip
Bug 463879 - Regenerate application model with new EMF version to fix
-rw-r--r--bundles/org.eclipse.e4.ui.model.workbench/META-INF/MANIFEST.MF3
1 files changed, 1 insertions, 2 deletions
diff --git a/bundles/org.eclipse.e4.ui.model.workbench/META-INF/MANIFEST.MF b/bundles/org.eclipse.e4.ui.model.workbench/META-INF/MANIFEST.MF
index cdf80c5e0ca..650684e7ff5 100644
--- a/bundles/org.eclipse.e4.ui.model.workbench/META-INF/MANIFEST.MF
+++ b/bundles/org.eclipse.e4.ui.model.workbench/META-INF/MANIFEST.MF
@@ -75,7 +75,6 @@ Require-Bundle: org.eclipse.core.runtime;bundle-version="[3.7.0,4.0.0)",
org.eclipse.e4.core.contexts;bundle-version="1.0.0",
org.eclipse.core.commands;bundle-version="[3.5.0,4.0.0)",
org.eclipse.e4.core.di;bundle-version="1.0.0",
- org.eclipse.emf.ecore;bundle-version="2.9.0";visibility:=reexport,
- org.eclipse.e4.ui.model.workbench;visibility:=reexport,
+ org.eclipse.emf.ecore;bundle-version="2.9.0",
org.eclipse.e4.emf.xpath;bundle-version="0.1.100"
Bundle-ActivationPolicy: lazy

Back to the top