sbailliez 01/11/22 22:36:11
Modified: src/etc ant-update.xsl
Log:
Fixed typo. excludesfiles is an attribute not an element
Revision Changes Path
1.2 +1 -1 jakarta-ant/src/etc/ant-update.xsl
Index: ant-update.xsl
===================================================================
RCS file: /home/cvs/jakarta-ant/src/etc/ant-update.xsl,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- ant-update.xsl 2001/11/22 21:23:06 1.1
+++ ant-update.xsl 2001/11/23 06:36:11 1.2
@@ -91,7 +91,7 @@
<xsl:attribute name="overwrite"><xsl:value-of
select="@forceoverwrite"/></xsl:attribute>
</xsl:if>
<fileset dir="[EMAIL PROTECTED]">
- <xsl:apply-templates
select="@includes|@includesfile|@excludes|excludesfile|node()"/>
+ <xsl:apply-templates
select="@includes|@includesfile|@excludes|@excludesfile|node()"/>
</fileset>
</copy>
</xsl:template>
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>