Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorvlorenzo2014-01-16 15:18:36 +0000
committervlorenzo2014-01-16 15:18:36 +0000
commit226fc6f1a62ec5cdf57e6952284edb4c108d9c78 (patch)
tree418b1df097dac74f9edbdfd62586bb7a85b1fd8d /plugins/infra/nattable/org.eclipse.papyrus.infra.nattable/META-INF
parentf7dda07713b6ff343dfb5f9129bbb08b7cee30ad (diff)
downloadorg.eclipse.papyrus-226fc6f1a62ec5cdf57e6952284edb4c108d9c78.tar.gz
org.eclipse.papyrus-226fc6f1a62ec5cdf57e6952284edb4c108d9c78.tar.xz
org.eclipse.papyrus-226fc6f1a62ec5cdf57e6952284edb4c108d9c78.zip
425890: [Table2]/[Diagram] PapyrusPreferenceStore must be refactored to
be used by all Papyrus Editors https://bugs.eclipse.org/bugs/show_bug.cgi?id=425890 refactore the diagram preferences + add preferences support for table
Diffstat (limited to 'plugins/infra/nattable/org.eclipse.papyrus.infra.nattable/META-INF')
-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 0c3ff4c6a4f..4d5061bd4b3 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
@@ -37,6 +37,7 @@ Export-Package: org.eclipse.papyrus.infra.nattable,
org.eclipse.papyrus.infra.nattable.nattableconfiguration,
org.eclipse.papyrus.infra.nattable.painter,
org.eclipse.papyrus.infra.nattable.paste,
+ org.eclipse.papyrus.infra.nattable.preferences,
org.eclipse.papyrus.infra.nattable.provider,
org.eclipse.papyrus.infra.nattable.reorder,
org.eclipse.papyrus.infra.nattable.tester,

Back to the top