Skip to content

Commit

Permalink
New build of samlsign: pretty much rewritten from scratch by Chad, co…
Browse files Browse the repository at this point in the history
…mmand line arguments changed, fewer dependencies.
  • Loading branch information
iay committed Sep 1, 2009
1 parent b905b7c commit 3aeaa28
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -468,7 +468,7 @@
<jvmarg value="-Djava.endorsed.dirs=${tools.samlsign}/endorsed"/>
<args/>
<arg value="--validateSchema"/>
<arg value="--in"/>
<arg value="--inFile"/>
<arg value="${xml.dir}/@{i}"/>
</java>
</sequential>
Expand All @@ -489,7 +489,7 @@
<arg value="${keystore.uk.sign.alias}"/>
<arg value="--password"/>
<arg value="${keystore.pass}"/>
<arg value="--out"/>
<arg value="--outFile"/>
<arg value="${xml.dir}/@{o}"/>
</args>
</SAMLSIGN>
Expand All @@ -501,8 +501,8 @@
<sequential>
<SAMLSIGN i="@{i}">
<args>
<arg value="--validateSig"/>
<arg value="--cert"/>
<arg value="--verifySignature"/>
<arg value="--certificate"/>
<arg value="${build.dir}/ukfederation-2008.pem"/>
</args>
</SAMLSIGN>
Expand Down

0 comments on commit 3aeaa28

Please sign in to comment.