Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorVincent Lorenzo2015-05-13 09:13:51 +0000
committerVincent Lorenzo2015-05-13 09:24:45 +0000
commit16701951608bc4c6da88be5f21b4e78a49133e81 (patch)
treeaa89e3b628bb7b67fb18468d5ec0d43e99d61677 /features/papyrus-tests-features/org.eclipse.papyrus.tests.feature
parent068901af07c00c3d80496c4f0df29f38b14d6fa4 (diff)
downloadorg.eclipse.papyrus-16701951608bc4c6da88be5f21b4e78a49133e81.tar.gz
org.eclipse.papyrus-16701951608bc4c6da88be5f21b4e78a49133e81.tar.xz
org.eclipse.papyrus-16701951608bc4c6da88be5f21b4e78a49133e81.zip
Add a new test plugin for clipboard contents + fix a test on nattable framework
Diffstat (limited to 'features/papyrus-tests-features/org.eclipse.papyrus.tests.feature')
-rw-r--r--features/papyrus-tests-features/org.eclipse.papyrus.tests.feature/feature.xml7
1 files changed, 7 insertions, 0 deletions
diff --git a/features/papyrus-tests-features/org.eclipse.papyrus.tests.feature/feature.xml b/features/papyrus-tests-features/org.eclipse.papyrus.tests.feature/feature.xml
index e16a6517e4c..288037a7795 100644
--- a/features/papyrus-tests-features/org.eclipse.papyrus.tests.feature/feature.xml
+++ b/features/papyrus-tests-features/org.eclipse.papyrus.tests.feature/feature.xml
@@ -134,4 +134,11 @@ http://www.eclipse.org/legal/epl-v10.html
version="0.0.0"
unpack="false"/>
+ <plugin
+ id="org.eclipse.papyrus.infra.core.clipboard.tests"
+ download-size="0"
+ install-size="0"
+ version="0.0.0"
+ unpack="false"/>
+
</feature>

Back to the top