Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Kill the comments intending to explain which part of the autotools were converted...
[simgrid.git] / examples / msg / sendrecv / deployment_sendrecv.xml
index fb0f83f..866c3fb 100644 (file)
@@ -1,9 +1,9 @@
 <?xml version='1.0'?>
-<!DOCTYPE platform_description SYSTEM "surfxml.dtd">
-<platform_description version="2"><!-- For using with ping_pong, platform_sendrecv.xml -->
+<!DOCTYPE platform SYSTEM "simgrid.dtd">
+<platform version="2"><!-- For using with ping_pong, platform_sendrecv.xml -->
 
   <process host="Inmos" function="sender">
        <argument value="Bellevue"/>
   </process>
   <process host="Bellevue" function="receiver"/>
-</platform_description>
+</platform>