Skip to content
Snippets Groups Projects
Commit 2f0e5c61 authored by Daniel Stonier's avatar Daniel Stonier
Browse files

fix single artifact message generation when there is dependencies.

parent e9a62f80
No related branches found
No related tags found
No related merge requests found
......@@ -2,6 +2,10 @@
Changelog
^^^^^^^^^
0.1.29 [2013-11-08]
===================
* fix single artifact message generation when there is dependencies.
0.1.28 [2013-10-30]
===================
* seed ROS_MAVEN_REPOSITORY when necessary.
......
......@@ -15,7 +15,7 @@
*/
try {
project.catkin.tree.pkgs['%(project_name)s'].generateMessageArtifact(project)
project.catkin.tree.pkgs['%(project_name)s'].generateUnofficialMessageArtifact(project)
} catch (NullPointerException e) {
println("Couldn't find %(project_name)s on the ROS_PACKAGE_PATH")
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment