Skip to content
This repository has been archived by the owner. It is now read-only.

Commit

Permalink
Move UKf verification certificate and keystore into the mdx tree.
Browse files Browse the repository at this point in the history
  • Loading branch information
iay committed Aug 26, 2014
1 parent f010267 commit b5909af
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -609,7 +609,7 @@
<attribute name="i"/>
<sequential>
<MDT i="@{i}" o="${null.device}"
keystore="${build.dir}/ukfederation-2012.jks"
keystore="${mdx.dir}/uk/ukfederation-2012.jks"
alias="${keystore.uk.vfy.alias}"/>
</sequential>
</macrodef>
Expand Down Expand Up @@ -702,7 +702,7 @@
<args>
<arg value="--verifySignature"/>
<arg value="--certificate"/>
<arg value="${build.dir}/ukfederation-2012.pem"/>
<arg value="${mdx.dir}/uk/ukfederation-2012.pem"/>
<!--
<arg value="- -quiet"/>
-->
Expand Down
File renamed without changes.
File renamed without changes.

0 comments on commit b5909af

Please sign in to comment.