diff --git a/trunk/paradiseo-peo/tutorial/Walkthrough/CMakeLists.txt b/trunk/paradiseo-peo/tutorial/Walkthrough/CMakeLists.txt deleted file mode 100644 index 99d4f1182..000000000 --- a/trunk/paradiseo-peo/tutorial/Walkthrough/CMakeLists.txt +++ /dev/null @@ -1,16 +0,0 @@ - -###################################################################################### -### 0) Need walkthrough directory -###################################################################################### - -SET(TUTORIAL_WALKTHROUGH_DIR ${CMAKE_CURRENT_SOURCE_DIR}) - -###################################################################################### - -###################################################################################### -### 1) Where must cmake go now ? -###################################################################################### - -SUBDIRS(src) - -###################################################################################### diff --git a/trunk/paradiseo-peo/tutorial/Walkthrough/src/exampleA.cpp b/trunk/paradiseo-peo/tutorial/Walkthrough/exampleA.cpp similarity index 100% rename from trunk/paradiseo-peo/tutorial/Walkthrough/src/exampleA.cpp rename to trunk/paradiseo-peo/tutorial/Walkthrough/exampleA.cpp diff --git a/trunk/paradiseo-peo/tutorial/Walkthrough/src/exampleB.cpp b/trunk/paradiseo-peo/tutorial/Walkthrough/exampleB.cpp similarity index 100% rename from trunk/paradiseo-peo/tutorial/Walkthrough/src/exampleB.cpp rename to trunk/paradiseo-peo/tutorial/Walkthrough/exampleB.cpp diff --git a/trunk/paradiseo-peo/tutorial/Walkthrough/src/exampleC.cpp b/trunk/paradiseo-peo/tutorial/Walkthrough/exampleC.cpp similarity index 100% rename from trunk/paradiseo-peo/tutorial/Walkthrough/src/exampleC.cpp rename to trunk/paradiseo-peo/tutorial/Walkthrough/exampleC.cpp diff --git a/trunk/paradiseo-peo/tutorial/Walkthrough/src/exampleD.cpp b/trunk/paradiseo-peo/tutorial/Walkthrough/exampleD.cpp similarity index 100% rename from trunk/paradiseo-peo/tutorial/Walkthrough/src/exampleD.cpp rename to trunk/paradiseo-peo/tutorial/Walkthrough/exampleD.cpp diff --git a/trunk/paradiseo-peo/tutorial/Walkthrough/src/paradiseo-peo-lsn.doxyfile b/trunk/paradiseo-peo/tutorial/Walkthrough/paradiseo-peo-lsn.doxyfile similarity index 100% rename from trunk/paradiseo-peo/tutorial/Walkthrough/src/paradiseo-peo-lsn.doxyfile rename to trunk/paradiseo-peo/tutorial/Walkthrough/paradiseo-peo-lsn.doxyfile