Skip to content

Commit

Permalink
Signed metadata no longer contains administrative contacts, so need t…
Browse files Browse the repository at this point in the history
…o pull mailing list names from something further back in the build process.
  • Loading branch information
iay committed Dec 10, 2008
1 parent 5337ec4 commit c6b95de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/addresses.pl
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
#
# UK addresses
#
open(XML,"java -cp ../xalan-j_2_6_0/bin/xalan.jar org.apache.xalan.xslt.Process -IN ../xml/ukfederation-metadata.xml -XSL extract_addresses.xsl|") || die "could not open input file";
open(XML,"java -cp ../xalan-j_2_6_0/bin/xalan.jar org.apache.xalan.xslt.Process -IN ../xml/ukfederation-metadata-master.xml -XSL extract_addresses.xsl|") || die "could not open input file";
while (<XML>) {
if (/<EmailAddress>(mailto:)?(.*)<\/EmailAddress>/) {
$metadata{$2} = 1;
Expand Down

0 comments on commit c6b95de

Please sign in to comment.