From bd0eed9fafe83ca0eb6a10eafe92864d63685fdc Mon Sep 17 00:00:00 2001
From: Alberto Debiasi <adebiasi@fbk.eu>
Date: Wed, 6 May 2020 16:24:52 +0200
Subject: [PATCH] Fix missing CHESS, EST, SDE features in CHESS bundle.

Change-Id: I57accfabe9ed7980b8184754673dc0d25811a136
---
 .../releng/org.polarsys.chess.product/CHESS.product         | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/org.polarsys.chess.parent/releng/org.polarsys.chess.product/CHESS.product b/org.polarsys.chess.parent/releng/org.polarsys.chess.product/CHESS.product
index 52017dc42..776da3e2e 100644
--- a/org.polarsys.chess.parent/releng/org.polarsys.chess.product/CHESS.product
+++ b/org.polarsys.chess.parent/releng/org.polarsys.chess.product/CHESS.product
@@ -128,9 +128,9 @@
       <feature id="org.eclipse.sirius.samples"/>
       <feature id="org.eclipse.sirius.specifier.ide.ui.aql"/>
       <feature id="org.eclipse.sirius.specifier.ide.ui"/>
-      <feature id="eu.fbk.eclipse.standardtools.feature"/>
-      <feature id="org.polarsys.chess.feature"/>
-      <feature id="eu.fbk.tools.sde.feature"/>
+      <feature id="eu.fbk.eclipse.standardtools.feature" installMode="root"/>
+      <feature id="org.polarsys.chess.feature" installMode="root"/>
+      <feature id="eu.fbk.tools.sde.feature" installMode="root"/>
    </features>
 
    <configurations>
-- 
GitLab