donaldp 2002/07/13 16:42:08
Modified: proposal/gump/stylesheet bash.xsl
Log:
Use -f to indicate build file rather than -buildfile so as to be compatible with
myrmidon.
Revision Changes Path
1.80 +1 -1 jakarta-alexandria/proposal/gump/stylesheet/bash.xsl
Index: bash.xsl
===================================================================
RCS file: /home/cvs/jakarta-alexandria/proposal/gump/stylesheet/bash.xsl,v
retrieving revision 1.79
retrieving revision 1.80
diff -u -r1.79 -r1.80
--- bash.xsl 13 Jul 2002 23:41:37 -0000 1.79
+++ bash.xsl 13 Jul 2002 23:42:08 -0000 1.80
@@ -444,7 +444,7 @@
<xsl:text> </xsl:text><xsl:value-of select="$ant-cmd"/>
<xsl:if test="@buildfile">
- <xsl:text> -buildfile </xsl:text>
+ <xsl:text> -f </xsl:text>
<xsl:value-of select="translate(@buildfile,'\','/')"/>
</xsl:if>
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>