You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@maven.apache.org by ah...@apache.org on 2005/05/25 07:05:29 UTC

svn commit: r178369 - /maven/maven-1/plugins/trunk/clover/project.xml

Author: aheritier
Date: Tue May 24 22:05:28 2005
New Revision: 178369

URL: http://svn.apache.org/viewcvs?rev=178369&view=rev
Log:
Fix an encoding problem (I couldn't build maven 1.1)

Modified:
    maven/maven-1/plugins/trunk/clover/project.xml

Modified: maven/maven-1/plugins/trunk/clover/project.xml
URL: http://svn.apache.org/viewcvs/maven/maven-1/plugins/trunk/clover/project.xml?rev=178369&r1=178368&r2=178369&view=diff
==============================================================================
--- maven/maven-1/plugins/trunk/clover/project.xml (original)
+++ maven/maven-1/plugins/trunk/clover/project.xml Tue May 24 22:05:28 2005
@@ -1,5 +1,4 @@
-<?xml version="1.0" encoding="UTF-8"?>
-
+<?xml version="1.0" encoding="UTF-8"?>
 <!--
 /*
  * Copyright 2001-2005 The Apache Software Foundation.
@@ -17,7 +16,6 @@
  * limitations under the License.
  */
  -->
-
 <project>
   <extend>../plugin-parent/project.xml</extend>
   <pomVersion>3</pomVersion>



---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org