You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ant.apache.org by co...@apache.org on 2006/06/27 17:56:44 UTC

svn commit: r417494 - in /ant/core/trunk: CONTRIBUTORS contributors.xml

Author: conor
Date: Tue Jun 27 08:56:43 2006
New Revision: 417494

URL: http://svn.apache.org/viewvc?rev=417494&view=rev
Log:
Correct issues in Contributors files

Modified:
    ant/core/trunk/CONTRIBUTORS
    ant/core/trunk/contributors.xml

Modified: ant/core/trunk/CONTRIBUTORS
URL: http://svn.apache.org/viewvc/ant/core/trunk/CONTRIBUTORS?rev=417494&r1=417493&r2=417494&view=diff
==============================================================================
Binary files - no diff available.

Modified: ant/core/trunk/contributors.xml
URL: http://svn.apache.org/viewvc/ant/core/trunk/contributors.xml?rev=417494&r1=417493&r2=417494&view=diff
==============================================================================
--- ant/core/trunk/contributors.xml (original)
+++ ant/core/trunk/contributors.xml Tue Jun 27 08:56:43 2006
@@ -58,7 +58,7 @@
   </name>
   <name>
     <first>Aslak</first>
-    <last>Helles&ocirc;y</last>
+    <last>Helles&#244;y</last>
   </name>
   <name>
     <first>Atsuhiko</first>
@@ -205,7 +205,7 @@
   </name>
   <name>
     <first>David</first>
-    <last>G&auml;rtner</last>
+    <last>G&#228;rtner</last>
   </name>
   <name>
     <first>David</first>
@@ -372,7 +372,7 @@
   </name>
   <name>
     <first>Jan</first>
-    <last>Mat&egrave;rne</last>
+    <last>Mat&#232;rne</last>
   </name>
   <name>
     <first>Jan</first>
@@ -701,6 +701,7 @@
   <name>
     <first>&#216;ystein</first>
     <last>Gisn&#229;s</last>
+  </name>
   <name>
     <first>Patrick</first>
     <last>C.</last>



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


Re: svn commit: r417494 - in /ant/core/trunk: CONTRIBUTORS contributors.xml

Posted by Conor MacNeill <co...@apache.org>.
conor@apache.org wrote:
> Author: conor
> Date: Tue Jun 27 08:56:43 2006
> New Revision: 417494
> 
> URL: http://svn.apache.org/viewvc?rev=417494&view=rev
> Log:
> Correct issues in Contributors files
> 

I've updated both of these files. The XML one I changed to be valid XML,
whilst I updated the text file to be a UTF-8 file. Somewhere along the
line the non-ASCII chars had become hosed.

In the end, I think we need have just one of these files and I think the
XML one is the way to go. It is easier to manage. If we need a text
version we should generate it from the XML. We'll need to make sure we
don't lose anyone's name when we do that.

Thoughts?
Conor

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