rubys 01/08/16 16:53:04
Modified: proposal/gump/stylesheet update.xsl
Log:
Got module and srcdir mixed up.
Revision Changes Path
1.10 +1 -1 jakarta-alexandria/proposal/gump/stylesheet/update.xsl
Index: update.xsl
===================================================================
RCS file: /home/cvs/jakarta-alexandria/proposal/gump/stylesheet/update.xsl,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- update.xsl 2001/08/06 00:13:04 1.9
+++ update.xsl 2001/08/16 23:53:04 1.10
@@ -126,7 +126,7 @@
<xsl:template match="cvs">
<xsl:variable name="repository" select="@repository"/>
- <cvs srcdir="{ancestor::project/@srcdir}">
+ <cvs srcdir="{ancestor::project/@module}">
<xsl:variable name="dir" select="@dir"/>
<xsl:variable name="host-prefix" select="@host-prefix"/>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]