Skip to content

Commit

Permalink
Tidy up federation naming in the master file. Compensate by adding fe…
Browse files Browse the repository at this point in the history
…deration names in the master_sdss and master_ukfederation transforms.
  • Loading branch information
iay committed Nov 7, 2006
1 parent 3597e38 commit f6eab36
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 4 deletions.
7 changes: 5 additions & 2 deletions build/master_sdss.xsl
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
Author: Ian A. Young <ian@iay.org.uk>
$Id: master_sdss.xsl,v 1.2 2006/11/03 16:22:58 iay Exp $
$Id: master_sdss.xsl,v 1.3 2006/11/07 20:36:31 iay Exp $
-->
<xsl:stylesheet version="1.0"
xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
Expand All @@ -26,7 +26,7 @@
Version information for this file. Remember to peel off the dollar signs
before dropping the text into another versioned file.
-->
<xsl:param name="cvsId">$Id: master_sdss.xsl,v 1.2 2006/11/03 16:22:58 iay Exp $</xsl:param>
<xsl:param name="cvsId">$Id: master_sdss.xsl,v 1.3 2006/11/07 20:36:31 iay Exp $</xsl:param>

<!--
Add a comment to the start of the output file.
Expand All @@ -38,6 +38,9 @@
<xsl:value-of select="substring-before(substring-after($cvsId, ': '), '$')"/>
<xsl:text>&#10;</xsl:text>
</xsl:comment>
<xsl:comment>
<xsl:text>&#10;&#9;S D S S F E D E R A T I O N M E T A D A T A&#10;</xsl:text>
</xsl:comment>
<xsl:apply-templates/>
</xsl:template>

Expand Down
7 changes: 5 additions & 2 deletions build/master_ukfederation.xsl
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
Author: Ian A. Young <ian@iay.org.uk>
$Id: master_ukfederation.xsl,v 1.2 2006/11/03 16:22:58 iay Exp $
$Id: master_ukfederation.xsl,v 1.3 2006/11/07 20:36:31 iay Exp $
-->
<xsl:stylesheet version="1.0"
xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
Expand All @@ -26,7 +26,7 @@
Version information for this file. Remember to peel off the dollar signs
before dropping the text into another versioned file.
-->
<xsl:param name="cvsId">$Id: master_ukfederation.xsl,v 1.2 2006/11/03 16:22:58 iay Exp $</xsl:param>
<xsl:param name="cvsId">$Id: master_ukfederation.xsl,v 1.3 2006/11/07 20:36:31 iay Exp $</xsl:param>

<!--
Add a comment to the start of the output file.
Expand All @@ -38,6 +38,9 @@
<xsl:value-of select="substring-before(substring-after($cvsId, ': '), '$')"/>
<xsl:text>&#10;</xsl:text>
</xsl:comment>
<xsl:comment>
<xsl:text>&#10;&#9;U K F E D E R A T I O N M E T A D A T A&#10;</xsl:text>
</xsl:comment>
<xsl:apply-templates/>
</xsl:template>

Expand Down

0 comments on commit f6eab36

Please sign in to comment.