Skip to content

Commit

Permalink
Remove various aspects of the single-entity "test federation". This w…
Browse files Browse the repository at this point in the history
…as never really used; if we ever need it again, it can be rebuilt by cloning from the new mda-based system.
  • Loading branch information
iay committed Jul 25, 2011
1 parent ab83c25 commit d32446d
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 173 deletions.
46 changes: 0 additions & 46 deletions build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -499,52 +499,6 @@
</target>


<!--
***********************************************************
*** ***
*** T E S T M E T A D A T A G E N E R A T I O N ***
*** ***
***********************************************************
-->

<property name="test.master.file" value="test-metadata-master.xml"/>
<property name="test.prod.unsigned" value="test-metadata.xml"/>

<!--
Generates a set of test metadata based on the same trust roots
(plus any local modifications) and a set of designated test
entities.
-->
<target name="gen.test">
<!--
Concatenate the entity fragment files named testNNNNNN.xml into
an entities list.
-->
<echo>Composing entity fragment files.</echo>
<concat destfile="${entities.file}" append="no" force="yes" fixlastline="no">
<header filtering="no">&lt;?xml version="1.0" encoding="UTF-8"?&gt;&#10;&lt;Entities&gt;&#10;</header>
<fileset dir="${entities.dir}" includes="test*.xml"/>
<footer>&lt;/Entities&gt;&#10;</footer>
<filterchain>
<replaceregex pattern="&lt;\?[xX][mM][lL] .*&gt;" />
</filterchain>
</concat>

<!--
Combine the entity list with the trust roots.
-->
<echo>Generating test federation master file.</echo>
<XALAN.xmldir x="master_ukfederation.xsl" i="${master.file.name}"
o="${test.master.file}" />
<CHECK.ukreg i="${xml.dir}/${test.master.file}"/>

<!--
Process through to final form.
-->
<XALAN.xmldir x="test_master_unsigned.xsl" i="${test.master.file}"
o="${test.prod.unsigned}" />
</target>

<!--
***************************
*** ***
Expand Down
127 changes: 0 additions & 127 deletions build/test_master_unsigned.xsl

This file was deleted.

0 comments on commit d32446d

Please sign in to comment.