You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@velocity.apache.org by he...@apache.org on 2009/04/26 20:50:48 UTC

svn commit: r768744 - /velocity/site/site/src/site/velocity/xdoc/who-we-are.xml

Author: henning
Date: Sun Apr 26 18:50:48 2009
New Revision: 768744

URL: http://svn.apache.org/viewvc?rev=768744&view=rev
Log:
Oh, look! A bug. Interestingly enough, I fixed it for the Emeritii, but not for the actual developers.


Modified:
    velocity/site/site/src/site/velocity/xdoc/who-we-are.xml

Modified: velocity/site/site/src/site/velocity/xdoc/who-we-are.xml
URL: http://svn.apache.org/viewvc/velocity/site/site/src/site/velocity/xdoc/who-we-are.xml?rev=768744&r1=768743&r2=768744&view=diff
==============================================================================
--- velocity/site/site/src/site/velocity/xdoc/who-we-are.xml (original)
+++ velocity/site/site/src/site/velocity/xdoc/who-we-are.xml Sun Apr 26 18:50:48 2009
@@ -77,6 +77,7 @@
             <th>Roles</th>
           </tr>
 #foreach ($dev in $project.developers)
+  #set ($emeritus = false)
   #foreach ($role in ${dev.roles})
     #if ($role.contains("Emeritus"))
       #set ($emeritus = true)