Browse Source

Fixed typo. excludesfiles is an attribute not an element

git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@269994 13f79535-47bb-0310-9956-ffa450edef68
master
Stephane Bailliez 23 years ago
parent
commit
c4ee8d1bc8
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      src/etc/ant-update.xsl

+ 1
- 1
src/etc/ant-update.xsl View File

@@ -91,7 +91,7 @@
<xsl:attribute name="overwrite"><xsl:value-of select="@forceoverwrite"/></xsl:attribute>
</xsl:if>
<fileset dir="{@src}">
<xsl:apply-templates select="@includes|@includesfile|@excludes|excludesfile|node()"/>
<xsl:apply-templates select="@includes|@includesfile|@excludes|@excludesfile|node()"/>
</fileset>
</copy>
</xsl:template>


Loading…
Cancel
Save