From: Jeff M. <cus...@us...> - 2002-09-09 09:31:13
|
Update of /cvsroot/mockobjects/mockobjects-java/doc/html In directory usw-pr-cvs1:/tmp/cvs-serv13562/html Modified Files: template.txt Log Message: Changed copyright notice Index: template.txt =================================================================== RCS file: /cvsroot/mockobjects/mockobjects-java/doc/html/template.txt,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- template.txt 3 Sep 2002 10:02:19 -0000 1.5 +++ template.txt 9 Sep 2002 09:31:10 -0000 1.6 @@ -1,9 +1,10 @@ <html> <head> - <meta name="generator" content="HTML Tidy, see www.w3.org"> + <meta name="generator" content="Jeff"> <title>Mock Objects</title> <link rel="stylesheet" href="stylesheet.css" type="text/css"> + <meta name="keywords" content="unit test, test first, mock object, junit"> </head> <body marginheight="4" marginwidth="4" leftmargin="4" topmargin= @@ -15,7 +16,7 @@ border="0" vspace="0" hspace="0" src= "./images/mockturtle.jpg"></a></td> - <td bgcolor="#ffffff" align="center" valign="middle" width= + <td align="center" valign="middle" width= "100%"><img align="center" alt= "Mock Objects" border="0" vspace="0" hspace="0" src=".//images/mockobjects.gif"></td> @@ -61,10 +62,11 @@ <a href="./coding_conventions.html" class="menu">Coding conventions</a><br> <a href="./release_process.html" class="menu">Release process</a><br> <h4>Links</h4> - <a href="http://www.easymock.org/">Easy Mock</a><br> - <a href="http://www.junit.org/">JUnit</a><br> - <a href="http://www.abstrakt.de/mockcreator.html">Mock Creator</a><br> - <a href="http://www.mockmaker.org/">Mock Maker</a> + <a target="_blank" href="http://www.easymock.org/">Easy Mock</a><br> + <a target="_blank" href="http://www.junit.org/">JUnit</a><br> + <a target="_blank" href="http://www.abstrakt.de/mockcreator.html">Mock Creator</a><br> + <a target="_blank" href="http://www.mockmaker.org/">Mock Maker</a> + <a target="_blank" href="http://joe.truemesh.com/mockdoclet/">Mock Doclet</a> </td> @@ -90,10 +92,9 @@ <hr size="1" noshade=""> </td> </tr> - <tr> <td align="center"><span><i>Copyright © - 2001 Mock Objects. All Rights Reserved.</i></span> </td> + 2001-2002 Mock Objects. All Rights Reserved.</i></span> </td> </tr> </table> </body> |