You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by ah...@apache.org on 2005/12/09 00:24:36 UTC

svn commit: r355273 - /maven/maven-1/plugins/trunk/dist/xdocs/changes.xml

Author: aheritier
Date: Thu Dec  8 15:24:32 2005
New Revision: 355273

URL: http://svn.apache.org/viewcvs?rev=355273&view=rev
Log:
PR: MPDIST-28
Submitted by: Phil Steitz
Reviewed by: aheritier
Allow to configure to which files should use CRLF/LF line endings in archives.

Modified:
    maven/maven-1/plugins/trunk/dist/xdocs/changes.xml

Modified: maven/maven-1/plugins/trunk/dist/xdocs/changes.xml
URL: http://svn.apache.org/viewcvs/maven/maven-1/plugins/trunk/dist/xdocs/changes.xml?rev=355273&r1=355272&r2=355273&view=diff
==============================================================================
--- maven/maven-1/plugins/trunk/dist/xdocs/changes.xml (original)
+++ maven/maven-1/plugins/trunk/dist/xdocs/changes.xml Thu Dec  8 15:24:32 2005
@@ -25,8 +25,8 @@
   </properties>
   <body>
     <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-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 : 
         <ul>
           <li>commons-logging v1.0.3 -> v1.0.4</li>