From: Vincent M. <vm...@us...> - 2003-05-14 14:58:23
|
Update of /cvsroot/mockobjects/mockobjects-java/doc/xdocs In directory sc8-pr-cvs1:/tmp/cvs-serv15996/doc/xdocs Modified Files: todo.xml Log Message: Removed old todos Index: todo.xml =================================================================== RCS file: /cvsroot/mockobjects/mockobjects-java/doc/xdocs/todo.xml,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- todo.xml 21 Aug 2001 14:47:02 -0000 1.6 +++ todo.xml 14 May 2003 14:58:19 -0000 1.7 @@ -24,39 +24,20 @@ </p> </s1> - <version title="Version 0.02"> + <version title="Future Versions"> <!-- In order to assign someone to a task, add the 'assigned-go' attribute to the action tag. Ex: action assigned-to="Vincent Massol, Steve Freeman" --> + <!-- Example of entry: <category title="Documentation"> <action assigned-to="Vincent Massol, Steve Freeman"> Write a page explaining the differences between Mock Objects and Stubs as it is largely misunderstood. </action> - <action> - Explain the code organisation in the src/ directory as wall as package - organisation. - </action> - <action> - Add a features page explaining current features of Mock Objects. - </action> - </category> - <category title="Code"> - <action assigned-to="everyone"> - Reformat all source code : Add javadoc to all code where needed + - add license + add version number + create packages.html and - overview.html + reformat according to coding conventions. We need to - do that ASAP. - </action> - </category> - <category title="Build"> - <action assigned-to="Vincent Massol"> - Finalise the build process (still need to finalise directory - structure + manage examples + manage extensions). - </action> </category> + --> </version> |