Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNicolas FAUVERGUE2016-04-21 15:22:02 +0000
committerNicolas FAUVERGUE2016-04-21 15:22:02 +0000
commit382b58a08d529708d4b0c7a920b84fe9cb86685d (patch)
tree1730031f96e0780691d73892788d10eb39895a02 /features
parent073c008a662e16a408cd08ae098ffac494b185ad (diff)
downloadorg.eclipse.papyrus-382b58a08d529708d4b0c7a920b84fe9cb86685d.tar.gz
org.eclipse.papyrus-382b58a08d529708d4b0c7a920b84fe9cb86685d.tar.xz
org.eclipse.papyrus-382b58a08d529708d4b0c7a920b84fe9cb86685d.zip
Bug 482830: [Table] Papyrus must provide a way to create and edit easily
table configuration file https://bugs.eclipse.org/bugs/show_bug.cgi?id=482830 Add the customization.nattableconfiguration plugin to the customization feature. Change-Id: I22f42d984a3cea5406fd1e2e5befb035384fb995 Signed-off-by: Nicolas FAUVERGUE <nicolas.fauvergue@all4tec.net>
Diffstat (limited to 'features')
-rw-r--r--features/papyrus-main-features/org.eclipse.papyrus.customization.feature/feature.xml2
1 files changed, 2 insertions, 0 deletions
diff --git a/features/papyrus-main-features/org.eclipse.papyrus.customization.feature/feature.xml b/features/papyrus-main-features/org.eclipse.papyrus.customization.feature/feature.xml
index 62d35b33ab1..6d94b7648c3 100644
--- a/features/papyrus-main-features/org.eclipse.papyrus.customization.feature/feature.xml
+++ b/features/papyrus-main-features/org.eclipse.papyrus.customization.feature/feature.xml
@@ -13,6 +13,8 @@ http://www.eclipse.org/legal/epl-v10.html
%license
</license>
+ <plugin download-size="0" id="org.eclipse.papyrus.customization.nattableconfiguration" install-size="0" unpack="false" version="0.0.0"/>
+
<plugin download-size="0" id="org.eclipse.papyrus.customization.paletteconfiguration" install-size="0" unpack="false" version="0.0.0"/>
<plugin download-size="0" id="org.eclipse.papyrus.customization.properties" install-size="0" unpack="false" version="0.0.0"/>

Back to the top