From fd50c2ebfa72aa72820f46b7d53a3417b294366e Mon Sep 17 00:00:00 2001 From: ltheussl Date: Sun, 13 Nov 2005 21:14:44 +0000 Subject: [PATCH] MPDIST-27: Zip archives should use CRLF line endings on txt files. Patch submitted by Phil Steitz. git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@343960 13f79535-47bb-0310-9956-ffa450edef68 --- dist/plugin.jelly | 8 ++++++++ dist/xdocs/changes.xml | 1 + 2 files changed, 9 insertions(+) diff --git a/dist/plugin.jelly b/dist/plugin.jelly index 76918d5f..dc8582ce 100644 --- a/dist/plugin.jelly +++ b/dist/plugin.jelly @@ -159,6 +159,10 @@ + + + @@ -182,6 +186,10 @@ + + + diff --git a/dist/xdocs/changes.xml b/dist/xdocs/changes.xml index a7797698..5148acdb 100644 --- a/dist/xdocs/changes.xml +++ b/dist/xdocs/changes.xml @@ -25,6 +25,7 @@ + Zip archives should use CRLF line endings on txt files. Update dependencies to match ones in maven 1.1 core and to unify them between plugins. The following dependencies are updated :
  • commons-logging v1.0.3 -> v1.0.4