Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
convert all xml files to the new DTD v4
[simgrid.git] / examples / msg / bittorrent / bittorrent.xml
index 58627ee..4dd8db5 100644 (file)
@@ -1,6 +1,6 @@
 <?xml version='1.0'?>
-<!DOCTYPE platform SYSTEM "http://simgrid.gforge.inria.fr/simgrid.dtd">
-<platform version="3">
+<!DOCTYPE platform SYSTEM "http://simgrid.gforge.inria.fr/simgrid/simgrid.dtd">
+<platform version="4">
 
   <process host="Jacquelin" function="tracker">
     <argument value="3000" />                  
@@ -9,7 +9,7 @@
   <process host="Boivin" function="peer">
     <argument value="00000002"/>        <!-- my id -->
     <argument value="5000" />                  <!-- end time -->       
-    <argument value="1" />                     <!-- indicates if the peer is a seed at the begining of the simulation -->      
+    <argument value="1" />                     <!-- indicates if the peer is a seed at the beginning of the simulation -->     
   </process>
   <process host="Jean_Yves" function="peer">
     <argument value="00000003"/>        <!-- my id -->
@@ -22,7 +22,7 @@
   <process host="Geoff" function="peer">
     <argument value="00000005"/>        <!-- my id -->
     <argument value="5000" />                  <!-- end time -->       
-    <argument value="1" />                     <!-- indicates if the peer is a seed at the begining of the simulation -->      
+    <argument value="1" />                     <!-- indicates if the peer is a seed at the beginning of the simulation -->     
   </process>
   <process host="Disney" function="peer">
     <argument value="00000006"/>        <!-- my id -->