Skip to content

Commit

Permalink
added package.xml for catkin workspace build
Browse files Browse the repository at this point in the history
  • Loading branch information
dseredyn committed May 29, 2015
1 parent b8fa1bb commit e3846ee
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions package.xml
@@ -0,0 +1,16 @@
<?xml version="1.0"?>
<package>
<name>OpenRAVE</name>
<version>0.9.0</version>
<description>The openrave package</description>

<maintainer email="todo@todo.todo">todo</maintainer>

<license>LGPLv3</license>

<buildtool_depend>cmake</buildtool_depend>

<export>
<build_type>cmake</build_type>
</export>
</package>

0 comments on commit e3846ee

Please sign in to comment.