Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNicolas FAUVERGUE2019-01-18 15:06:52 +0000
committerNicolas FAUVERGUE2019-01-21 13:22:47 +0000
commit29d753e8d827c265f178447881fc47ef29941b6b (patch)
treeceeaa78fc981a1706f48387228724f0e21b79e4d /plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.deployment/META-INF/MANIFEST.MF
parent6f2f1aa1dda95ad55d6f82bd25b5b4de53cddf48 (diff)
downloadorg.eclipse.papyrus-29d753e8d827c265f178447881fc47ef29941b6b.tar.gz
org.eclipse.papyrus-29d753e8d827c265f178447881fc47ef29941b6b.tar.xz
org.eclipse.papyrus-29d753e8d827c265f178447881fc47ef29941b6b.zip
Bug 528325: [DeploymentDiagram] EditPolicy "RemoveOrphanViewPolicy" must
be disabled on Deployment Diagram https://bugs.eclipse.org/bugs/show_bug.cgi?id=528325 Set RemoveOrphanViewPolicy" on deprecated and disabled it. Change-Id: I7d03e5dbd8d0d082c6ce8dc3127f530ce5ed57cd Signed-off-by: Fanch BONNABESSE <fanch.bonnabesse@all4tec.net> Signed-off-by: Nicolas FAUVERGUE <nicolas.fauvergue@cea.fr>
Diffstat (limited to 'plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.deployment/META-INF/MANIFEST.MF')
-rw-r--r--plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.deployment/META-INF/MANIFEST.MF4
1 files changed, 2 insertions, 2 deletions
diff --git a/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.deployment/META-INF/MANIFEST.MF b/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.deployment/META-INF/MANIFEST.MF
index dcc61b1947a..b6401e22cf7 100644
--- a/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.deployment/META-INF/MANIFEST.MF
+++ b/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.deployment/META-INF/MANIFEST.MF
@@ -68,8 +68,8 @@ Require-Bundle: org.eclipse.gmf.runtime.diagram.ui.resources.editor.ide;bundle-v
org.eclipse.papyrus.infra.viewpoints.policy;bundle-version="[2.0.0,4.0.0)"
Bundle-Vendor: %providerName
Eclipse-LazyStart: true
-Bundle-Version: 3.1.200.qualifier
+Bundle-Version: 3.2.0.qualifier
Bundle-Activator: org.eclipse.papyrus.uml.diagram.deployment.part.UMLDiagramEditorPlugin
Bundle-ManifestVersion: 2
-Bundle-SymbolicName: org.eclipse.papyrus.uml.diagram.deployment;singleton:=true
+Bundle-SymbolicName: org.eclipse.papyrus.uml.diagram.deployment; singleton:=true
Automatic-Module-Name: org.eclipse.papyrus.uml.diagram.deployment

Back to the top