Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorvlorenzo2013-05-27 09:10:12 +0000
committervlorenzo2013-05-27 09:10:12 +0000
commit3eabba06b312cd59d661d4284ad1c5790c936e8f (patch)
treed210fb5ee462d08538cce65de1dd49a49d374f57 /features
parent531420e77c81ffdaff34e1114e512aa0c4a5e4ff (diff)
downloadorg.eclipse.papyrus-3eabba06b312cd59d661d4284ad1c5790c936e8f.tar.gz
org.eclipse.papyrus-3eabba06b312cd59d661d4284ad1c5790c936e8f.tar.xz
org.eclipse.papyrus-3eabba06b312cd59d661d4284ad1c5790c936e8f.zip
408933: [General] [Table 2] Add (Nat)Table plugins to releng
https://bugs.eclipse.org/bugs/show_bug.cgi?id=408933
Diffstat (limited to 'features')
-rw-r--r--features/papyrus-extra-features/org.eclipse.papyrus.infra.nattable.feature/feature.xml35
1 files changed, 35 insertions, 0 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 dd83ce57585..f808dc3e133 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
@@ -39,4 +39,39 @@ http://www.eclipse.org/legal/epl-v10.html
version="0.0.0"
unpack="false"/>
+ <plugin
+ id="org.eclipse.papyrus.infra.nattable"
+ download-size="0"
+ install-size="0"
+ version="0.0.0"
+ unpack="false"/>
+
+ <plugin
+ id="org.eclipse.papyrus.infra.nattable.common"
+ download-size="0"
+ install-size="0"
+ version="0.0.0"
+ unpack="false"/>
+
+ <plugin
+ id="org.eclipse.papyrus.infra.nattable.modelexplorer"
+ download-size="0"
+ install-size="0"
+ version="0.0.0"
+ unpack="false"/>
+
+ <plugin
+ id="org.eclipse.papyrus.infra.nattable.views.config"
+ download-size="0"
+ install-size="0"
+ version="0.0.0"
+ unpack="false"/>
+
+ <plugin
+ id="org.eclipse.papyrus.infra.nattable.views.editor"
+ download-size="0"
+ install-size="0"
+ version="0.0.0"
+ unpack="false"/>
+
</feature>

Back to the top