Skip to content

Commit

Permalink
Match comment style between different repositories.
Browse files Browse the repository at this point in the history
Updated verbiage pulled from ros2/rmw_implementation#41
  • Loading branch information
nuclearsandwich committed Jun 22, 2018
1 parent 832f794 commit 0f3663c
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
5 changes: 4 additions & 1 deletion rosidl_typesupport_c/package.xml
Expand Up @@ -12,7 +12,10 @@
<build_depend>libpoco-dev</build_depend>
<build_depend>poco_vendor</build_depend>
<build_depend>rosidl_generator_c</build_depend>
<!-- Add redundant dependencies from group rosidl_typesupport_c_packages for bloom -->
<!--
Bloom does not support group_depend so entries below duplicate the group rosidl_typesupport_c_packages.
This ensures that binary packages have support for all of these rmw impl. enabled.
-->
<build_depend>rosidl_typesupport_connext_c</build_depend>
<build_depend>rosidl_typesupport_introspection_c</build_depend>
<build_depend>rosidl_typesupport_opensplice_c</build_depend>
Expand Down
5 changes: 4 additions & 1 deletion rosidl_typesupport_cpp/package.xml
Expand Up @@ -12,7 +12,10 @@
<build_depend>libpoco-dev</build_depend>
<build_depend>poco_vendor</build_depend>
<build_depend>rosidl_generator_c</build_depend>
<!-- Add redundant dependencies from group rosidl_typesupport_cpp_packages for bloom -->
<!--
Bloom does not support group_depend so entries below duplicate the group rosidl_typesupport_cpp_packages.
This ensures that binary packages have support for all of these rmw impl. enabled.
-->
<build_depend>rosidl_typesupport_connext_cpp</build_depend>
<build_depend>rosidl_typesupport_introspection_cpp</build_depend>
<build_depend>rosidl_typesupport_opensplice_cpp</build_depend>
Expand Down

0 comments on commit 0f3663c

Please sign in to comment.