dion 2004/01/07 21:20:08 Modified: site project.xml Log: Fix bad encoding Revision Changes Path 1.25 +3 -3 maven-plugins/site/project.xml Index: project.xml =================================================================== RCS file: /home/cvs/maven-plugins/site/project.xml,v retrieving revision 1.24 retrieving revision 1.25 diff -u -r1.24 -r1.25 --- project.xml 8 Jan 2004 05:13:55 -0000 1.24 +++ project.xml 8 Jan 2004 05:20:08 -0000 1.25 @@ -1,4 +1,4 @@ -<?xml version="1.0" encoding="UTF-8"?> +<?xml version="1.0" encoding="ISO-8859-1"?> <project> <extend>../project.xml</extend> @@ -35,10 +35,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>
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]