dobbs 02/04/17 21:45:58
Modified: xdocs articles.xml
Log:
adding titles and hyperlinks
and adding an article about singletons
Revision Changes Path
1.3 +15 -2 jakarta-turbine-maven/xdocs/articles.xml
Index: articles.xml
===================================================================
RCS file: /home/cvs/jakarta-turbine-maven/xdocs/articles.xml,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- articles.xml 29 Mar 2002 03:53:55 -0000 1.2
+++ articles.xml 18 Apr 2002 04:45:57 -0000 1.3
@@ -9,8 +9,21 @@
<body>
<section name="Articles">
<p>
- http://www.stqemagazine.com/featured.asp?id=20
- http://www.martinfowler.com/articles/continuousIntegration.html
+ <a href="http://www.stqemagazine.com/featured.asp?id=20">
+ Learning to Love Unit Testing
+ </a>
+ </p>
+
+ <p>
+ <a href="http://www.martinfowler.com/articles/continuousIntegration.html">
+ Continuous Integration
+ </a>
+ </p>
+
+ <p>
+ <a
href="http://www-106.ibm.com/developerworks/webservices/library/co-single.html">
+ Use your singletons wisely
+ </a>
</p>
</section>
</body>