From 1952a102565d6676bb889e717cba098a8557bdcc Mon Sep 17 00:00:00 2001 From: TP Date: Thu, 1 Oct 2020 12:58:48 +0200 Subject: [PATCH] Added submodules for SDK/swing --- .gitmodules | 48 +++++++++++++++++++++++++++++++ SDK/swing/CreateFeatureSwing | 1 + SDK/swing/CycleCounterSwing | 1 + SDK/swing/EllipseSwing | 1 + SDK/swing/GripAndReleaseSwing | 1 + SDK/swing/HelloWorldSwing | 1 + SDK/swing/IdleTimeSwing | 1 + SDK/swing/LocalizationSwing | 1 + SDK/swing/MoveUntilDetectionSwing | 1 + SDK/swing/MyDaemonSwing | 1 + SDK/swing/MyToolbar | 1 + SDK/swing/NodeOrderingSwing | 1 + SDK/swing/PickOrPlaceSwing | 1 + SDK/swing/ScriptFunctionSwing | 1 + SDK/swing/ToolChangerSwing | 1 + SDK/swing/ToolIOControlSwing | 1 + SDK/swing/UserInput | 1 + 17 files changed, 64 insertions(+) create mode 160000 SDK/swing/CreateFeatureSwing create mode 160000 SDK/swing/CycleCounterSwing create mode 160000 SDK/swing/EllipseSwing create mode 160000 SDK/swing/GripAndReleaseSwing create mode 160000 SDK/swing/HelloWorldSwing create mode 160000 SDK/swing/IdleTimeSwing create mode 160000 SDK/swing/LocalizationSwing create mode 160000 SDK/swing/MoveUntilDetectionSwing create mode 160000 SDK/swing/MyDaemonSwing create mode 160000 SDK/swing/MyToolbar create mode 160000 SDK/swing/NodeOrderingSwing create mode 160000 SDK/swing/PickOrPlaceSwing create mode 160000 SDK/swing/ScriptFunctionSwing create mode 160000 SDK/swing/ToolChangerSwing create mode 160000 SDK/swing/ToolIOControlSwing create mode 160000 SDK/swing/UserInput diff --git a/.gitmodules b/.gitmodules index 796a8bf..9e84207 100644 --- a/.gitmodules +++ b/.gitmodules @@ -49,3 +49,51 @@ [submodule "SDK/html/ScriptFunctionHTML"] path = SDK/html/ScriptFunctionHTML url = https://github.com/UniversalRobots/ScriptFunctionHTML.git +[submodule "SDK/swing/CreateFeatureSwing"] + path = SDK/swing/CreateFeatureSwing + url = https://github.com/UniversalRobots/CreateFeatureSwing.git +[submodule "SDK/swing/CycleCounterSwing"] + path = SDK/swing/CycleCounterSwing + url = https://github.com/UniversalRobots/CycleCounterSwing.git +[submodule "SDK/swing/EllipseSwing"] + path = SDK/swing/EllipseSwing + url = https://github.com/UniversalRobots/EllipseSwing.git +[submodule "SDK/swing/GripAndReleaseSwing"] + path = SDK/swing/GripAndReleaseSwing + url = https://github.com/UniversalRobots/GripAndReleaseSwing.git +[submodule "SDK/swing/HelloWorldSwing"] + path = SDK/swing/HelloWorldSwing + url = https://github.com/UniversalRobots/HelloWorldSwing.git +[submodule "SDK/swing/IdleTimeSwing"] + path = SDK/swing/IdleTimeSwing + url = https://github.com/UniversalRobots/IdleTimeSwing.git +[submodule "SDK/swing/LocalizationSwing"] + path = SDK/swing/LocalizationSwing + url = https://github.com/UniversalRobots/LocalizationSwing.git +[submodule "SDK/swing/MoveUntilDetectionSwing"] + path = SDK/swing/MoveUntilDetectionSwing + url = https://github.com/UniversalRobots/MoveUntilDetectionSwing.git +[submodule "SDK/swing/MyDaemonSwing"] + path = SDK/swing/MyDaemonSwing + url = https://github.com/UniversalRobots/MyDaemonSwing.git +[submodule "SDK/swing/MyToolbar"] + path = SDK/swing/MyToolbar + url = https://github.com/UniversalRobots/MyToolbar.git +[submodule "SDK/swing/NodeOrderingSwing"] + path = SDK/swing/NodeOrderingSwing + url = https://github.com/UniversalRobots/NodeOrderingSwing.git +[submodule "SDK/swing/PickOrPlaceSwing"] + path = SDK/swing/PickOrPlaceSwing + url = https://github.com/UniversalRobots/PickOrPlaceSwing.git +[submodule "SDK/swing/ScriptFunctionSwing"] + path = SDK/swing/ScriptFunctionSwing + url = https://github.com/UniversalRobots/ScriptFunctionSwing.git +[submodule "SDK/swing/ToolChangerSwing"] + path = SDK/swing/ToolChangerSwing + url = https://github.com/UniversalRobots/ToolChangerSwing.git +[submodule "SDK/swing/ToolIOControlSwing"] + path = SDK/swing/ToolIOControlSwing + url = https://github.com/UniversalRobots/ToolIOControlSwing.git +[submodule "SDK/swing/UserInput"] + path = SDK/swing/UserInput + url = https://github.com/UniversalRobots/UserInput.git diff --git a/SDK/swing/CreateFeatureSwing b/SDK/swing/CreateFeatureSwing new file mode 160000 index 0000000..910e96f --- /dev/null +++ b/SDK/swing/CreateFeatureSwing @@ -0,0 +1 @@ +Subproject commit 910e96f76cfa22aae7ab16dc03872a87473ed919 diff --git a/SDK/swing/CycleCounterSwing b/SDK/swing/CycleCounterSwing new file mode 160000 index 0000000..8595382 --- /dev/null +++ b/SDK/swing/CycleCounterSwing @@ -0,0 +1 @@ +Subproject commit 85953828e64965b6551220ff6868c1bc1c912c3a diff --git a/SDK/swing/EllipseSwing b/SDK/swing/EllipseSwing new file mode 160000 index 0000000..e86f68e --- /dev/null +++ b/SDK/swing/EllipseSwing @@ -0,0 +1 @@ +Subproject commit e86f68e2f25805e35e6567dec8a016c09ae8d8f9 diff --git a/SDK/swing/GripAndReleaseSwing b/SDK/swing/GripAndReleaseSwing new file mode 160000 index 0000000..f1993ed --- /dev/null +++ b/SDK/swing/GripAndReleaseSwing @@ -0,0 +1 @@ +Subproject commit f1993ed63c36bf3081018ef80bd89d6ca525c647 diff --git a/SDK/swing/HelloWorldSwing b/SDK/swing/HelloWorldSwing new file mode 160000 index 0000000..b6226f1 --- /dev/null +++ b/SDK/swing/HelloWorldSwing @@ -0,0 +1 @@ +Subproject commit b6226f1f1ae18fbb4bc0c69416886a07f3ccec89 diff --git a/SDK/swing/IdleTimeSwing b/SDK/swing/IdleTimeSwing new file mode 160000 index 0000000..c1debd1 --- /dev/null +++ b/SDK/swing/IdleTimeSwing @@ -0,0 +1 @@ +Subproject commit c1debd1e356a153aeda16f28d7a402c09a77d96e diff --git a/SDK/swing/LocalizationSwing b/SDK/swing/LocalizationSwing new file mode 160000 index 0000000..79f3928 --- /dev/null +++ b/SDK/swing/LocalizationSwing @@ -0,0 +1 @@ +Subproject commit 79f3928716fac978752b3c788ac63ddf35367ece diff --git a/SDK/swing/MoveUntilDetectionSwing b/SDK/swing/MoveUntilDetectionSwing new file mode 160000 index 0000000..10a8df7 --- /dev/null +++ b/SDK/swing/MoveUntilDetectionSwing @@ -0,0 +1 @@ +Subproject commit 10a8df739d472b85f92e0ab5c32d66dbdc7fe47b diff --git a/SDK/swing/MyDaemonSwing b/SDK/swing/MyDaemonSwing new file mode 160000 index 0000000..3823618 --- /dev/null +++ b/SDK/swing/MyDaemonSwing @@ -0,0 +1 @@ +Subproject commit 3823618ec797dfaaf458571f190e48af84e679fc diff --git a/SDK/swing/MyToolbar b/SDK/swing/MyToolbar new file mode 160000 index 0000000..1ef2b9b --- /dev/null +++ b/SDK/swing/MyToolbar @@ -0,0 +1 @@ +Subproject commit 1ef2b9b44c2d1b7f17370343fdf5355910ddfe52 diff --git a/SDK/swing/NodeOrderingSwing b/SDK/swing/NodeOrderingSwing new file mode 160000 index 0000000..86efabd --- /dev/null +++ b/SDK/swing/NodeOrderingSwing @@ -0,0 +1 @@ +Subproject commit 86efabddd1177d5a1cf985bc43914d133c345262 diff --git a/SDK/swing/PickOrPlaceSwing b/SDK/swing/PickOrPlaceSwing new file mode 160000 index 0000000..bc5ba8a --- /dev/null +++ b/SDK/swing/PickOrPlaceSwing @@ -0,0 +1 @@ +Subproject commit bc5ba8a9f2638da93bb3576caed879b6eeb1e182 diff --git a/SDK/swing/ScriptFunctionSwing b/SDK/swing/ScriptFunctionSwing new file mode 160000 index 0000000..ec47d0f --- /dev/null +++ b/SDK/swing/ScriptFunctionSwing @@ -0,0 +1 @@ +Subproject commit ec47d0fa80a809e21cdb5dc381799dade2ecb7a5 diff --git a/SDK/swing/ToolChangerSwing b/SDK/swing/ToolChangerSwing new file mode 160000 index 0000000..f04b667 --- /dev/null +++ b/SDK/swing/ToolChangerSwing @@ -0,0 +1 @@ +Subproject commit f04b6674a439f52ea6335cf374b59a07b22a8815 diff --git a/SDK/swing/ToolIOControlSwing b/SDK/swing/ToolIOControlSwing new file mode 160000 index 0000000..3431eaf --- /dev/null +++ b/SDK/swing/ToolIOControlSwing @@ -0,0 +1 @@ +Subproject commit 3431eaf8265ff258d464156c5b8a2842c1330693 diff --git a/SDK/swing/UserInput b/SDK/swing/UserInput new file mode 160000 index 0000000..72b5c1c --- /dev/null +++ b/SDK/swing/UserInput @@ -0,0 +1 @@ +Subproject commit 72b5c1cb3be280d1de09d9655c2efe44770fbbf7