From 14ba790d497ea0a9253212dc67d6ae51cd2b057e Mon Sep 17 00:00:00 2001 From: Martin Quinson Date: Sun, 24 Jan 2016 10:08:09 +0100 Subject: [PATCH 1/1] kill the right XML files --- examples/msg/chord/CMakeLists.txt | 1 + examples/msg/chord/chord10.xml | 14 ++++++++++++++ examples/msg/chord/chord3.xml | 24 ------------------------ 3 files changed, 15 insertions(+), 24 deletions(-) create mode 100644 examples/msg/chord/chord10.xml delete mode 100644 examples/msg/chord/chord3.xml diff --git a/examples/msg/chord/CMakeLists.txt b/examples/msg/chord/CMakeLists.txt index 9f65bbb70d..73e85ee816 100644 --- a/examples/msg/chord/CMakeLists.txt +++ b/examples/msg/chord/CMakeLists.txt @@ -14,6 +14,7 @@ set(tesh_files set(xml_files ${xml_files} ${CMAKE_CURRENT_SOURCE_DIR}/chord.xml + ${CMAKE_CURRENT_SOURCE_DIR}/chord10.xml PARENT_SCOPE ) set(examples_src diff --git a/examples/msg/chord/chord10.xml b/examples/msg/chord/chord10.xml new file mode 100644 index 0000000000..e104c4fcfa --- /dev/null +++ b/examples/msg/chord/chord10.xml @@ -0,0 +1,14 @@ + + + + + + + + + + + + + + diff --git a/examples/msg/chord/chord3.xml b/examples/msg/chord/chord3.xml deleted file mode 100644 index b3856ee6f3..0000000000 --- a/examples/msg/chord/chord3.xml +++ /dev/null @@ -1,24 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - -- 2.20.1