X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/0cfb40d124549f4dde6f00095847de0d04828adf..721c5fd3552fda449831f04443097c1975ce517c:/tools/simgrid_update_xml.pl diff --git a/tools/simgrid_update_xml.pl b/tools/simgrid_update_xml.pl index 8419bd7d79..a67fcab931 100755 --- a/tools/simgrid_update_xml.pl +++ b/tools/simgrid_update_xml.pl @@ -5,7 +5,7 @@ eval 'exec perl -S $0 ${1+"$@"}' # This script updates the simgrid XML file passed as argument (modification in place) # It is built to do the conversion incrementally. -# Copyright (c) 2006-2014. The SimGrid Team. +# Copyright (c) 2006-2016. The SimGrid Team. # All rights reserved. # # This program is free software; you can redistribute it and/or modify it @@ -41,7 +41,7 @@ changes in each version. =item -The version attribute of platform were added to allow file versionning. +The version attribute of platform were added to allow file versioning. =item @@ -71,7 +71,7 @@ Several tags were renamed: =item -The AS tag were introduced. Every plaform should now contain an englobing AS +The AS tag were introduced. Every platform should now contain an englobing AS tag. =item @@ -164,7 +164,7 @@ while (defined($line = )) { $fromversion = 0; print "$filename was using version 0\n"; next if !$line =~ /\S/; - } elsif ($line =~ s///) { + } elsif ($line =~ s///) { $fromversion = $1; if ($fromversion == $toversion) { die "Input platform file $filename is already conformant to version $fromversion. This should be a no-op.\n";