Skip to content

Commit

Permalink
No longer necessary to test against the 2010 signing certificate.
Browse files Browse the repository at this point in the history
  • Loading branch information
iay committed Dec 12, 2012
1 parent 8cc8fe2 commit 6775e9a
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 39 deletions.
13 changes: 0 additions & 13 deletions build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -498,9 +498,6 @@
<macrodef name="MDT.VFY.uk">
<attribute name="i"/>
<sequential>
<MDT i="@{i}" o="${null.device}"
keystore="${build.dir}/ukfederation-2010.jks"
alias="${keystore.uk.vfy.alias}"/>
<MDT i="@{i}" o="${null.device}"
keystore="${build.dir}/ukfederation-2012.jks"
alias="${keystore.uk.vfy.alias}"/>
Expand Down Expand Up @@ -576,16 +573,6 @@
<macrodef name="XMLSECTOOL.VFY.uk">
<attribute name="i"/><!-- input file, assumed to be in the XML directory -->
<sequential>
<XMLSECTOOL i="@{i}">
<args>
<arg value="--verifySignature"/>
<arg value="--certificate"/>
<arg value="${build.dir}/ukfederation-2010.pem"/>
<!--
<arg value="- -quiet"/>
-->
</args>
</XMLSECTOOL>
<XMLSECTOOL i="@{i}">
<args>
<arg value="--verifySignature"/>
Expand Down
Binary file removed build/ukfederation-2010.jks
Binary file not shown.
26 changes: 0 additions & 26 deletions build/ukfederation-2010.pem

This file was deleted.

0 comments on commit 6775e9a

Please sign in to comment.