Author: aheritier Date: Mon Jan 3 10:00:29 2005 New Revision: 124020 URL: http://svn.apache.org/viewcvs?view=rev&rev=124020 Log: Fix MPXDOC-94 : Files re-saved with a correct UTF-8 encoding. Modified: maven/maven-1/plugins/trunk/antlr/project.xml maven/maven-1/plugins/trunk/appserver/project.xml maven/maven-1/plugins/trunk/clover/project.xml maven/maven-1/plugins/trunk/gump/project.xml maven/maven-1/plugins/trunk/j2ee/project.xml maven/maven-1/plugins/trunk/jalopy/project.xml maven/maven-1/plugins/trunk/java/project.xml maven/maven-1/plugins/trunk/javadoc/project.xml maven/maven-1/plugins/trunk/jdepend/project.xml maven/maven-1/plugins/trunk/site/project.xml maven/maven-1/plugins/trunk/tasklist/project.xml maven/maven-1/plugins/trunk/webserver/project.xml
Modified: maven/maven-1/plugins/trunk/antlr/project.xml Url: http://svn.apache.org/viewcvs/maven/maven-1/plugins/trunk/antlr/project.xml?view=diff&rev=124020&p1=maven/maven-1/plugins/trunk/antlr/project.xml&r1=124019&p2=maven/maven-1/plugins/trunk/antlr/project.xml&r2=124020 ============================================================================== --- maven/maven-1/plugins/trunk/antlr/project.xml (original) +++ maven/maven-1/plugins/trunk/antlr/project.xml Mon Jan 3 10:00:29 2005 @@ -1,5 +1,4 @@ <?xml version="1.0" encoding="UTF-8"?> - <!-- /* * Copyright 2001-2004 The Apache Software Foundation. @@ -17,7 +16,6 @@ * limitations under the License. */ --> - <project> <extend>../plugin-parent/project.xml</extend> <pomVersion>3</pomVersion> Modified: maven/maven-1/plugins/trunk/appserver/project.xml Url: http://svn.apache.org/viewcvs/maven/maven-1/plugins/trunk/appserver/project.xml?view=diff&rev=124020&p1=maven/maven-1/plugins/trunk/appserver/project.xml&r1=124019&p2=maven/maven-1/plugins/trunk/appserver/project.xml&r2=124020 ============================================================================== --- maven/maven-1/plugins/trunk/appserver/project.xml (original) +++ maven/maven-1/plugins/trunk/appserver/project.xml Mon Jan 3 10:00:29 2005 @@ -1,5 +1,4 @@ <?xml version="1.0" encoding="UTF-8"?> - <!-- /* * Copyright 2001-2004 The Apache Software Foundation. @@ -17,7 +16,6 @@ * limitations under the License. */ --> - <project> <extend>../plugin-parent/project.xml</extend> <pomVersion>3</pomVersion> Modified: maven/maven-1/plugins/trunk/clover/project.xml Url: http://svn.apache.org/viewcvs/maven/maven-1/plugins/trunk/clover/project.xml?view=diff&rev=124020&p1=maven/maven-1/plugins/trunk/clover/project.xml&r1=124019&p2=maven/maven-1/plugins/trunk/clover/project.xml&r2=124020 ============================================================================== --- maven/maven-1/plugins/trunk/clover/project.xml (original) +++ maven/maven-1/plugins/trunk/clover/project.xml Mon Jan 3 10:00:29 2005 @@ -1,5 +1,4 @@ <?xml version="1.0" encoding="UTF-8"?> - <!-- /* * Copyright 2001-2004 The Apache Software Foundation. @@ -17,7 +16,6 @@ * limitations under the License. */ --> - <project> <extend>../plugin-parent/project.xml</extend> <pomVersion>3</pomVersion> Modified: maven/maven-1/plugins/trunk/gump/project.xml Url: http://svn.apache.org/viewcvs/maven/maven-1/plugins/trunk/gump/project.xml?view=diff&rev=124020&p1=maven/maven-1/plugins/trunk/gump/project.xml&r1=124019&p2=maven/maven-1/plugins/trunk/gump/project.xml&r2=124020 ============================================================================== --- maven/maven-1/plugins/trunk/gump/project.xml (original) +++ maven/maven-1/plugins/trunk/gump/project.xml Mon Jan 3 10:00:29 2005 @@ -1,5 +1,4 @@ <?xml version="1.0" encoding="UTF-8"?> - <!-- /* * Copyright 2001-2004 The Apache Software Foundation. @@ -17,7 +16,6 @@ * limitations under the License. */ --> - <project> <extend>../plugin-parent/project.xml</extend> <pomVersion>3</pomVersion> Modified: maven/maven-1/plugins/trunk/j2ee/project.xml Url: http://svn.apache.org/viewcvs/maven/maven-1/plugins/trunk/j2ee/project.xml?view=diff&rev=124020&p1=maven/maven-1/plugins/trunk/j2ee/project.xml&r1=124019&p2=maven/maven-1/plugins/trunk/j2ee/project.xml&r2=124020 ============================================================================== --- maven/maven-1/plugins/trunk/j2ee/project.xml (original) +++ maven/maven-1/plugins/trunk/j2ee/project.xml Mon Jan 3 10:00:29 2005 @@ -1,5 +1,4 @@ <?xml version="1.0" encoding="UTF-8"?> - <!-- /* * Copyright 2001-2004 The Apache Software Foundation. @@ -17,7 +16,6 @@ * limitations under the License. */ --> - <project> <extend>../plugin-parent/project.xml</extend> <pomVersion>3</pomVersion> @@ -71,10 +69,10 @@ </roles> </developer> <developer> - <name>Stephane Mor</name> + <name>StÃphane Mor</name> <id>smor</id> <email>[EMAIL PROTECTED]</email> - <organization>Hasgard Systemes et Raseaux</organization> + <organization>Hasgard SystÃmes et RÃseaux</organization> <roles> <role>Java Developer</role> </roles> Modified: maven/maven-1/plugins/trunk/jalopy/project.xml Url: http://svn.apache.org/viewcvs/maven/maven-1/plugins/trunk/jalopy/project.xml?view=diff&rev=124020&p1=maven/maven-1/plugins/trunk/jalopy/project.xml&r1=124019&p2=maven/maven-1/plugins/trunk/jalopy/project.xml&r2=124020 ============================================================================== --- maven/maven-1/plugins/trunk/jalopy/project.xml (original) +++ maven/maven-1/plugins/trunk/jalopy/project.xml Mon Jan 3 10:00:29 2005 @@ -1,5 +1,4 @@ <?xml version="1.0" encoding="UTF-8"?> - <!-- /* * Copyright 2001-2004 The Apache Software Foundation. @@ -17,7 +16,6 @@ * limitations under the License. */ --> - <project> <extend>../plugin-parent/project.xml</extend> <pomVersion>3</pomVersion> Modified: maven/maven-1/plugins/trunk/java/project.xml Url: http://svn.apache.org/viewcvs/maven/maven-1/plugins/trunk/java/project.xml?view=diff&rev=124020&p1=maven/maven-1/plugins/trunk/java/project.xml&r1=124019&p2=maven/maven-1/plugins/trunk/java/project.xml&r2=124020 ============================================================================== --- maven/maven-1/plugins/trunk/java/project.xml (original) +++ maven/maven-1/plugins/trunk/java/project.xml Mon Jan 3 10:00:29 2005 @@ -1,5 +1,4 @@ <?xml version="1.0" encoding="UTF-8"?> - <!-- /* * Copyright 2001-2004 The Apache Software Foundation. @@ -17,7 +16,6 @@ * limitations under the License. */ --> - <project> <extend>../plugin-parent/project.xml</extend> <pomVersion>3</pomVersion> @@ -71,10 +69,10 @@ </roles> </developer> <developer> - <name>St?phane Mor</name> + <name>StÃphane Mor</name> <id>smor</id> <email>[EMAIL PROTECTED]</email> - <organization>Hasgard Syst?mes et R?seaux</organization> + <organization>Hasgard SystÃmes et RÃseaux</organization> <roles> <role>Java Developer</role> </roles> Modified: maven/maven-1/plugins/trunk/javadoc/project.xml Url: http://svn.apache.org/viewcvs/maven/maven-1/plugins/trunk/javadoc/project.xml?view=diff&rev=124020&p1=maven/maven-1/plugins/trunk/javadoc/project.xml&r1=124019&p2=maven/maven-1/plugins/trunk/javadoc/project.xml&r2=124020 ============================================================================== --- maven/maven-1/plugins/trunk/javadoc/project.xml (original) +++ maven/maven-1/plugins/trunk/javadoc/project.xml Mon Jan 3 10:00:29 2005 @@ -1,7 +1,5 @@ <?xml version="1.0" encoding="UTF-8"?> - -<project> - <!-- +<!-- /* * Copyright 2001-2004 The Apache Software Foundation. * @@ -18,7 +16,7 @@ * limitations under the License. */ --> - +<project> <extend>../plugin-parent/project.xml</extend> <artifactId>maven-javadoc-plugin</artifactId> <name>Maven Javadoc Plug-in</name> @@ -74,10 +72,10 @@ </roles> </developer> <developer> - <name>Stephane Mor</name> + <name>StÃphane Mor</name> <id>smor</id> <email>[EMAIL PROTECTED]</email> - <organization>Hasgard Systemes et Reseaux</organization> + <organization>Hasgard SystÃmes et RÃseaux</organization> <roles> <role>Java Developer</role> </roles> Modified: maven/maven-1/plugins/trunk/jdepend/project.xml Url: http://svn.apache.org/viewcvs/maven/maven-1/plugins/trunk/jdepend/project.xml?view=diff&rev=124020&p1=maven/maven-1/plugins/trunk/jdepend/project.xml&r1=124019&p2=maven/maven-1/plugins/trunk/jdepend/project.xml&r2=124020 ============================================================================== --- maven/maven-1/plugins/trunk/jdepend/project.xml (original) +++ maven/maven-1/plugins/trunk/jdepend/project.xml Mon Jan 3 10:00:29 2005 @@ -1,5 +1,4 @@ <?xml version="1.0" encoding="UTF-8"?> - <!-- /* * Copyright 2001-2004 The Apache Software Foundation. @@ -17,7 +16,6 @@ * limitations under the License. */ --> - <project> <extend>../plugin-parent/project.xml</extend> <pomVersion>3</pomVersion> @@ -57,10 +55,10 @@ </roles> </developer> <developer> - <name>StÃÂphane Mor</name> + <name>StÃphane Mor</name> <id>smor</id> <email>[EMAIL PROTECTED]</email> - <organization>Hasgard SystÃÂmes et RÃÂseaux</organization> + <organization>Hasgard SystÃmes et RÃseaux</organization> <roles> <role>Java Developer</role> </roles> Modified: maven/maven-1/plugins/trunk/site/project.xml Url: http://svn.apache.org/viewcvs/maven/maven-1/plugins/trunk/site/project.xml?view=diff&rev=124020&p1=maven/maven-1/plugins/trunk/site/project.xml&r1=124019&p2=maven/maven-1/plugins/trunk/site/project.xml&r2=124020 ============================================================================== --- maven/maven-1/plugins/trunk/site/project.xml (original) +++ maven/maven-1/plugins/trunk/site/project.xml Mon Jan 3 10:00:29 2005 @@ -1,5 +1,4 @@ <?xml version="1.0" encoding="UTF-8"?> - <!-- /* * Copyright 2001-2004 The Apache Software Foundation. @@ -17,7 +16,6 @@ * limitations under the License. */ --> - <project> <extend>../plugin-parent/project.xml</extend> <pomVersion>3</pomVersion> Modified: maven/maven-1/plugins/trunk/tasklist/project.xml Url: http://svn.apache.org/viewcvs/maven/maven-1/plugins/trunk/tasklist/project.xml?view=diff&rev=124020&p1=maven/maven-1/plugins/trunk/tasklist/project.xml&r1=124019&p2=maven/maven-1/plugins/trunk/tasklist/project.xml&r2=124020 ============================================================================== --- maven/maven-1/plugins/trunk/tasklist/project.xml (original) +++ maven/maven-1/plugins/trunk/tasklist/project.xml Mon Jan 3 10:00:29 2005 @@ -1,5 +1,4 @@ <?xml version="1.0" encoding="UTF-8"?> - <!-- /* * Copyright 2001-2004 The Apache Software Foundation. @@ -17,7 +16,6 @@ * limitations under the License. */ --> - <project> <extend>../plugin-parent/project.xml</extend> <pomVersion>3</pomVersion> Modified: maven/maven-1/plugins/trunk/webserver/project.xml Url: http://svn.apache.org/viewcvs/maven/maven-1/plugins/trunk/webserver/project.xml?view=diff&rev=124020&p1=maven/maven-1/plugins/trunk/webserver/project.xml&r1=124019&p2=maven/maven-1/plugins/trunk/webserver/project.xml&r2=124020 ============================================================================== --- maven/maven-1/plugins/trunk/webserver/project.xml (original) +++ maven/maven-1/plugins/trunk/webserver/project.xml Mon Jan 3 10:00:29 2005 @@ -1,5 +1,4 @@ <?xml version="1.0" encoding="UTF-8"?> - <!-- /* * Copyright 2001-2004 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]
