package.xml 603 B

123456789101112131415161718
  1. <?xml version="1.0"?>
  2. <package>
  3. <name>rosjava_bootstrap</name>
  4. <version>0.2.0</version>
  5. <description>
  6. Bootstrap utilities for rosjava builds.
  7. </description>
  8. <url>http://ros.org/wiki/rosjava_bootstrap</url>
  9. <maintainer email="[email protected]">Daniel Stonier</maintainer>
  10. <author email="[email protected]">Daniel Stonier</author>
  11. <author email="[email protected]">Damon Kohler</author>
  12. <license>Apache 2.0</license>
  13. <buildtool_depend>catkin</buildtool_depend>
  14. <build_depend>rosjava_build_tools</build_depend>
  15. <run_depend>rosjava_build_tools</run_depend>
  16. </package>