X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/7259806ba6184616640e46a4f0d2f39725ff17a2..6d6b8f250907dafb716b34f93ff72c300e4fb061:/tools/simgrid_update_xml.pl diff --git a/tools/simgrid_update_xml.pl b/tools/simgrid_update_xml.pl index 171bdc2db3..226d8492cb 100755 --- a/tools/simgrid_update_xml.pl +++ b/tools/simgrid_update_xml.pl @@ -77,6 +77,8 @@ while (defined($line = )) { } else { $output_string .= "$line\n"; } + $line =~ s/\blink:ctn\b/link_ctn/g; + $line =~ s/\btrace:connect\b/trace_connect/g; } }