Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorvlorenzo2013-07-03 15:08:03 +0000
committervlorenzo2013-07-03 15:08:03 +0000
commitaf097cbcea02199f253e0b1bc32cae4aee05e917 (patch)
tree9c7f5d2a4600ba2c87a9208087886e2eaaa8b82e /features
parent5216737713d03f54bbe1338ddd345bf59ec69865 (diff)
downloadorg.eclipse.papyrus-af097cbcea02199f253e0b1bc32cae4aee05e917.tar.gz
org.eclipse.papyrus-af097cbcea02199f253e0b1bc32cae4aee05e917.tar.xz
org.eclipse.papyrus-af097cbcea02199f253e0b1bc32cae4aee05e917.zip
412225: [Table 2] The generated table editor must be tested
https://bugs.eclipse.org/bugs/show_bug.cgi?id=412225 Add the new plugin oep.infra.nattable.model.editor.tests to the build.
Diffstat (limited to 'features')
-rw-r--r--features/papyrus-tests-extra-features/org.eclipse.papyrus.infra.nattable.tests.feature/feature.xml7
1 files changed, 7 insertions, 0 deletions
diff --git a/features/papyrus-tests-extra-features/org.eclipse.papyrus.infra.nattable.tests.feature/feature.xml b/features/papyrus-tests-extra-features/org.eclipse.papyrus.infra.nattable.tests.feature/feature.xml
index 2fd5117d67b..ded9496b5bd 100644
--- a/features/papyrus-tests-extra-features/org.eclipse.papyrus.infra.nattable.tests.feature/feature.xml
+++ b/features/papyrus-tests-extra-features/org.eclipse.papyrus.infra.nattable.tests.feature/feature.xml
@@ -62,4 +62,11 @@ Java and all Java-based trademarks are trademarks of Sun Microsystems, Inc. in t
version="0.0.0"
unpack="false"/>
+ <plugin
+ id="org.eclipse.papyrus.infra.nattable.model.editor.tests"
+ download-size="0"
+ install-size="0"
+ version="0.0.0"
+ unpack="false"/>
+
</feature>

Back to the top