-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.xml
24 lines (20 loc) · 1 KB
/
package.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
<?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">
<name>ignition_cmake2_vendor</name>
<version>0.3.0</version>
<description>This package provides the Ignition CMake 2.x library.</description>
<maintainer email="[email protected]">Jose Luis Rivero</maintainer>
<license>Apache License 2.0</license> <!-- Both this package and ign-cmake2 are ASL 2.0 -->
<url type="website">https://github.com/ignitionrobotics/ign-cmake</url>
<author email="[email protected]">Scott K Logan</author>
<buildtool_depend>ament_cmake_core</buildtool_depend>
<buildtool_depend>ament_cmake_test</buildtool_depend>
<buildtool_depend>ament_cmake_vendor_package</buildtool_depend>
<test_depend>ament_cmake_copyright</test_depend>
<test_depend>ament_cmake_lint_cmake</test_depend>
<test_depend>ament_cmake_xmllint</test_depend>
<export>
<build_type>ament_cmake</build_type>
</export>
</package>