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: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]