Browse Source

turn on filtering for the docs directory to allow the correct version

number to appear in the documentation.


git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@268314 13f79535-47bb-0310-9956-ffa450edef68
master
Jon Scott Stevens 24 years ago
parent
commit
523dccea55
1 changed files with 2 additions and 1 deletions
  1. +2
    -1
      build.xml

+ 2
- 1
build.xml View File

@@ -211,7 +211,8 @@
<copy todir="${ant.dist.dir}/bin">
<fileset dir="src/bin"/>
</copy>
<copy todir="${ant.dist.dir}/docs">
<filter token="VERSION" value="${version}"/>
<copy todir="${ant.dist.dir}/docs" filtering="on">
<fileset dir="${docs.dir}"/>
</copy>
<copy todir="${ant.dist.dir}/docs/api">


Loading…
Cancel
Save