Skip to content
Snippets Groups Projects
Commit 415050cf authored by Rémi Barraquand's avatar Rémi Barraquand
Browse files

Adding rosjava templates and missing android template to the setup.py install script.

The current setup.py script do not install rosjava_* templates which prevents catkin_rosjava_create* scripts from working!
This fix add the missing templates.
parent 5dbf4374
Branches
No related tags found
No related merge requests found
...@@ -15,6 +15,10 @@ d = generate_distutils_setup( ...@@ -15,6 +15,10 @@ d = generate_distutils_setup(
], ],
package_data = {'rosjava_build_tools': [ package_data = {'rosjava_build_tools': [
'templates/android_package/*', 'templates/android_package/*',
'templates/android_project/*',
'templates/rosjava_msg_project/*',
'templates/rosjava_package/*',
'templates/rosjava_project/*',
'templates/init_repo/*', 'templates/init_repo/*',
]}, ]},
requires=['rospy' 'rospkg'] requires=['rospy' 'rospkg']
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment