From 03491c503d00cb76266ad88ec791cbd3b821e5bb Mon Sep 17 00:00:00 2001 From: Dan Rose Date: Tue, 17 Sep 2019 15:15:46 -0500 Subject: [PATCH] Switch from colcon.pkg to package.xml and add build-time dependencies. Signed-off-by: Dan Rose --- colcon.pkg | 3 --- package.xml | 19 +++++++++++++++++++ 2 files changed, 19 insertions(+), 3 deletions(-) delete mode 100644 colcon.pkg create mode 100644 package.xml diff --git a/colcon.pkg b/colcon.pkg deleted file mode 100644 index 043b26c..0000000 --- a/colcon.pkg +++ /dev/null @@ -1,3 +0,0 @@ -{ - "name": "cyclonedds" -} diff --git a/package.xml b/package.xml new file mode 100644 index 0000000..de18058 --- /dev/null +++ b/package.xml @@ -0,0 +1,19 @@ + + + + cyclonedds + 0.1.0 + Eclipse Cyclone DDS is a very performant and robust open-source DDS implementation. Cyclone DDS is developed completely in the open as an Eclipse IoT project. + Eclipse Foundation, Inc. + Eclipse Public License 2.0 + https://projects.eclipse.org/projects/iot.cyclonedds + + cmake + maven + java + + + cmake + + +