Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNicolas FAUVERGUE2017-01-11 16:22:01 +0000
committerGerrit Code Review @ Eclipse.org2017-01-26 12:47:52 +0000
commit7656d60675284f0a10e5f462917bd7f255ac00ec (patch)
treec1eac5f6317d623d0178007b5f8c16b261d2a875 /features
parentd8ef7b72524b7d0b2cd2b2c4345c2dd976e2b665 (diff)
downloadorg.eclipse.papyrus-7656d60675284f0a10e5f462917bd7f255ac00ec.tar.gz
org.eclipse.papyrus-7656d60675284f0a10e5f462917bd7f255ac00ec.tar.xz
org.eclipse.papyrus-7656d60675284f0a10e5f462917bd7f255ac00ec.zip
Bug 487932: [Table] SysML 1.1 Junit tests must be moved to UML NatTable
plugins https://bugs.eclipse.org/bugs/show_bug.cgi?id=487932 Create an UML plugin with dynamic profile to reproduce the SysML allocations and requirements tests without SysML profile. Change-Id: I9cc6acca78c94f60e505d4c603cedf0dae0f2a70 Signed-off-by: Nicolas FAUVERGUE <nicolas.fauvergue@cea.fr>
Diffstat (limited to 'features')
-rwxr-xr-xfeatures/papyrus-tests-features/org.eclipse.papyrus.tests.uml.nattable.feature/feature.xml2
1 files changed, 2 insertions, 0 deletions
diff --git a/features/papyrus-tests-features/org.eclipse.papyrus.tests.uml.nattable.feature/feature.xml b/features/papyrus-tests-features/org.eclipse.papyrus.tests.uml.nattable.feature/feature.xml
index 31f30a3ecd2..530c41d1792 100755
--- a/features/papyrus-tests-features/org.eclipse.papyrus.tests.uml.nattable.feature/feature.xml
+++ b/features/papyrus-tests-features/org.eclipse.papyrus.tests.uml.nattable.feature/feature.xml
@@ -26,5 +26,7 @@ http://www.eclipse.org/legal/epl-v10.html
<plugin download-size="0" id="org.eclipse.papyrus.uml.nattable.generic.tests" install-size="0" unpack="false" version="0.0.0"/>
<plugin download-size="0" id="org.eclipse.papyrus.uml.nattable.clazz.config.tests" install-size="0" unpack="false" version="0.0.0"/>
+
+ <plugin download-size="0" id="org.eclipse.papyrus.uml.nattable.stereotyped.elements.tests" install-size="0" unpack="false" version="0.0.0"/>
</feature> \ No newline at end of file

Back to the top