[MNG-2244] PrettyPrintXMLWriter writes unix line endings always. Bring patch from plexus-utils as we can't use latest in maven yet.

git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@397421 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Carlos Sanchez Gonzalez 2006-04-27 05:47:28 +00:00
parent 1c8c736a69
commit 68e38e54af
1 changed files with 1 additions and 1 deletions
maven-plugin-tools/maven-plugin-tools-api/src/main/java/org/apache/maven/tools/plugin/generator

View File

@ -21,7 +21,6 @@ import org.apache.maven.plugin.descriptor.Parameter;
import org.apache.maven.plugin.descriptor.PluginDescriptor;
import org.codehaus.plexus.util.IOUtil;
import org.codehaus.plexus.util.StringUtils;
import org.codehaus.plexus.util.xml.PrettyPrintXMLWriter;
import org.codehaus.plexus.util.xml.XMLWriter;
import java.io.File;
@ -36,6 +35,7 @@ import java.util.List;
public class PluginXdocGenerator
implements Generator
{
public void execute( File destinationDirectory, PluginDescriptor pluginDescriptor )
throws IOException
{