Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
teach the platform upgrading script about the s/:/_/ in the DTD
authormquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
Mon, 4 Oct 2010 08:13:26 +0000 (08:13 +0000)
committermquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
Mon, 4 Oct 2010 08:13:26 +0000 (08:13 +0000)
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@8334 48e7efb5-ca39-0410-a469-dd3cf9ba447f

tools/simgrid_update_xml.pl

index 171bdc2..226d849 100755 (executable)
@@ -77,6 +77,8 @@ while (defined($line = <INPUT>)) {
        } else {
            $output_string .=  "$line\n";
        }
+       $line =~ s/\blink:ctn\b/link_ctn/g;
+       $line =~ s/\btrace:connect\b/trace_connect/g;
     }
 }