Skip to content
This repository has been archived by the owner on Jun 21, 2023. It is now read-only.

use format 3 #267

Merged
merged 1 commit into from
Nov 14, 2017
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 4 additions & 2 deletions rmw_connext_cpp/package.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0"?>
<?xml-model href="http://download.ros.org/schema/package_format2.xsd" schematypens="http://www.w3.org/2001/XMLSchema"?>
<package format="2">
<?xml-model href="http://download.ros.org/schema/package_format3.xsd" schematypens="http://www.w3.org/2001/XMLSchema"?>
<package format="3">
<name>rmw_connext_cpp</name>
<version>0.0.3</version>
<description>Implement the ROS middleware interface using RTI Connext static code generation in C++.</description>
Expand Down Expand Up @@ -38,6 +38,8 @@
<test_depend>ament_lint_auto</test_depend>
<test_depend>ament_lint_common</test_depend>

<member_of_group>rmw_implementations</member_of_group>

<export>
<build_type>ament_cmake</build_type>
</export>
Expand Down
6 changes: 4 additions & 2 deletions rmw_connext_dynamic_cpp/package.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0"?>
<?xml-model href="http://download.ros.org/schema/package_format2.xsd" schematypens="http://www.w3.org/2001/XMLSchema"?>
<package format="2">
<?xml-model href="http://download.ros.org/schema/package_format3.xsd" schematypens="http://www.w3.org/2001/XMLSchema"?>
<package format="3">
<name>rmw_connext_dynamic_cpp</name>
<version>0.0.3</version>
<description>Implement the ROS middleware interface using RTI Connext DynammicData interface in C++.</description>
Expand Down Expand Up @@ -33,6 +33,8 @@
<test_depend>ament_lint_auto</test_depend>
<test_depend>ament_lint_common</test_depend>

<member_of_group>rmw_implementations</member_of_group>

<export>
<build_type>ament_cmake</build_type>
</export>
Expand Down