Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristian W. Damus2015-05-11 21:35:53 +0000
committerChristian W. Damus2015-05-11 21:36:53 +0000
commitd66dc4b07110d3ab530a3e7c71d6c06fae514581 (patch)
tree554cb445dca544fae07717513da2ae2437fb04a5 /plugins/infra/emf/org.eclipse.papyrus.infra.emf/META-INF
parent4740fb1923419351f908cdf94499f0b09c415a2c (diff)
downloadorg.eclipse.papyrus-d66dc4b07110d3ab530a3e7c71d6c06fae514581.tar.gz
org.eclipse.papyrus-d66dc4b07110d3ab530a3e7c71d6c06fae514581.tar.xz
org.eclipse.papyrus-d66dc4b07110d3ab530a3e7c71d6c06fae514581.zip
Bug 465416: Synchronization of diagrams with other diagrams
https://bugs.eclipse.org/bugs/show_bug.cgi?id=465416 Fix some deletion scenarios in diagram-to-diagram synchronization (as in UML-RT capsule inherited state machines).
Diffstat (limited to 'plugins/infra/emf/org.eclipse.papyrus.infra.emf/META-INF')
-rw-r--r--plugins/infra/emf/org.eclipse.papyrus.infra.emf/META-INF/MANIFEST.MF1
1 files changed, 1 insertions, 0 deletions
diff --git a/plugins/infra/emf/org.eclipse.papyrus.infra.emf/META-INF/MANIFEST.MF b/plugins/infra/emf/org.eclipse.papyrus.infra.emf/META-INF/MANIFEST.MF
index 642e0657946..9e0bdb90ca7 100644
--- a/plugins/infra/emf/org.eclipse.papyrus.infra.emf/META-INF/MANIFEST.MF
+++ b/plugins/infra/emf/org.eclipse.papyrus.infra.emf/META-INF/MANIFEST.MF
@@ -5,6 +5,7 @@ Export-Package: org.eclipse.papyrus.infra.emf,
org.eclipse.papyrus.infra.emf.commands,
org.eclipse.papyrus.infra.emf.databinding,
org.eclipse.papyrus.infra.emf.dialog,
+ org.eclipse.papyrus.infra.emf.edit.domain,
org.eclipse.papyrus.infra.emf.providers,
org.eclipse.papyrus.infra.emf.providers.strategy,
org.eclipse.papyrus.infra.emf.requests,

Back to the top