Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNicolas FAUVERGUE2017-01-16 08:21:14 +0000
committerGerrit Code Review @ Eclipse.org2017-03-03 09:07:03 +0000
commitc17bf6e6525851a6fdecee41c7e3a8b9dec59f86 (patch)
treec0d931deef732fdff99b94702f14f598da070126 /plugins/infra/nattable/org.eclipse.papyrus.infra.nattable/META-INF/MANIFEST.MF
parentdd8229e833e31ee60aa4219b8fa56b3a43b31311 (diff)
downloadorg.eclipse.papyrus-c17bf6e6525851a6fdecee41c7e3a8b9dec59f86.tar.gz
org.eclipse.papyrus-c17bf6e6525851a6fdecee41c7e3a8b9dec59f86.tar.xz
org.eclipse.papyrus-c17bf6e6525851a6fdecee41c7e3a8b9dec59f86.zip
Bug 494531: [Property][Table] Editor is dirty after the creation of the
table in the Property View https://bugs.eclipse.org/bugs/show_bug.cgi?id=494531 - The used command need to be execute with a GMFUnsafe because this don't need to be in the command stack - Manage the table as a proper Resource. Change-Id: I4a3d418467516f9a4b4aea37d8eaa05c81e59dbb Signed-off-by: Nicolas FAUVERGUE <nicolas.fauvergue@cea.fr>
Diffstat (limited to 'plugins/infra/nattable/org.eclipse.papyrus.infra.nattable/META-INF/MANIFEST.MF')
-rw-r--r--plugins/infra/nattable/org.eclipse.papyrus.infra.nattable/META-INF/MANIFEST.MF1
1 files changed, 1 insertions, 0 deletions
diff --git a/plugins/infra/nattable/org.eclipse.papyrus.infra.nattable/META-INF/MANIFEST.MF b/plugins/infra/nattable/org.eclipse.papyrus.infra.nattable/META-INF/MANIFEST.MF
index 5516bc6d1f7..ce9f44af5fc 100644
--- a/plugins/infra/nattable/org.eclipse.papyrus.infra.nattable/META-INF/MANIFEST.MF
+++ b/plugins/infra/nattable/org.eclipse.papyrus.infra.nattable/META-INF/MANIFEST.MF
@@ -40,6 +40,7 @@ Export-Package: org.eclipse.papyrus.infra.nattable,
org.eclipse.papyrus.infra.nattable.preferences,
org.eclipse.papyrus.infra.nattable.provider,
org.eclipse.papyrus.infra.nattable.reorder,
+ org.eclipse.papyrus.infra.nattable.resource,
org.eclipse.papyrus.infra.nattable.selection,
org.eclipse.papyrus.infra.nattable.sort,
org.eclipse.papyrus.infra.nattable.style.configattribute,

Back to the top