From c4ae8bb252b71521a04b38481b1f598ac9ffaec5 Mon Sep 17 00:00:00 2001
From: Luca Cristoforetti <cristofo@fbk.eu>
Date: Thu, 26 Mar 2020 10:08:50 +0100
Subject: [PATCH] Change plugin position in features

---
 .../features/eu.fbk.tools.aida.chess.feature/feature.xml   | 7 +++++++
 plugins/org.polarsys.chess.feature/feature.xml             | 7 -------
 2 files changed, 7 insertions(+), 7 deletions(-)

diff --git a/org.polarsys.chess.parent/features/eu.fbk.tools.aida.chess.feature/feature.xml b/org.polarsys.chess.parent/features/eu.fbk.tools.aida.chess.feature/feature.xml
index 5a13c248e..1c2707a63 100644
--- a/org.polarsys.chess.parent/features/eu.fbk.tools.aida.chess.feature/feature.xml
+++ b/org.polarsys.chess.parent/features/eu.fbk.tools.aida.chess.feature/feature.xml
@@ -80,4 +80,11 @@
          version="0.0.0"
          unpack="false"/>
 
+   <plugin
+         id="org.polarsys.chess.checkers"
+         download-size="0"
+         install-size="0"
+         version="0.0.0"
+         unpack="false"/>
+
 </feature>
diff --git a/plugins/org.polarsys.chess.feature/feature.xml b/plugins/org.polarsys.chess.feature/feature.xml
index 02908d924..02d98cebe 100644
--- a/plugins/org.polarsys.chess.feature/feature.xml
+++ b/plugins/org.polarsys.chess.feature/feature.xml
@@ -194,11 +194,4 @@ http://www.eclipse.org/legal/epl-v10.html
          version="0.0.0"
          unpack="false"/>
 
-   <plugin
-         id="org.polarsys.chess.checkers"
-         download-size="0"
-         install-size="0"
-         version="0.0.0"
-         unpack="false"/>
-
 </feature>
-- 
GitLab