Skip to content
Snippets Groups Projects
Select Git revision
  • 0de9b88c81797d1957cd147505d4a704235c0781
  • develop default protected
  • support-for-intellij-25.1
  • chore/support-for-intellijj-2024.3
  • feature/references
  • feature/commenter-for-aspect-files
  • feature/link-generated-code-and-definition
  • main
  • legacy
  • v0.3.5 protected
  • v0.3.4 protected
  • v0.3.3 protected
  • v0.3.2 protected
  • v0.3.1 protected
  • v0.3.0 protected
  • v0.2.0 protected
16 results

build.gradle.kts

Blame
  • package.xml 755 B
    <package>
      <name>rosjava_build_tools</name>
      <version>0.3.2</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>Daniel Stonier</author>
    
      <buildtool_depend>catkin</buildtool_depend>
    
      <build_depend>java</build_depend>
      <build_depend>ant</build_depend>
      <run_depend>java</run_depend>
      <run_depend>ant</run_depend>
      <run_depend>catkin</run_depend>
    </package>