Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
move the DTD file from gforge to our own homepage
[simgrid.git] / examples / java / task / priority / priority.xml
index a2784b2..3349a60 100644 (file)
@@ -1,6 +1,12 @@
 <?xml version='1.0'?>
-<!DOCTYPE platform SYSTEM "http://simgrid.gforge.inria.fr/simgrid/simgrid.dtd">
-<platform version="4">
-  <process host="Fafard" function="task.priority.Test"> <argument value="76296000"/> <argument value="1.0"/> </process>
-  <process host="Fafard" function="task.priority.Test"> <argument value="76296000"/> <argument value="2.0"/> </process>
+<!DOCTYPE platform SYSTEM "https://simgrid.org/simgrid.dtd">
+<platform version="4.1">
+  <actor host="Fafard" function="task.priority.Test">
+    <argument value="76296000"/>
+    <argument value="1.0"/>
+  </actor>
+  <actor host="Fafard" function="task.priority.Test">
+    <argument value="76296000"/>
+    <argument value="2.0"/>
+  </actor>
 </platform>