Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNicolas FAUVERGUE2016-04-29 14:34:49 +0000
committerNicolas FAUVERGUE2016-04-29 14:34:49 +0000
commitb3e4a1c4a4824ef82cc04d3a48e1a5763af25736 (patch)
tree52b1b1cba0b8a6d91e347946d8eeeeeb492a0145 /plugins
parentc5f002d4e8b4e5ac7caa0689f56cbe6f9ddf9796 (diff)
downloadorg.eclipse.papyrus-b3e4a1c4a4824ef82cc04d3a48e1a5763af25736.tar.gz
org.eclipse.papyrus-b3e4a1c4a4824ef82cc04d3a48e1a5763af25736.tar.xz
org.eclipse.papyrus-b3e4a1c4a4824ef82cc04d3a48e1a5763af25736.zip
Export the uml cell editor package.
Change-Id: I503a5e94ac4cd727ee8f5b51a8569ba45f010a47 Signed-off-by: Nicolas FAUVERGUE <nicolas.fauvergue@all4tec.net>
Diffstat (limited to 'plugins')
-rw-r--r--plugins/uml/nattable/org.eclipse.papyrus.uml.nattable/META-INF/MANIFEST.MF1
1 files changed, 1 insertions, 0 deletions
diff --git a/plugins/uml/nattable/org.eclipse.papyrus.uml.nattable/META-INF/MANIFEST.MF b/plugins/uml/nattable/org.eclipse.papyrus.uml.nattable/META-INF/MANIFEST.MF
index c004d1c93c3..f4799fb9169 100644
--- a/plugins/uml/nattable/org.eclipse.papyrus.uml.nattable/META-INF/MANIFEST.MF
+++ b/plugins/uml/nattable/org.eclipse.papyrus.uml.nattable/META-INF/MANIFEST.MF
@@ -5,6 +5,7 @@ Export-Package: org.eclipse.papyrus.uml.nattable,
org.eclipse.papyrus.uml.nattable.editor,
org.eclipse.papyrus.uml.nattable.manager.axis,
org.eclipse.papyrus.uml.nattable.manager.cell,
+ org.eclipse.papyrus.uml.nattable.manager.cell.editor,
org.eclipse.papyrus.uml.nattable.messages,
org.eclipse.papyrus.uml.nattable.provider,
org.eclipse.papyrus.uml.nattable.tester,

Back to the top