Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMaged Elaasar2017-05-05 16:42:01 +0000
committerRemi Schnekenburger2017-05-09 11:33:03 +0000
commit03de49ebeb3439f297786a1c9cec78f25c9bf17d (patch)
treee836c72f21c8c26c193cea4ca6e2fb8cd770cadc /plugins/infra/core/org.eclipse.papyrus.infra.core.architecture.edit/META-INF/MANIFEST.MF
parentbbdfe743cf57c470c505c8f62e42a4ae4bd2db41 (diff)
downloadorg.eclipse.papyrus-03de49ebeb3439f297786a1c9cec78f25c9bf17d.tar.gz
org.eclipse.papyrus-03de49ebeb3439f297786a1c9cec78f25c9bf17d.tar.xz
org.eclipse.papyrus-03de49ebeb3439f297786a1c9cec78f25c9bf17d.zip
Bug 515567 - Support of default viewpoints for an architecture context,
and a fix for returning the default viewpoints for a model's context when the model's architecture viewpoint preferences are not set Change-Id: I9b3925b3c6efef7094ea4360aef4bbc7a97a54e2 Signed-off-by: Maged Elaasar <melaasar@gmail.com>
Diffstat (limited to 'plugins/infra/core/org.eclipse.papyrus.infra.core.architecture.edit/META-INF/MANIFEST.MF')
-rw-r--r--plugins/infra/core/org.eclipse.papyrus.infra.core.architecture.edit/META-INF/MANIFEST.MF4
1 files changed, 3 insertions, 1 deletions
diff --git a/plugins/infra/core/org.eclipse.papyrus.infra.core.architecture.edit/META-INF/MANIFEST.MF b/plugins/infra/core/org.eclipse.papyrus.infra.core.architecture.edit/META-INF/MANIFEST.MF
index 2363c7fcc17..96da8b2ada6 100644
--- a/plugins/infra/core/org.eclipse.papyrus.infra.core.architecture.edit/META-INF/MANIFEST.MF
+++ b/plugins/infra/core/org.eclipse.papyrus.infra.core.architecture.edit/META-INF/MANIFEST.MF
@@ -13,5 +13,7 @@ Require-Bundle: org.eclipse.core.runtime;bundle-version="[3.12.0,4.0.0)",
org.eclipse.emf.edit;bundle-version="[2.12.0,3.0.0)";visibility:=reexport,
org.eclipse.papyrus.infra.core.architecture;bundle-version="[1.0.0,2.0.0)";visibility:=reexport,
org.eclipse.papyrus.infra.types;bundle-version="[3.0.0,4.0.0)";visibility:=reexport,
- org.eclipse.papyrus.infra.types.edit;bundle-version="[3.0.0,4.0.0)";visibility:=reexport
+ org.eclipse.papyrus.infra.types.edit;bundle-version="[3.0.0,4.0.0)";visibility:=reexport,
+ org.eclipse.emf.ecore;visibility:=reexport,
+ org.eclipse.emf.ecore.edit;visibility:=reexport
Bundle-ActivationPolicy: lazy

Back to the top