Skip to content

Commit

Permalink
No longer signing with metadatatool, so remove the macro.
Browse files Browse the repository at this point in the history
  • Loading branch information
iay committed Jul 18, 2011
1 parent abe2f6c commit ee0b86c
Showing 1 changed file with 0 additions and 17 deletions.
17 changes: 0 additions & 17 deletions build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -670,23 +670,6 @@
</sequential>
</macrodef>

<macrodef name="MDT.SIGN.uk">
<attribute name="i"/>
<attribute name="o"/>
<sequential>
<MDT i="@{i}" o="${xml.dir}/@{o}"
keystore="${keystore.uk.sign.loc}"
storetype="${keystore.uk.sign.type}"
alias="${keystore.uk.sign.alias}">
<args>
<arg value="--sign"/>
<arg value="--password"/>
<arg value="${keystore.pass}"/>
</args>
</MDT>
</sequential>
</macrodef>

<macrodef name="MDT.VFY.uk">
<attribute name="i"/>
<sequential>
Expand Down

0 comments on commit ee0b86c

Please sign in to comment.