-
Notifications
You must be signed in to change notification settings - Fork 144
Expand file tree
/
Copy pathpackage.xml
More file actions
24 lines (18 loc) · 872 Bytes
/
package.xml
File metadata and controls
24 lines (18 loc) · 872 Bytes
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>ament_cmake_test</name>
<version>2.3.1</version>
<description>The ability to add tests in the ament buildsystem in CMake.</description>
<maintainer email="[email protected]">Michael Jeronimo</maintainer>
<license>Apache License 2.0</license>
<author>Dirk Thomas</author>
<author email="[email protected]">Michel Hidalgo</author>
<buildtool_depend>ament_cmake_core</buildtool_depend>
<buildtool_depend>ament_cmake_python</buildtool_depend>
<buildtool_export_depend>ament_cmake_core</buildtool_export_depend>
<buildtool_export_depend>linux_isolate_process</buildtool_export_depend>
<export>
<build_type>ament_cmake</build_type>
</export>
</package>