Browse Source

fixing spell error

git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@321172 13f79535-47bb-0310-9956-ffa450edef68
master
Jan Materne 20 years ago
parent
commit
cc5fb2f272
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      docs.xml

+ 1
- 1
docs.xml View File

@@ -85,7 +85,7 @@
templatePath="${templ.path}" templatePath="${templ.path}"
velocityPropertiesFile="${velocity.props}"> velocityPropertiesFile="${velocity.props}">
</anakia> </anakia>
<fixcrlf srcdir="${docs.dest}" inlcudes="**/*.html"/>
<fixcrlf srcdir="${docs.dest}" includes="**/*.html"/>
</target> </target>


<target name="fixcrlf" if="onwindows"> <target name="fixcrlf" if="onwindows">


Loading…
Cancel
Save