PR: MPDIST-28

Submitted by: Phil Steitz
Reviewed by: aheritier
Allow to configure to which files should use CRLF/LF line endings in archives.

git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@355273 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
aheritier 2005-12-08 23:24:32 +00:00
parent 5cca92d5c5
commit 027db5ad04

View File

@ -25,8 +25,8 @@
</properties> </properties>
<body> <body>
<release version="1.7-SNAPSHOT" date="in SVN"> <release version="1.7-SNAPSHOT" date="in SVN">
<action dev="aheritier" type="add" issue="MPDIST-27,MPDIST-28" due-to="Phil Steitz">Allow to configure to which files should use CRLF/LF line endings in archives.</action>
<action dev="ltheussl" type="fix" issue="MPDIST-24"><code>dist:prepare-src-filesystem</code> doesn't recognize <code>maven.ant.generatebuild.file</code>.</action> <action dev="ltheussl" type="fix" issue="MPDIST-24"><code>dist:prepare-src-filesystem</code> doesn't recognize <code>maven.ant.generatebuild.file</code>.</action>
<action dev="ltheussl" type="fix" issue="MPDIST-27" due-to="Phil Steitz">Zip archives should use CRLF line endings on txt files.</action>
<action dev="aheritier" type="update" issue="MAVEN-1712">Update dependencies to match ones in maven 1.1 core and to unify them between plugins. The following dependencies are updated : <action dev="aheritier" type="update" issue="MAVEN-1712">Update dependencies to match ones in maven 1.1 core and to unify them between plugins. The following dependencies are updated :
<ul> <ul>
<li>commons-logging v1.0.3 -> v1.0.4</li> <li>commons-logging v1.0.3 -> v1.0.4</li>