Skip to content
Snippets Groups Projects
Select Git revision
  • 43221436923b1d705e8e44eca6f53ed77f05c1ce
  • main default
  • kinetic protected
  • hydro
  • indigo
  • obsolete/master
  • 0.3.3
  • 0.3.2
  • 0.3.1
  • 0.3.0
  • 0.1.24
  • 0.1.23
  • 0.2.1
  • 0.1.22
  • 0.1.21
  • 0.1.20
  • 0.1.19
  • 0.1.18
  • 0.1.17
  • 0.1.16
  • 0.1.15
  • 0.1.14
  • 0.1.13
  • 0.1.12
  • 0.1.11
  • 0.1.10
26 results

package.xml

Blame
  • package.xml 1.03 KiB
    <package>
      <name>rosjava_build_tools</name>
      <version>0.1.34</version>
      <description>
        Simple tools and catkin modules for rosjava development. 
      </description>
      <maintainer email="d.stonier@gmail.com">Daniel Stonier</maintainer>
      <license>BSD</license>
      <url type="website">http://ros.org/wiki/rosjava_build_tools</url>
      <url type="repository">https://github.com/ros-java/rosjava_build_tools</url>
      <url type="bugtracker">https://github.com/ros-java/rosjava_build_tools/issues</url>
      <author email="d.stonier@gmail.com">Daniel Stonier</author>
    
      <buildtool_depend>catkin</buildtool_depend>
    
      <build_depend>python-rospkg</build_depend>
      <build_depend>rospy</build_depend>
      <build_depend>java</build_depend>
      <build_depend>ant</build_depend>
      <build_depend>python-rosinstall-generator</build_depend>
      <run_depend>python-rospkg</run_depend>
      <run_depend>rospy</run_depend>
      <run_depend>java</run_depend>
      <run_depend>ant</run_depend>
      <run_depend>catkin</run_depend>
      <run_depend>python-rosinstall-generator</run_depend>
    </package>