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

Drop trailing tab from package manifests #291

Merged
merged 1 commit into from
Jan 25, 2021
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
2 changes: 1 addition & 1 deletion ament_clang_format/package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<maintainer email="clairewang@openrobotics.org">Claire Wang</maintainer>
<license>Apache License 2.0</license>

<author email="dthomas@osrfoundation.org">Dirk Thomas</author>
<author email="dthomas@osrfoundation.org">Dirk Thomas</author>

<exec_depend>clang-format</exec_depend>
<exec_depend>python3-yaml</exec_depend>
Expand Down
2 changes: 1 addition & 1 deletion ament_cmake_clang_format/package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<maintainer email="clairewang@openrobotics.org">Claire Wang</maintainer>
<license>Apache License 2.0</license>

<author email="dthomas@osrfoundation.org">Dirk Thomas</author>
<author email="dthomas@osrfoundation.org">Dirk Thomas</author>

<buildtool_depend>ament_cmake_core</buildtool_depend>
<buildtool_depend>ament_cmake_test</buildtool_depend>
Expand Down
2 changes: 1 addition & 1 deletion ament_cmake_copyright/package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<maintainer email="clairewang@openrobotics.org">Claire Wang</maintainer>
<license>Apache License 2.0</license>

<author email="dthomas@osrfoundation.org">Dirk Thomas</author>
<author email="dthomas@osrfoundation.org">Dirk Thomas</author>

<buildtool_depend>ament_cmake_core</buildtool_depend>
<buildtool_depend>ament_cmake_test</buildtool_depend>
Expand Down
2 changes: 1 addition & 1 deletion ament_cmake_cppcheck/package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<maintainer email="clairewang@openrobotics.org">Claire Wang</maintainer>
<license>Apache License 2.0</license>

<author email="dthomas@osrfoundation.org">Dirk Thomas</author>
<author email="dthomas@osrfoundation.org">Dirk Thomas</author>

<buildtool_depend>ament_cmake_core</buildtool_depend>
<buildtool_depend>ament_cmake_test</buildtool_depend>
Expand Down
2 changes: 1 addition & 1 deletion ament_cmake_cpplint/package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<maintainer email="clairewang@openrobotics.org">Claire Wang</maintainer>
<license>Apache License 2.0</license>

<author email="dthomas@osrfoundation.org">Dirk Thomas</author>
<author email="dthomas@osrfoundation.org">Dirk Thomas</author>

<buildtool_depend>ament_cmake_core</buildtool_depend>
<buildtool_depend>ament_cmake_test</buildtool_depend>
Expand Down
2 changes: 1 addition & 1 deletion ament_cmake_lint_cmake/package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<maintainer email="clairewang@openrobotics.org">Claire Wang</maintainer>
<license>Apache License 2.0</license>

<author email="dthomas@osrfoundation.org">Dirk Thomas</author>
<author email="dthomas@osrfoundation.org">Dirk Thomas</author>

<buildtool_depend>ament_cmake_core</buildtool_depend>
<buildtool_depend>ament_cmake_test</buildtool_depend>
Expand Down
2 changes: 1 addition & 1 deletion ament_cmake_pclint/package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<maintainer email="clairewang@openrobotics.org">Claire Wang</maintainer>
<license>Apache License 2.0</license>

<author email="jp.samper@apex.ai">Juan Pablo Samper</author>
<author email="jp.samper@apex.ai">Juan Pablo Samper</author>

<buildtool_depend>ament_cmake_core</buildtool_depend>
<buildtool_depend>ament_cmake_test</buildtool_depend>
Expand Down
2 changes: 1 addition & 1 deletion ament_cmake_pep257/package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<maintainer email="clairewang@openrobotics.org">Claire Wang</maintainer>
<license>Apache License 2.0</license>

<author email="dthomas@osrfoundation.org">Dirk Thomas</author>
<author email="dthomas@osrfoundation.org">Dirk Thomas</author>

<buildtool_depend>ament_cmake_core</buildtool_depend>
<buildtool_depend>ament_cmake_test</buildtool_depend>
Expand Down
2 changes: 1 addition & 1 deletion ament_cmake_pycodestyle/package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<maintainer email="clairewang@openrobotics.org">Claire Wang</maintainer>
<license>Apache License 2.0</license>

<author email="dthomas@osrfoundation.org">Dirk Thomas</author>
<author email="dthomas@osrfoundation.org">Dirk Thomas</author>

<buildtool_depend>ament_cmake_core</buildtool_depend>
<buildtool_depend>ament_cmake_test</buildtool_depend>
Expand Down
2 changes: 1 addition & 1 deletion ament_cmake_pyflakes/package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<maintainer email="clairewang@openrobotics.org">Claire Wang</maintainer>
<license>Apache License 2.0</license>

<author email="dthomas@osrfoundation.org">Dirk Thomas</author>
<author email="dthomas@osrfoundation.org">Dirk Thomas</author>

<buildtool_depend>ament_cmake_core</buildtool_depend>
<buildtool_depend>ament_cmake_test</buildtool_depend>
Expand Down
2 changes: 1 addition & 1 deletion ament_cmake_uncrustify/package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<maintainer email="clairewang@openrobotics.org">Claire Wang</maintainer>
<license>Apache License 2.0</license>

<author email="dthomas@osrfoundation.org">Dirk Thomas</author>
<author email="dthomas@osrfoundation.org">Dirk Thomas</author>

<buildtool_depend>ament_cmake_core</buildtool_depend>
<buildtool_depend>ament_cmake_test</buildtool_depend>
Expand Down
2 changes: 1 addition & 1 deletion ament_cmake_xmllint/package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<maintainer email="clairewang@openrobotics.org">Claire Wang</maintainer>
<license>Apache License 2.0</license>

<author email="dthomas@osrfoundation.org">Dirk Thomas</author>
<author email="dthomas@osrfoundation.org">Dirk Thomas</author>

<buildtool_depend>ament_cmake_core</buildtool_depend>
<buildtool_depend>ament_cmake_test</buildtool_depend>
Expand Down
2 changes: 1 addition & 1 deletion ament_copyright/package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<maintainer email="clairewang@openrobotics.org">Claire Wang</maintainer>
<license>Apache License 2.0</license>

<author email="dthomas@osrfoundation.org">Dirk Thomas</author>
<author email="dthomas@osrfoundation.org">Dirk Thomas</author>

<exec_depend>ament_lint</exec_depend>
<exec_depend>python3-importlib-metadata</exec_depend>
Expand Down
2 changes: 1 addition & 1 deletion ament_cppcheck/package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<maintainer email="clairewang@openrobotics.org">Claire Wang</maintainer>
<license>Apache License 2.0</license>

<author email="dthomas@osrfoundation.org">Dirk Thomas</author>
<author email="dthomas@osrfoundation.org">Dirk Thomas</author>

<exec_depend>cppcheck</exec_depend>

Expand Down
2 changes: 1 addition & 1 deletion ament_cpplint/package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<license>Apache License 2.0</license>
<license>BSD</license>

<author email="dthomas@osrfoundation.org">Dirk Thomas</author>
<author email="dthomas@osrfoundation.org">Dirk Thomas</author>

<test_depend>ament_copyright</test_depend>
<test_depend>ament_flake8</test_depend>
Expand Down
2 changes: 1 addition & 1 deletion ament_lint/package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<maintainer email="clairewang@openrobotics.org">Claire Wang</maintainer>
<license>Apache License 2.0</license>

<author email="dthomas@osrfoundation.org">Dirk Thomas</author>
<author email="dthomas@osrfoundation.org">Dirk Thomas</author>

<export>
<build_type>ament_python</build_type>
Expand Down
2 changes: 1 addition & 1 deletion ament_lint_auto/package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<maintainer email="clairewang@openrobotics.org">Claire Wang</maintainer>
<license>Apache License 2.0</license>

<author email="dthomas@osrfoundation.org">Dirk Thomas</author>
<author email="dthomas@osrfoundation.org">Dirk Thomas</author>

<buildtool_depend>ament_cmake_core</buildtool_depend>
<buildtool_depend>ament_cmake_test</buildtool_depend>
Expand Down
2 changes: 1 addition & 1 deletion ament_lint_cmake/package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<maintainer email="clairewang@openrobotics.org">Claire Wang</maintainer>
<license>Apache License 2.0</license>

<author email="dthomas@osrfoundation.org">Dirk Thomas</author>
<author email="dthomas@osrfoundation.org">Dirk Thomas</author>

<test_depend>ament_copyright</test_depend>
<test_depend>ament_flake8</test_depend>
Expand Down
2 changes: 1 addition & 1 deletion ament_lint_common/package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<maintainer email="clairewang@openrobotics.org">Claire Wang</maintainer>
<license>Apache License 2.0</license>

<author email="dthomas@osrfoundation.org">Dirk Thomas</author>
<author email="dthomas@osrfoundation.org">Dirk Thomas</author>

<buildtool_depend>ament_cmake_core</buildtool_depend>
<buildtool_depend>ament_cmake_export_dependencies</buildtool_depend>
Expand Down
2 changes: 1 addition & 1 deletion ament_pclint/package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<maintainer email="clairewang@openrobotics.org">Claire Wang</maintainer>
<license>Apache License 2.0</license>

<author email="jp.samper@apex.ai">Juan Pablo Samper</author>
<author email="jp.samper@apex.ai">Juan Pablo Samper</author>

<test_depend>ament_copyright</test_depend>
<test_depend>ament_flake8</test_depend>
Expand Down
2 changes: 1 addition & 1 deletion ament_pep257/package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<license>Apache License 2.0</license>
<license>MIT</license>

<author email="dthomas@osrfoundation.org">Dirk Thomas</author>
<author email="dthomas@osrfoundation.org">Dirk Thomas</author>

<exec_depend>ament_lint</exec_depend>
<exec_depend>pydocstyle</exec_depend>
Expand Down
2 changes: 1 addition & 1 deletion ament_pycodestyle/package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<maintainer email="clairewang@openrobotics.org">Claire Wang</maintainer>
<license>Apache License 2.0</license>

<author email="dthomas@osrfoundation.org">Dirk Thomas</author>
<author email="dthomas@osrfoundation.org">Dirk Thomas</author>

<exec_depend>python3-pycodestyle</exec_depend>

Expand Down
2 changes: 1 addition & 1 deletion ament_pyflakes/package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<maintainer email="clairewang@openrobotics.org">Claire Wang</maintainer>
<license>Apache License 2.0</license>

<author email="dthomas@osrfoundation.org">Dirk Thomas</author>
<author email="dthomas@osrfoundation.org">Dirk Thomas</author>

<exec_depend>pyflakes3</exec_depend>

Expand Down
2 changes: 1 addition & 1 deletion ament_uncrustify/package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<maintainer email="clairewang@openrobotics.org">Claire Wang</maintainer>
<license>Apache License 2.0</license>

<author email="dthomas@osrfoundation.org">Dirk Thomas</author>
<author email="dthomas@osrfoundation.org">Dirk Thomas</author>

<exec_depend>uncrustify_vendor</exec_depend>

Expand Down
2 changes: 1 addition & 1 deletion ament_xmllint/package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<maintainer email="clairewang@openrobotics.org">Claire Wang</maintainer>
<license>Apache License 2.0</license>

<author email="dthomas@osrfoundation.org">Dirk Thomas</author>
<author email="dthomas@osrfoundation.org">Dirk Thomas</author>

<exec_depend>ament_lint</exec_depend>
<exec_depend>libxml2-utils</exec_depend>
Expand Down