diff --git a/build/patch_entity.pl b/build/patch_entity.pl index 77b15d1c..a720c6ba 100755 --- a/build/patch_entity.pl +++ b/build/patch_entity.pl @@ -1,13 +1,8 @@ #!/usr/bin/perl -$seen = 0; - while (<>) { - if (/^\s+http:\/\/ukfederation.org.uk\/2006\/11\/label/) { - $seen = 1; # don't apply the change twice to the same file - } - if (!$seen && /^(\s+)http:\/\/www.w3.org\/2001\/04\/xmlenc/) { - print "$1http://ukfederation.org.uk/2006/11/label uk-fed-label.xsd\n"; + if (/AthensPUIDAuthority/) { + next; } print $_; } \ No newline at end of file