forked from ernestmc/rosjava_actionlib
-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.xml
More file actions
24 lines (17 loc) · 751 Bytes
/
package.xml
File metadata and controls
24 lines (17 loc) · 751 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"?>
<package>
<name>rosjava_actionlib</name>
<version>0.4.6</version>
<description>Actionlib for Rosjava. A pure java implementation of actionlib.</description>
<maintainer email="lruegeme@techfak.uni-bielefeld.de">Leroy Ruegemer</maintainer>
<author email="ecorbellini@ekumenlabs.com">Ernesto Corbellini</author>
<license>Apache 2.0</license>
<buildtool_depend>catkin</buildtool_depend>
<build_depend>rosjava_build_tools</build_depend>
<build_depend>std_msgs</build_depend>
<build_depend>actionlib_msgs</build_depend>
<build_depend>actionlib_tutorials</build_depend>
<run_depend>std_msgs</run_depend>
<run_depend>actionlib_msgs</run_depend>
<run_depend>actionlib_tutorials</run_depend>
</package>