From 0d74d215af5e60c723a3c0ea4d4601c272764469 Mon Sep 17 00:00:00 2001 From: legrand Date: Thu, 5 Jul 2007 08:53:11 +0000 Subject: [PATCH] git-svn-id: svn://scm.gforge.inria.fr/svnroot/paradiseo@534 331e1502-861f-0410-8da2-ba01fb791d7f --- .../tutorial/Walkthrough/CMakeLists.txt | 16 ---------------- .../tutorial/Walkthrough/{src => }/exampleA.cpp | 0 .../tutorial/Walkthrough/{src => }/exampleB.cpp | 0 .../tutorial/Walkthrough/{src => }/exampleC.cpp | 0 .../tutorial/Walkthrough/{src => }/exampleD.cpp | 0 .../{src => }/paradiseo-peo-lsn.doxyfile | 0 6 files changed, 16 deletions(-) delete mode 100644 trunk/paradiseo-peo/tutorial/Walkthrough/CMakeLists.txt rename trunk/paradiseo-peo/tutorial/Walkthrough/{src => }/exampleA.cpp (100%) rename trunk/paradiseo-peo/tutorial/Walkthrough/{src => }/exampleB.cpp (100%) rename trunk/paradiseo-peo/tutorial/Walkthrough/{src => }/exampleC.cpp (100%) rename trunk/paradiseo-peo/tutorial/Walkthrough/{src => }/exampleD.cpp (100%) rename trunk/paradiseo-peo/tutorial/Walkthrough/{src => }/paradiseo-peo-lsn.doxyfile (100%) 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