From 2c9f125c23b1c9024dc88a15f8a00d6ff133b294 Mon Sep 17 00:00:00 2001
From: Alexander Diewald <diewald@fortiss.org>
Date: Thu, 28 Feb 2019 10:42:50 +0100
Subject: [PATCH] Use the separated af3-rcp

... include it as a submodule.

Issue-Ref: 3620
Signed-off-by: Alexander Diewald <diewald@fortiss.org>
---
 .gitmodules     | 4 ++++
 bundles/af3-rcp | 1 +
 bundles/pom.xml | 2 +-
 3 files changed, 6 insertions(+), 1 deletion(-)
 create mode 160000 bundles/af3-rcp

diff --git a/.gitmodules b/.gitmodules
index 02fdf01..6e9e58b 100644
--- a/.gitmodules
+++ b/.gitmodules
@@ -26,3 +26,7 @@
 	path = products/af3
 	url = https://git.fortiss.org/af3/af3-products.git
 	branch = master
+[submodule "bundles/af3-rcp"]
+	path = bundles/af3-rcp
+	url = https://git.fortiss.org/af3/af3-rcp.git
+	branch = master
diff --git a/bundles/af3-rcp b/bundles/af3-rcp
new file mode 160000
index 0000000..0e3fd62
--- /dev/null
+++ b/bundles/af3-rcp
@@ -0,0 +1 @@
+Subproject commit 0e3fd620689e4e26f37a96f7f063500b63a9784b
diff --git a/bundles/pom.xml b/bundles/pom.xml
index 6a61726..e32293f 100644
--- a/bundles/pom.xml
+++ b/bundles/pom.xml
@@ -183,7 +183,6 @@
         <module>af3/org.fortiss.af3.platform.ui</module>
         <module>af3/org.fortiss.af3.project</module>
         <module>af3/org.fortiss.af3.project.ui</module>
-        <module>af3/org.fortiss.af3.rcp.application</module>
         <module>af3/org.fortiss.af3.refinement</module>
         <module>af3/org.fortiss.af3.refinement.ui</module>
         <module>af3/org.fortiss.af3.safety</module>
@@ -204,6 +203,7 @@
         <module>af3/org.fortiss.af3.timing.ui</module>
         <module>af3/org.fortiss.af3.tools</module>
         <module>af3/org.fortiss.pragmatictransformation</module>
+        <module>af3-rcp/org.fortiss.af3.rcp.application</module>
       </modules>
     </profile>
   </profiles>
-- 
GitLab