Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
s|s4u_|s4u-|
[simgrid.git] / examples / s4u / actor-create / s4u_actor-create_d.xml
diff --git a/examples/s4u/actor-create/s4u_actor-create_d.xml b/examples/s4u/actor-create/s4u_actor-create_d.xml
deleted file mode 100644 (file)
index 11e719b..0000000
+++ /dev/null
@@ -1,15 +0,0 @@
-<?xml version='1.0'?>
-<!DOCTYPE platform SYSTEM "http://simgrid.gforge.inria.fr/simgrid/simgrid.dtd">
-<platform version="4.1">
-
-  <!-- This a weird deployment file: we only start one actor from here and the others from the main().
-    -
-    -  This is only for the example, but don't do that at home.
-    -  Instead, you want to start all your actors from the deployment file.
-    -->
-   
-  <actor host="Fafard" function="receiver">
-    <!-- Pass the right mailbox name to the actor -->
-    <argument value="mb42" />
-  </actor>
-</platform>