Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Remove Java bindings. They are not updated since maybe 10 years
[simgrid.git] / examples / deprecated / java / process / startkilltime / startkilltime.xml
diff --git a/examples/deprecated/java/process/startkilltime/startkilltime.xml b/examples/deprecated/java/process/startkilltime/startkilltime.xml
deleted file mode 100644 (file)
index 4c0e589..0000000
+++ /dev/null
@@ -1,22 +0,0 @@
-<?xml version='1.0'?>
-<!DOCTYPE platform SYSTEM "https://simgrid.org/simgrid.dtd">
-<platform version="4.1">
-  <actor host="node-0.simgrid.org" function="process.startkilltime.Sleeper" start_time="0" kill_time="5">
-    <argument value="10"/>
-  </actor>
-  <actor host="node-1.simgrid.org" function="process.startkilltime.Sleeper" start_time="1" kill_time="6">
-    <argument value="10"/>
-  </actor>
-  <actor host="node-2.simgrid.org" function="process.startkilltime.Sleeper" start_time="2" kill_time="7">
-    <argument value="4" />
-  </actor>
-  <actor host="node-3.simgrid.org" function="process.startkilltime.Sleeper" start_time="3" kill_time="8">
-    <argument value="4" />
-  </actor>
-  <actor host="node-4.simgrid.org" function="process.startkilltime.Sleeper" start_time="4" kill_time="9">
-    <argument value="5" />
-  </actor>
-  <actor host="node-5.simgrid.org" function="process.startkilltime.Sleeper" start_time="5" kill_time="10">
-    <argument value="5"/>
-  </actor>
-</platform>