From 20b4df3ecbf8473dd94e71be56934c22c2ca81f4 Mon Sep 17 00:00:00 2001 From: Tiziano Munaro <munaro@fortiss.org> Date: Fri, 6 Mar 2020 10:25:31 +0100 Subject: [PATCH] Add RaspberryPi plugins to the maven build Issue-Ref: 3867 Issue-Url: https://af3-developer.fortiss.org/issues/3867 Signed-off-by: Tiziano Munaro <munaro@fortiss.org> --- bundles/af3 | 2 +- bundles/af3-rcp | 2 +- bundles/kernel | 2 +- bundles/pom.xml | 2 ++ features/af3 | 2 +- products/af3 | 2 +- tests/af3 | 2 +- 7 files changed, 8 insertions(+), 6 deletions(-) diff --git a/bundles/af3 b/bundles/af3 index 04db574..7bca808 160000 --- a/bundles/af3 +++ b/bundles/af3 @@ -1 +1 @@ -Subproject commit 04db574e0dba37879c7a17d91042dfc3781e85f8 +Subproject commit 7bca8087e17572ac6db2be31ee6efe0a963e889b diff --git a/bundles/af3-rcp b/bundles/af3-rcp index f6f2dd0..67e7dc2 160000 --- a/bundles/af3-rcp +++ b/bundles/af3-rcp @@ -1 +1 @@ -Subproject commit f6f2dd0bacefff71fa23b80717e6b4ad90898995 +Subproject commit 67e7dc245d3fbf736c55ea53acf186a3184812c8 diff --git a/bundles/kernel b/bundles/kernel index 8126b72..84bf0ac 160000 --- a/bundles/kernel +++ b/bundles/kernel @@ -1 +1 @@ -Subproject commit 8126b729b673760dd67f801072ca441589964a86 +Subproject commit 84bf0ac8836165897f697de3b9284a8480aa195b diff --git a/bundles/pom.xml b/bundles/pom.xml index 7b7fcf7..a36eb4a 100644 --- a/bundles/pom.xml +++ b/bundles/pom.xml @@ -85,6 +85,8 @@ <module>af3/org.fortiss.af3.platform</module> <module>af3/org.fortiss.af3.platform.hierarchic</module> <module>af3/org.fortiss.af3.platform.hierarchic.ui</module> + <module>af3/org.fortiss.af3.platform.raspberry</module> + <module>af3/org.fortiss.af3.platform.raspberry.ui</module> <module>af3/org.fortiss.af3.platform.ui</module> <module>af3/org.fortiss.af3.project</module> <module>af3/org.fortiss.af3.project.ui</module> diff --git a/features/af3 b/features/af3 index aad84b4..7704012 160000 --- a/features/af3 +++ b/features/af3 @@ -1 +1 @@ -Subproject commit aad84b423bc26f88ed708ffdfbe07c50fb42ca7e +Subproject commit 7704012216268840bda1c255759fb9decebbe515 diff --git a/products/af3 b/products/af3 index 97d6d85..473e7ca 160000 --- a/products/af3 +++ b/products/af3 @@ -1 +1 @@ -Subproject commit 97d6d854195c8a30d0b2414d8f466e2e70c5508c +Subproject commit 473e7cac8da1d0ad1e93bde708a21fab7d3aea21 diff --git a/tests/af3 b/tests/af3 index 5d0e5d6..1f89ab7 160000 --- a/tests/af3 +++ b/tests/af3 @@ -1 +1 @@ -Subproject commit 5d0e5d67e9220fc655a81c656223750243a3de21 +Subproject commit 1f89ab7be7b9802937725b62713402dc39db8c56 -- GitLab