[MNG-2244] PrettyPrintXMLWriter writes unix line endings always. Fixed plexus-utils version

git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@397584 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Carlos Sanchez Gonzalez 2006-04-27 16:42:22 +00:00
parent 4fc35bac02
commit 2095f80305
1 changed files with 1 additions and 2 deletions

View File

@ -2,7 +2,6 @@
import java.io.PrintWriter;
import java.io.Writer;
import java.util.LinkedList;
/*
* Copyright 2001-2006 The Apache Software Foundation.
@ -21,7 +20,7 @@
*/
/**
* Copied from plexus-utils 1.2 as we can't upgrade it yet.
* Copied from plexus-utils 1.3-SNAPSHOT as we can't upgrade it yet.
* This class can be removed when a newer version of plexus-utils is included with Maven
*
* @see org.codehaus.plexus.util.xml.PrettyPrintXMLWriter