-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.xml
33 lines (27 loc) · 1.31 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
<?xml version="1.0"?>
<package>
<name>smarthome_common_driver</name>
<version>0.1.61</version>
<description>This package is Common interface for RosJava.</description>
<maintainer email="[email protected]">Mickael Gaillard</maintainer>
<maintainer email="[email protected]">Erwan Le Huitouze</maintainer>
<author email="[email protected]">Mickael Gaillard</author>
<author email="[email protected]">Erwan Le Huitouze</author>
<license>GPLv3</license>
<buildtool_depend>catkin</buildtool_depend>
<build_depend>rosjava_build_tools</build_depend>
<build_depend>rosjava_core</build_depend>
<build_depend>rosjava_messages</build_depend>
<build_depend>smarthome_comm_msgs_java</build_depend>
<build_depend>smarthome_media_msgs_java</build_depend>
<build_depend>smarthome_heater_msgs_java</build_depend>
<build_depend>smarthome_network_zeroconf</build_depend>
<build_depend>rosjava_dynamic_reconfigure</build_depend>
<run_depend>rosjava_core</run_depend>
<run_depend>rosjava_messages</run_depend>
<run_depend>smarthome_comm_msgs_java</run_depend>
<run_depend>smarthome_media_msgs_java</run_depend>
<run_depend>smarthome_heater_msgs_java</run_depend>
<run_depend>smarthome_network_zeroconf</run_depend>
<run_depend>rosjava_dynamic_reconfigure</run_depend>
</package>