
crossley at apache
Jan 10, 2011, 7:16 PM
Post #1 of 1
(145 views)
Permalink
|
|
svn commit: r1057468 - /forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.input.glossary/status.xml
|
|
Author: crossley Date: Tue Jan 11 03:16:59 2011 New Revision: 1057468 URL: http://svn.apache.org/viewvc?rev=1057468&view=rev Log: Add people IDs. Modified: forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.input.glossary/status.xml Modified: forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.input.glossary/status.xml URL: http://svn.apache.org/viewvc/forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.input.glossary/status.xml?rev=1057468&r1=1057467&r2=1057468&view=diff ============================================================================== --- forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.input.glossary/status.xml (original) +++ forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.input.glossary/status.xml Tue Jan 11 03:16:59 2011 @@ -17,14 +17,13 @@ --> <status> <developers> -<!-- Add new developers here --> +<!-- FIFO order --> + <person name="David Crossley" email="crossley [at] apache" id="DC" /> + <person name="Ross Gardler" email="rgardler [at] apache" id="RDG"/> + <person name="Gavin McDonald" email="gmcdonald [at] apache" id="GM"/> + <person name="Volunteer needed" email="dev [at] forrest" id="open"/> </developers> -<!-- Define here the Title of the Context you want to display in the Changes pages. - id = the context value of actions - title = Title of the Context - --> <contexts> -<!-- Add new contexts here --> <context id="code" title="Changes to the Code Base"/> <context id="docs" title="Changes to Documentation"/> <context id="admin" title="Changes to Project Administration"/>
|