You are viewing a plain text version of this content. The canonical link for it is here.
Posted to svn@forrest.apache.org by cr...@apache.org on 2007/03/29 11:39:34 UTC

svn commit: r523653 - /forrest/trunk/site-author/status.xml

Author: crossley
Date: Thu Mar 29 02:39:26 2007
New Revision: 523653

URL: http://svn.apache.org/viewvc?view=rev&rev=523653
Log:
Fix xml validation errors: @id must be lowercase, and duplicate id

Modified:
    forrest/trunk/site-author/status.xml

Modified: forrest/trunk/site-author/status.xml
URL: http://svn.apache.org/viewvc/forrest/trunk/site-author/status.xml?view=diff&rev=523653&r1=523652&r2=523653
==============================================================================
--- forrest/trunk/site-author/status.xml (original)
+++ forrest/trunk/site-author/status.xml Thu Mar 29 02:39:26 2007
@@ -44,7 +44,7 @@
     <person name="Tim Williams"         email="twilliams@apache.org"    id="TWW"/>
     <person name="Diwaker Gupta"        email="diwaker@apache.org"      id="DG"/>
     <person name="Gavin McDonald"       email="gmcdonald@apache.org"    id="GM"/>
-    <person name="Sjur N Moshagen"      email="sjur@apache.org"         ID="SM"/>
+    <person name="Sjur N Moshagen"      email="sjur@apache.org"         id="SNM"/>
 
     <person name="Volunteer needed"   email="dev@forrest.apache.org" id="open"/>
   </developers>
@@ -176,7 +176,7 @@
       <action dev="TS" type="add" context="code" importance="high">
         Add initial Solr plugin to Whiteboard.
       </action>
-      <action context="code" type="fix" dev="SM" fixes-bug="FOR-704" due-to="Vronk Duat">
+      <action context="code" type="fix" dev="SNM" fixes-bug="FOR-704" due-to="Vronk Duat">
         With comments &amp; thanks also to Paul Kronenwetter, fixes a bug
         where duplicate apply-templates was causing duplicate content with span
         classes.