Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'features')
-rw-r--r--features/papyrus-extra-features/org.eclipse.papyrus.extra.feature/feature.xml4
-rw-r--r--features/papyrus-extra-features/org.eclipse.papyrus.requirements.feature/feature.xml30
2 files changed, 32 insertions, 2 deletions
diff --git a/features/papyrus-extra-features/org.eclipse.papyrus.extra.feature/feature.xml b/features/papyrus-extra-features/org.eclipse.papyrus.extra.feature/feature.xml
index 5b2594958c8..1822a6137c8 100644
--- a/features/papyrus-extra-features/org.eclipse.papyrus.extra.feature/feature.xml
+++ b/features/papyrus-extra-features/org.eclipse.papyrus.extra.feature/feature.xml
@@ -120,4 +120,8 @@ http://www.eclipse.org/legal/epl-v10.html
id="org.eclipse.papyrus.sysml.nattable.feature"
version="0.0.0"/>
+ <includes
+ id="org.eclipse.papyrus.metrics.feature"
+ version="0.0.0"/>
+
</feature>
diff --git a/features/papyrus-extra-features/org.eclipse.papyrus.requirements.feature/feature.xml b/features/papyrus-extra-features/org.eclipse.papyrus.requirements.feature/feature.xml
index 6b3247a06b6..62adaf4fc73 100644
--- a/features/papyrus-extra-features/org.eclipse.papyrus.requirements.feature/feature.xml
+++ b/features/papyrus-extra-features/org.eclipse.papyrus.requirements.feature/feature.xml
@@ -6,7 +6,7 @@
provider-name="%providerName">
<description>
- This feature support model-based specification of requirements
+ This feature supports model-based requirements engineering
</description>
<copyright url="http://www.eclipse.org/legal/epl-v10.html">
@@ -22,6 +22,10 @@ http://www.eclipse.org/legal/epl-v10.html
%license
</license>
+ <requires>
+ <import feature="org.eclipse.papyrus.metrics.feature" version="0.7.0.qualifier"/>
+ </requires>
+
<plugin
id="org.eclipse.papyrus.requirements.common"
download-size="0"
@@ -133,12 +137,27 @@ http://www.eclipse.org/legal/epl-v10.html
unpack="false"/>
<plugin
+ id="org.eclipse.papyrus.requirements.sysml.matrix.satisfiedBy.config"
+ download-size="0"
+ install-size="0"
+ version="0.0.0"
+ unpack="false"/>
+
+ <plugin
+ id="org.eclipse.papyrus.requirements.sysml.verification"
+ download-size="0"
+ install-size="0"
+ version="0.0.0"
+ unpack="false"/>
+
+ <plugin
id="org.eclipse.papyrus.requirements.reqif"
download-size="0"
install-size="0"
version="0.0.0"
unpack="false"/>
- <plugin
+
+ <plugin
id="org.eclipse.rmf.reqif10"
download-size="0"
install-size="0"
@@ -180,4 +199,11 @@ http://www.eclipse.org/legal/epl-v10.html
version="0.0.0"
unpack="false"/>
+ <plugin
+ id="org.eclipse.papyrus.requirements.metrics.library"
+ download-size="0"
+ install-size="0"
+ version="0.0.0"
+ unpack="false"/>
+
</feature>

Back to the top