-
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #34 from RonaldsonBellande/main
latest pushes
- Loading branch information
Showing
3 changed files
with
36 additions
and
11 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,19 +1,30 @@ | ||
<?xml version="1.0"?> | ||
<package format="2"> | ||
<package format="3"> | ||
<name>mobile_catkin_gradle_plugins</name> | ||
<version>0.4.1</version> | ||
<description>Bootstrap utilities for rosmobile builds</description> | ||
|
||
<description>Bootstrap utilities for mobile catkin modules build development tools</description> | ||
<author>Ronaldson Bellande</author> | ||
<maintainer email="ronaldsonbellande@gmail.com">Ronaldson Bellande</maintainer> | ||
<license>Apache 2.0</license> | ||
|
||
<buildtool_depend>catkin</buildtool_depend> | ||
<maintainer email="ronaldsonbellande@gmail.com">Ronaldson Bellande</maintainer> | ||
|
||
|
||
<buildtool_depend condition="$ROS_VERSION == 1">catkin</buildtool_depend> | ||
|
||
<build_depend condition="$ROS_VERSION == 1">mobile_catkin_modules_build_development_tools</build_depend> | ||
|
||
<build_export_depend condition="$ROS_VERSION == 1">mobile_catkin_modules_build_development_tools</build_export_depend> | ||
|
||
<exec_depend condition="$ROS_VERSION == 1">mobile_catkin_modules_build_development_tools</exec_depend> | ||
|
||
|
||
<buildtool_depend condition="$ROS_VERSION == 2">ament_cmake</buildtool_depend> | ||
|
||
<build_depend condition="$ROS_VERSION == 2">mobile_catkin_modules_build_development_tools</build_depend> | ||
|
||
<build_depend>rosmobile_build_tools</build_depend> | ||
<build_export_depend condition="$ROS_VERSION == 2">mobile_catkin_modules_build_development_tools</build_export_depend> | ||
|
||
<build_export_depend>rosmobile_build_tools</build_export_depend> | ||
<exec_depend condition="$ROS_VERSION == 2">mobile_catkin_modules_build_development_tools</exec_depend> | ||
|
||
<exec_depend>rosmobile_build_tools</exec_depend> | ||
|
||
</package> |