changed preparing source distribution to copy RELEASE-NOTES.txt instead of RELEASE-NOTES.html
git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/lang/trunk@178055 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
4adf9462c4
commit
ab2b0545ae
|
@ -40,7 +40,7 @@ limitations under the License.
|
||||||
<!-- Copy Files -->
|
<!-- Copy Files -->
|
||||||
<copy todir="${maven.dist.src.assembly.dir}">
|
<copy todir="${maven.dist.src.assembly.dir}">
|
||||||
<fileset dir=".">
|
<fileset dir=".">
|
||||||
<include name="RELEASE-NOTES.html"/>
|
<include name="RELEASE-NOTES.txt"/>
|
||||||
<include name="NOTICE.txt"/>
|
<include name="NOTICE.txt"/>
|
||||||
<include name="PROPOSAL.html"/>
|
<include name="PROPOSAL.html"/>
|
||||||
<include name="STATUS.html"/>
|
<include name="STATUS.html"/>
|
||||||
|
|
Loading…
Reference in New Issue