Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'features/papyrus-tests-features/org.eclipse.papyrus.tests.feature/feature.xml')
-rw-r--r--features/papyrus-tests-features/org.eclipse.papyrus.tests.feature/feature.xml6
1 files changed, 5 insertions, 1 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 42aae7cf93e..0360944b167 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
@@ -1,8 +1,8 @@
<?xml version="1.0" encoding="UTF-8"?>
<feature
id="org.eclipse.papyrus.tests.feature"
- version="2.0.0.qualifier"
label="%featureName"
+ version="2.0.0.qualifier"
provider-name="%providerName"
license-feature="org.eclipse.license"
license-feature-version="2.0.2">
@@ -75,6 +75,10 @@
id="org.eclipse.papyrus.tests.toolsmiths.feature"
version="0.0.0"/>
+ <includes
+ id="org.eclipse.papyrus.tests.emf.facet.feature"
+ version="0.0.0"/>
+
<requires>
<import feature="org.eclipse.papyrus.junit.feature" version="1.0.0" match="compatible"/>
</requires>

Back to the top