diff options
| author | Tom Schindl | 2015-04-07 14:29:44 +0000 |
|---|---|---|
| committer | Thomas Schindl | 2015-04-07 14:30:35 +0000 |
| commit | 5963a8b21885289233cbc28843ea11af2df5719c (patch) | |
| tree | 611ba7edbe118e8ada8d79e92eef296805e58ef3 | |
| parent | 7dcf649f3248d7a11995b33a159436c79f25283e (diff) | |
| download | eclipse.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
JavaDoc errors
Change-Id: Ib6afc45fd77e3314f74191ead5ab972c2fcb2f46
| -rw-r--r-- | bundles/org.eclipse.e4.ui.model.workbench/META-INF/MANIFEST.MF | 3 |
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 |
