-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.xml
36 lines (34 loc) · 1.4 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
25
26
27
28
29
30
31
32
33
34
35
36
<?xml version="1.0"?>
<package>
<name>rocon_rosjava_msgs</name>
<version>0.2.2</version>
<description>
Java Message generation for rocon
</description>
<maintainer email="[email protected]">Jihoon Lee</maintainer>
<license>Apache 2.0</license>
<buildtool_depend>catkin</buildtool_depend>
<build_depend>rosjava_build_tools</build_depend>
<build_depend>genjava</build_depend>
<build_depend>rosjava_messages</build_depend>
<build_depend>concert_msgs</build_depend>
<build_depend>concert_service_msgs</build_depend>
<build_depend>concert_workflow_engine_msgs</build_depend>
<build_depend>gateway_msgs</build_depend>
<build_depend>rocon_app_manager_msgs</build_depend>
<build_depend>rocon_device_msgs</build_depend>
<build_depend>rocon_interaction_msgs</build_depend>
<build_depend>rocon_service_pair_msgs</build_depend>
<build_depend>rocon_std_msgs</build_depend>
<build_depend>rocon_tutorial_msgs</build_depend>
<build_depend>scheduler_msgs</build_depend>
<build_depend>cafe_msgs</build_depend>
<build_depend>rocon_demo_msgs</build_depend>
<build_depend>room_checker_msgs</build_depend>
<build_depend>simple_delivery_msgs</build_depend>
<build_depend>simple_media_msgs</build_depend>
<build_depend>vending_machine_msgs</build_depend>
<build_depend>waiterbot_msgs</build_depend>
<run_depend>rosjava_build_tools</run_depend>
<run_depend>genjava</run_depend>
</package>