Skip to content

Commit

Permalink
Merge pull request #169 from ros2/rep149
Browse files Browse the repository at this point in the history
use format 3
  • Loading branch information
dirk-thomas committed Nov 14, 2017
2 parents 24bf7b5 + afb7ec4 commit 8dc4b7e
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions rmw_fastrtps_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_fastrtps_cpp</name>
<version>0.0.3</version>
<description>Implement the ROS middleware interface using eProsima FastRTPS static code generation 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

0 comments on commit 8dc4b7e

Please sign in to comment.