Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--features/org.eclipse.papyrus.infra.feature/feature.xml14
1 files changed, 14 insertions, 0 deletions
diff --git a/features/org.eclipse.papyrus.infra.feature/feature.xml b/features/org.eclipse.papyrus.infra.feature/feature.xml
index 58f12d2dfb9..087ae07b880 100644
--- a/features/org.eclipse.papyrus.infra.feature/feature.xml
+++ b/features/org.eclipse.papyrus.infra.feature/feature.xml
@@ -59,4 +59,18 @@
version="0.0.0"
unpack="false"/>
+ <plugin
+ id="org.eclipse.papyrus.infra.constraints"
+ download-size="0"
+ install-size="0"
+ version="0.0.0"
+ unpack="false"/>
+
+ <plugin
+ id="org.eclipse.papyrus.infra.constraints.edit"
+ download-size="0"
+ install-size="0"
+ version="0.0.0"
+ unpack="false"/>
+
</feature>

Back to the top