X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/96cedde3cdbc0b8ffc3f096a1b65d021b0226f99..cdd4d20278cbee5a9f11f9f455bff8836410568c:/tools/simgrid_update_xml.pl diff --git a/tools/simgrid_update_xml.pl b/tools/simgrid_update_xml.pl index 829a61c962..f42b3360dd 100755 --- a/tools/simgrid_update_xml.pl +++ b/tools/simgrid_update_xml.pl @@ -123,7 +123,7 @@ Units are now mandatory in attributes. USE THE SCRIPT sg_xml_unit_converter.py T =back -=item B Introduced in SimGrid 3.16 (this is the current version) +=item B Introduced in SimGrid 3.16 (this is the current version). =over 4 @@ -146,6 +146,10 @@ Rename a few tags, but in a backward-compatible manner: the old names are still Rename the FULLDUPLEX sharing into SPLITDUPLEX. +=item + +In and , rename the 'availability_file' attribute into 'speed_file'. + =back =back @@ -257,6 +261,7 @@ while (defined($line = )) { $line =~ s/\bprocess\b/actor/g; } $line =~ s/\bFULLDUPLEX\b/SPLITDUPLEX/g; + $line =~ s/\bavailability_file\b/speed_file/g; $output_string .= "$line\n"; }