forked from rosjava/rosjava_extras
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.xml
26 lines (23 loc) · 957 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
<?xml version="1.0"?>
<package>
<name>rosjava_extras</name>
<version>0.3.4</version>
<description>
Extra packages for rosjava_core
</description>
<url type="website">http://ros.org/wiki/rosjava_extras</url>
<url type="repository">https://github.com/rosjava/rosjava_extras</url>
<url type="bugtracker">https://github.com/rosjava/rosjava_extras/issues</url>
<maintainer email="[email protected]">Daniel Stonier</maintainer>
<author email="[email protected]">Damon Kohler</author>
<license>Apache 2.0</license>
<buildtool_depend>catkin</buildtool_depend>
<build_depend>rosjava_core</build_depend>
<build_depend>rosjava_build_tools</build_depend>
<build_depend>rosjava_bootstrap</build_depend>
<build_depend>sensor_msgs</build_depend>
<run_depend>rosjava_core</run_depend>
<run_depend>rosjava_build_tools</run_depend>
<run_depend>rosjava_bootstrap</run_depend>
<run_depend>sensor_msgs</run_depend>
</package>