-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.xml
30 lines (23 loc) · 951 Bytes
/
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
25
26
27
28
29
30
<?xml version="1.0"?>
<package>
<name>rtsprofile</name>
<version>3.0.3</version>
<description>
<p>Library to read, manipulate and write RT system profiles using the RTSProfile XML schema.</p>
</description>
<!-- One maintainer tag required, multiple allowed, one person per tag -->
<!-- Example: -->
<!-- <maintainer email="[email protected]">Jane Doe</maintainer> -->
<maintainer email="[email protected]">Kei OKada</maintainer>
<maintainer email="[email protected]">Isao Isaac Saito</maintainer>
<author email="[email protected]">Geoffrey Biggs</author>
<license>EPL</license>
<url type="website">http://ros.org/wiki/openrtm_tools</url>
<buildtool_depend>catkin</buildtool_depend>
<build_depend>unzip</build_depend>
<build_depend>mk</build_depend>
<build_depend>rosbuild</build_depend>
<build_depend>git</build_depend>
<build_depend>cmake_modules</build_depend>
<export/>
</package>