Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorVincent Lorenzo2013-09-06 11:50:11 +0000
committerVincent Lorenzo2013-09-06 11:50:11 +0000
commit2ef41c6d7a196ceeb1ac0d77074655588d5378a8 (patch)
tree43d96b5154a325547d914830a617c3675ae8f08a /features
parent64266c9984d085960e58b64ce0b3cffe2f973309 (diff)
downloadorg.eclipse.papyrus-2ef41c6d7a196ceeb1ac0d77074655588d5378a8.tar.gz
org.eclipse.papyrus-2ef41c6d7a196ceeb1ac0d77074655588d5378a8.tar.xz
org.eclipse.papyrus-2ef41c6d7a196ceeb1ac0d77074655588d5378a8.zip
410311: [Table 2] Missing dependency to Nattable when installing the new
Table Support https://bugs.eclipse.org/bugs/show_bug.cgi?id=410311
Diffstat (limited to 'features')
-rw-r--r--features/papyrus-extra-features/org.eclipse.papyrus.infra.nattable.feature/feature.xml11
1 files changed, 7 insertions, 4 deletions
diff --git a/features/papyrus-extra-features/org.eclipse.papyrus.infra.nattable.feature/feature.xml b/features/papyrus-extra-features/org.eclipse.papyrus.infra.nattable.feature/feature.xml
index aff5161ba9d..f37cc97725f 100644
--- a/features/papyrus-extra-features/org.eclipse.papyrus.infra.nattable.feature/feature.xml
+++ b/features/papyrus-extra-features/org.eclipse.papyrus.infra.nattable.feature/feature.xml
@@ -18,10 +18,6 @@ http://www.eclipse.org/legal/epl-v10.html
%license
</license>
- <includes
- id="org.eclipse.nebula.widgets.nattable.core.feature"
- version="0.0.0"/>
-
<plugin
id="org.eclipse.papyrus.infra.nattable.model"
download-size="0"
@@ -106,4 +102,11 @@ http://www.eclipse.org/legal/epl-v10.html
version="0.0.0"
unpack="false"/>
+ <plugin
+ id="org.eclipse.nebula.widgets.nattable.core"
+ download-size="0"
+ install-size="0"
+ version="0.0.0"
+ unpack="false"/>
+
</feature>

Back to the top