Browse Source

Update the example of the changelog task to use start/end date filtering

git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@272062 13f79535-47bb-0310-9956-ffa450edef68
master
Peter Donald 23 years ago
parent
commit
4df16b96b0
1 changed files with 2 additions and 1 deletions
  1. +2
    -1
      proposal/myrmidon/src/make/sample.ant

+ 2
- 1
proposal/myrmidon/src/make/sample.ant View File

@@ -284,7 +284,8 @@ Legal:
</target>

<target name="changelog-test">
<changelog basedir="." destfile="../../changelog.txt">
<changelog basedir="." destfile="../../changelog.txt"
start="20 Feb 2002" end="20 Mar 2002">
<user displayname="Peter Donald" userid="donaldp"/>
</changelog>
</target>


Loading…
Cancel
Save