Author: brett
Date: Tue Apr 26 17:30:00 2005
New Revision: 164926

URL: http://svn.apache.org/viewcvs?rev=164926&view=rev
Log:
correct invalid project.xml file

Modified:
    jakarta/commons/proper/codec/trunk/project.xml

Modified: jakarta/commons/proper/codec/trunk/project.xml
URL: 
http://svn.apache.org/viewcvs/jakarta/commons/proper/codec/trunk/project.xml?rev=164926&r1=164925&r2=164926&view=diff
==============================================================================
--- jakarta/commons/proper/codec/trunk/project.xml (original)
+++ jakarta/commons/proper/codec/trunk/project.xml Tue Apr 26 17:30:00 2005
@@ -138,20 +138,24 @@
         <contributor>
             <name>Christopher O'Brien</name>
             <email>[EMAIL PROTECTED]</email>
-            <roles>hex, md5, architecture</roles>
+            <roles>
+                <role>hex</role>
+                <role>md5</role>
+                <role>architecture</role>
+            </roles>
         </contributor>
         <contributor>
             <name>Martin Redington</name>
-            <roles>representing xml-rpc</roles>
+            <roles><role>representing xml-rpc</role></roles>
         </contributor>
         <contributor>
             <name>Jeffery Dever</name>
-            <roles>representing http-client</roles>
+            <roles><role>representing http-client</role></roles>
         </contributor>
         <contributor>
             <name>Steve Zimmermann</name>
             <email>[EMAIL PROTECTED]</email>
-            <roles>documentation</roles>
+            <roles><role>documentation</role></roles>
         </contributor>
         <contributor>
             <name>Benjamin Walstrum</name>
@@ -160,22 +164,22 @@
         <contributor>
             <name>Oleg Kalnichevski</name>
             <email>[EMAIL PROTECTED]</email>
-            <roles>representing http-client</roles>
+            <roles><role>representing http-client</role></roles>
         </contributor>
         <contributor>
             <name>Dave Dribin</name>
             <email>[EMAIL PROTECTED]</email>
-            <roles>digest util</roles>
+            <roles><role>digest util</role></roles>
         </contributor>
         <contributor>
             <name>Alex Karasulu</name>
             <email>aok123 at bellsouth.net</email>
-            <roles>Submitted Binary class and test</roles>
+            <roles><role>Submitted Binary class and test</role></roles>
         </contributor>
         <contributor>
             <name>Matthew Inger</name>
             <email>mattinger at yahoo.com</email>
-            <roles>Submitted DIFFERENCE algorithm for Soundex and 
RefinedSoundex</roles>
+            <roles><role>Submitted DIFFERENCE algorithm for Soundex and 
RefinedSoundex</role></roles>
         </contributor>
     </contributors>
     <dependencies>



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to