Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

use format 3 #169

Merged
merged 1 commit into from
Nov 14, 2017
Merged
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
use format 3
  • Loading branch information
dirk-thomas committed Nov 7, 2017
commit afb7ec4f5eeb2bf95c2f3a8af587ce14073348f5
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