Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
tracing -> trace/pingpong
[simgrid.git] / examples / java / tracing / tracingPingPongDeployment.xml
diff --git a/examples/java/tracing/tracingPingPongDeployment.xml b/examples/java/tracing/tracingPingPongDeployment.xml
deleted file mode 100644 (file)
index c9703f5..0000000
+++ /dev/null
@@ -1,10 +0,0 @@
-<?xml version='1.0'?>
-<!DOCTYPE platform SYSTEM "http://simgrid.gforge.inria.fr/simgrid.dtd">
-<platform version="3">
-  <process host="Jacquelin" function="tracing.Sender">
-      <argument value="Boivin"/>
-      <argument value="Marcel"/>
-  </process>
-<process host="Boivin" function="tracing.Receiver"/>
-<process host="Marcel" function="tracing.Receiver"/>
-</platform>