Skip to content

Commit

Permalink
Generate UK federation master file.
Browse files Browse the repository at this point in the history
  • Loading branch information
iay committed Oct 9, 2006
1 parent 2ed5976 commit c1701b4
Showing 1 changed file with 13 additions and 1 deletion.
14 changes: 13 additions & 1 deletion build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@
[14] == sdss-trust
[17] sdss-wayf-unsigned.xml
[18] sdss-wayf.xml
[19] ukfederation-metadata-unsigned.xml
In the above list, indentation implies the creation hierarchy and "=="
implies creation by copying. The numbers in brackets are duplicated
Expand Down Expand Up @@ -78,6 +79,7 @@
Files within the XML directory.
-->
<property name="sdss.master.file" value="sdss-metadata-unsigned.xml"/>
<property name="uk.master.file" value="ukfederation-metadata-unsigned.xml"/>

<property name="known.hosts" value="${build.dir}/known_hosts"/>

Expand Down Expand Up @@ -133,7 +135,7 @@
<!--
Generate unsigned metadata.
-->
<target name="generate" depends="gen.master.sdss, gen.shibb.1.3, gen.shibb.1.2, gen.wayf">
<target name="generate" depends="gen.master.sdss, gen.master.uk, gen.shibb.1.3, gen.shibb.1.2, gen.wayf">
<echo>Generated unsigned metadata.</echo>
</target>

Expand Down Expand Up @@ -177,6 +179,16 @@
</concat>
</target>

<!--
gen.master.uk
-->
<target name="gen.master.uk" depends="gen.entities">
<echo>Generating unsigned UK master file.</echo>
<!-- [19] -->
<XALAN x="master_ukfederation.xsl" i="${master.file.name}"
o="${uk.master.file}" />
</target>

<!--
gen.master.sdss
Expand Down

0 comments on commit c1701b4

Please sign in to comment.