jon 00/12/05 16:24:14
Modified: . build.xml
Log:
turn on filtering for the docs directory to allow the correct version
number to appear in the documentation.
Revision Changes Path
1.105 +2 -1 jakarta-ant/build.xml
Index: build.xml
===================================================================
RCS file: /home/cvs/jakarta-ant/build.xml,v
retrieving revision 1.104
retrieving revision 1.105
diff -u -r1.104 -r1.105
--- build.xml 2000/11/29 11:49:45 1.104
+++ build.xml 2000/12/06 00:24:13 1.105
@@ -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">