From 090985e609936ba504ab26d6f35308e767b10d5d Mon Sep 17 00:00:00 2001 From: Ian Young Date: Sat, 28 Sep 2013 13:01:54 +0000 Subject: [PATCH] Remove AthensPUIDAuthority from all fragment files. --- build/patch_entity.pl | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) 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