Skip to content

Commit

Permalink
fixing package.xml template name
Browse files Browse the repository at this point in the history
  • Loading branch information
Sachin Chitta committed Dec 25, 2012
1 parent 88d4408 commit f43be22
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/widgets/configuration_files_widget.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -370,7 +370,7 @@ void ConfigurationFilesWidget::savePackage()
// Note: we call the file package.xml.disabled so that it isn't automatically indexed by rosprofile
// in the scenario where we want to disabled the setup_assistant by renaming its root package.xml
file_name = "package.xml";
template_path = config_data_->appendPaths( config_data_->template_package_path_, "package.xml.disabled" );
template_path = config_data_->appendPaths( config_data_->template_package_path_, "package.xml.template" );
file_path = config_data_->appendPaths( new_package_path, file_name );

// Use generic template copy function
Expand Down

0 comments on commit f43be22

Please sign in to comment.