Fixed release notes file name.

git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/math/trunk@208933 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Phil Steitz 2005-07-03 15:43:13 +00:00
parent 22bbd54444
commit 46c3ad2c75
1 changed files with 1 additions and 1 deletions

View File

@ -48,7 +48,7 @@
<preGoal name="dist:build-src">
<copy todir="${maven.dist.src.assembly.dir}">
<fileset file='${basedir}/NOTICE.txt'/>
<fileset file='${basedir}/release-notes.txt'/>
<fileset file='${basedir}/RELEASE-NOTES.txt'/>
</copy>
<delete dir="${maven.dist.src.assembly.dir}/src/experimental" />
<move todir="${maven.dist.src.assembly.dir}-src">