Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
[MSG/Replay] Delete old msg/replay code
[simgrid.git] / doc / doxygen / inside_cmake.doc
index 3124c78..f1e570f 100644 (file)
@@ -77,7 +77,7 @@ instance, examples/msg/CMakeLists.txt starts with a loop over all the (currently
  - add the source and tesh files to the distribution.
 
 \verbatim
-foreach(x actions-comm actions-storage app-masterworker app-pingpong app-pmm app-token-ring async-wait async-waitall 
+foreach(x app-masterworker app-pingpong app-pmm app-token-ring async-wait async-waitall 
           async-waitany cloud-capping cloud-masterworker cloud-migration cloud-multicore cloud-simple 
           cloud-two-tasks dht-chord dht-pastry energy-consumption energy-onoff energy-pstate energy-ptask energy-vm
           platform-failures io-file io-remote io-storage task-priority process-create process-kill process-migration 
@@ -108,7 +108,7 @@ If your example require a deployment file (see @ref deployment for details), nam
 Then add the name of your example to this foreach loop.
 
 \verbatim
-foreach (file actions-comm actions-storage app-bittorrent app-chainsend app-masterworker app-pingpong async-wait
+foreach (file app-bittorrent app-chainsend app-masterworker app-pingpong async-wait
          async-waitall async-waitany dht-chord dht-kademlia dht-pastry io-remote platform-properties maestro-set 
          task-priority)
   set(xml_files    ${xml_files}     ${CMAKE_CURRENT_SOURCE_DIR}/${file}/${file}_d.xml)
@@ -119,7 +119,7 @@ If your example includes extra source, text, XML, or tesh files, add them to the
 example to the testing infrastructure. See \ref inside_tests_add_integration for more details.
 
 \verbatim
-foreach(x actions-comm actions-storage app-bittorrent app-chainsend app-masterworker app-pingpong app-token-ring
+foreach(x app-bittorrent app-chainsend app-masterworker app-pingpong app-token-ring
           async-wait async-waitall async-waitany cloud-capping cloud-masterworker cloud-migration cloud-simple 
           cloud-two-tasks dht-chord dht-kademlia platform-failures io-file io-remote io-storage task-priority 
           process-kill process-migration process-suspend platform-properties synchro-semaphore process-startkilltime)