Skip to content

Commit

Permalink
Enable Id keyword expansion.
Browse files Browse the repository at this point in the history
  • Loading branch information
iay committed Aug 5, 2007
1 parent 9df4114 commit 2d6c4fe
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion build/master_to_wayf.xsl
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,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_to_wayf.xsl,v 1.1 2006/06/23 09:05:00 iay Exp $</xsl:param>
<xsl:param name="cvsId">$Id$</xsl:param>

<!--
Add a comment to the start of the output file.
Expand Down
2 changes: 1 addition & 1 deletion build/master_ukfederation.xsl
Original file line number Diff line number Diff line change
Expand Up @@ -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.5 2007/02/20 09:10:54 iay Exp $</xsl:param>
<xsl:param name="cvsId">$Id$</xsl:param>

<!--
Add a comment to the start of the output file.
Expand Down
2 changes: 1 addition & 1 deletion build/v12_to_v13.xsl
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,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: v12_to_v13.xsl,v 1.3 2005/03/17 11:26:26 iay Exp $</xsl:param>
<xsl:param name="cvsId">$Id$</xsl:param>

<!--
Add a comment to the start of the output file.
Expand Down
2 changes: 1 addition & 1 deletion build/v13_to_v12_sites.xsl
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,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: v13_to_v12_sites.xsl,v 1.11 2005/03/23 18:09:58 iay Exp $</xsl:param>
<xsl:param name="cvsId">$Id$</xsl:param>

<!--
Add a comment to the start of the output file.
Expand Down
2 changes: 1 addition & 1 deletion build/v13_to_v12_trust.xsl
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,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: v13_to_v12_trust.xsl,v 1.3 2005/04/08 13:46:23 iay Exp $</xsl:param>
<xsl:param name="cvsId">$Id$</xsl:param>

<!--
Add a comment to the start of the output file.
Expand Down

0 comments on commit 2d6c4fe

Please sign in to comment.