From f43be220a14795c33544d381a27aed8141de2b9c Mon Sep 17 00:00:00 2001 From: Sachin Chitta Date: Mon, 24 Dec 2012 17:25:50 -0800 Subject: [PATCH] fixing package.xml template name --- src/widgets/configuration_files_widget.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/widgets/configuration_files_widget.cpp b/src/widgets/configuration_files_widget.cpp index 90c23b2..1c30067 100644 --- a/src/widgets/configuration_files_widget.cpp +++ b/src/widgets/configuration_files_widget.cpp @@ -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