From dff59285f4457ddbfd339f383765a08e3d09c787 Mon Sep 17 00:00:00 2001 From: "Addisu Z. Taddese" Date: Fri, 10 Nov 2023 12:22:16 -0600 Subject: [PATCH] Add gz-tools to gz-plugin Signed-off-by: Addisu Z. Taddese --- gz-plugin2.yaml | 4 ++++ gz-plugin3.yaml | 4 ++++ 2 files changed, 8 insertions(+) diff --git a/gz-plugin2.yaml b/gz-plugin2.yaml index a73244c1..92ad9d02 100644 --- a/gz-plugin2.yaml +++ b/gz-plugin2.yaml @@ -8,6 +8,10 @@ repositories: type: git url: https://github.com/gazebosim/gz-plugin version: gz-plugin2 + gz-tools: + type: git + url: https://github.com/gazebosim/gz-tools + version: gz-tools2 gz-utils: type: git url: https://github.com/gazebosim/gz-utils diff --git a/gz-plugin3.yaml b/gz-plugin3.yaml index b55df133..a2d8e7aa 100644 --- a/gz-plugin3.yaml +++ b/gz-plugin3.yaml @@ -8,6 +8,10 @@ repositories: type: git url: https://github.com/gazebosim/gz-plugin version: main + gz-tools: + type: git + url: https://github.com/gazebosim/gz-tools + version: gz-tools2 gz-utils: type: git url: https://github.com/gazebosim/gz-utils