forked from vcstools/rosinstall
-
Notifications
You must be signed in to change notification settings - Fork 0
/
manifest.xml
17 lines (12 loc) · 836 Bytes
/
manifest.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
<package>
<description brief="rosinstall">
rosinstall is a tool to check out ROS source code (or any source code, really) from multiple version control repositories and updating these checkouts. Given a *.rosinstall file that specifies where to get code, rosinstall will check out a working copy for you. We recommend the use of rosinstall when checking out development versions of ROS source code. This package is where the code lives, however it is not expected for users to checkout and use this package directly. It is expected that users use the version available through pypi.python.org.
</description>
<author>Tully Foote</author>
<license>BSD</license>
<review status="API Cleared" notes=""/>
<url>http://ros.org/wiki/rosinstall</url>
<export>
<rosdoc config="rosdoc.yaml"/>
</export>
</package>