Skip to content

Commit

Permalink
Reorganise so that we have somewhere to put per-federation information.
Browse files Browse the repository at this point in the history
  • Loading branch information
iay committed Feb 24, 2011
1 parent 025c70a commit 1130608
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@
-->
<property name="build.dir" value="${basedir}/build"/>
<property name="entities.dir" value="entities"/>
<property name="feds.dir" value="feds"/>
<property name="xml.dir" value="xml"/>

<!--
Expand Down Expand Up @@ -874,10 +875,11 @@
*************************************************
-->

<property name="incommon.dir" value="${feds.dir}/incommon"/>
<property name="incommon.metadata.location"
value="http://wayf.incommonfederation.org/InCommon/InCommon-metadata.xml"/>
<property name="incommon.metadata.cert"
value="incommon.pem"/>
value="${incommon.dir}/incommon.pem"/>

<macrodef name="XMLSECTOOL.VFY.incommon">
<attribute name="i"/><!-- input file, assumed to be in the XML directory -->
Expand All @@ -886,7 +888,7 @@
<args>
<arg value="--verifySignature"/>
<arg value="--certificate"/>
<arg value="${build.dir}/${incommon.metadata.cert}"/>
<arg value="${incommon.metadata.cert}"/>
<!--
<arg value="- -quiet"/>
-->
Expand Down
File renamed without changes.

0 comments on commit 1130608

Please sign in to comment.