It was duplicated twice in this file ...

Don't ask me why ;-)

Arnaud


> -----Message d'origine-----
> De : Brett Porter [mailto:[EMAIL PROTECTED] 
> Envoyé : dimanche 2 octobre 2005 00:53
> À : Maven Developers List
> Objet : Re: svn commit: r293038 - in 
> /maven/maven-1/plugins/trunk/javadoc: project.xml 
> src/main/org/apache/maven/javadoc/JavadocWarningsTextToXml.jav
> a src/test/org/apache/maven/javadoc/JavadocWarningsTextToXmlTest.java
> 
> why remove the license?
> 
> - Brett
> 
> [EMAIL PROTECTED] wrote:
> 
> >Modified: 
> >maven/maven-1/plugins/trunk/javadoc/src/main/org/apache/maven
> /javadoc/J
> >avadocWarningsTextToXml.java
> >URL: 
> >http://svn.apache.org/viewcvs/maven/maven-1/plugins/trunk/jav
> adoc/src/m
> >ain/org/apache/maven/javadoc/JavadocWarningsTextToXml.java?re
v=293038&r
> >1=293037&r2=293038&view=diff 
> >=============================================================
> ==========
> >=======
> >--- 
> >maven/maven-1/plugins/trunk/javadoc/src/main/org/apache/maven
> /javadoc/J
> >avadocWarningsTextToXml.java (original)
> >+++ 
> maven/maven-1/plugins/trunk/javadoc/src/main/org/apache/maven/javad
> >+++ oc/JavadocWarningsTextToXml.java Sat Oct  1 15:48:27 2005
> >@@ -17,26 +17,6 @@
> >  * 
> >====================================================================
> >  */
> > 
> >-import org.apache.commons.collections.set.ListOrderedSet;
> >-import org.apache.commons.lang.StringEscapeUtils;
> >-import org.apache.commons.lang.StringUtils;
> >-
> >-/* 
> ====================================================================
> >- *   Copyright 2001-2004 The Apache Software Foundation.
> >- *
> >- *   Licensed under the Apache License, Version 2.0 (the "License");
> >- *   you may not use this file except in compliance with 
> the License.
> >- *   You may obtain a copy of the License at
> >- *
> >- *       http://www.apache.org/licenses/LICENSE-2.0
> >- *
> >- *   Unless required by applicable law or agreed to in 
> writing, software
> >- *   distributed under the License is distributed on an "AS 
> IS" BASIS,
> >- *   WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either 
> express or implied.
> >- *   See the License for the specific language governing 
> permissions and
> >- *   limitations under the License.
> >- * 
> >====================================================================
> >- */
> > import java.io.BufferedReader;
> > import java.io.File;
> > import java.io.FileNotFoundException;
> >@@ -46,13 +26,17 @@
> > import java.io.OutputStreamWriter;
> > import java.io.PrintWriter;
> > import java.io.UnsupportedEncodingException;
> >-
> > import java.util.ArrayList;
> > import java.util.Iterator;
> > import java.util.List;
> > import java.util.Map;
> > import java.util.Set;
> > import java.util.TreeMap;
> >+import java.util.TreeSet;
> >+
> >+import org.apache.commons.collections.SetUtils;
> >+import org.apache.commons.lang.StringEscapeUtils;
> >+import org.apache.commons.lang.StringUtils;
> > 
> >  
> >
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED] For 
> additional commands, e-mail: [EMAIL PROTECTED]
> 




---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to