Update of /cvsroot/mockobjects/mockobjects-java/doc/html
In directory usw-pr-cvs1:/tmp/cvs-serv5675/html
Modified Files:
template.txt
Log Message:
Added list section to menu
Index: template.txt
===================================================================
RCS file: /cvsroot/mockobjects/mockobjects-java/doc/html/template.txt,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- template.txt 2 Sep 2002 11:39:57 -0000 1.4
+++ template.txt 3 Sep 2002 10:02:19 -0000 1.5
@@ -46,9 +46,10 @@
<h4>Documentation</h4>
<a href="./endotesting.html" class="menu">Introduction</a><br>
- <a href="./papers.html" class="menu">Papers</a><br>
+ <a href="./papers.html" class="menu">Papers & Articles</a><br>
<a href="./naming_conventions.html" class="menu">Naming conventions</a><br>
- <a target="" href="javadoc/index.html" class="menu">API Reference</a><br>
+ <a target="" href="javadoc/1.3" class="menu">Mock Javadoc (JDK1.3)</a><br>
+ <a target="" href="javadoc/1.4" class="menu">Mock Javadoc (JDK1.4)</a><br>
<h4>Support</h4>
<a target="" href="http://sourceforge.net/tracker/?atid=118189&group_id=18189&func=browse" class="menu">Bug database</a><br>
@@ -59,6 +60,11 @@
<a target="" href="http://sourceforge.net/cvs/?group_id=18189" class="menu">CVS</a><br>
<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>
</td>
|