Skip to content
Snippets Groups Projects
Select Git revision
  • 170ef8ceae611feb1fa862d448f1ab65f709e2a7
  • master default protected
2 results

build.gradle

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>