dion 02/04/21 05:52:39
Modified: src/java/org/apache/maven ChangeLog.java
Log:
Added work left todo
Revision Changes Path
1.37 +5 -2 jakarta-turbine-maven/src/java/org/apache/maven/ChangeLog.java
Index: ChangeLog.java
===================================================================
RCS file: /home/cvs/jakarta-turbine-maven/src/java/org/apache/maven/ChangeLog.java,v
retrieving revision 1.36
retrieving revision 1.37
diff -u -r1.36 -r1.37
--- ChangeLog.java 20 Apr 2002 00:17:58 -0000 1.36
+++ ChangeLog.java 21 Apr 2002 12:52:39 -0000 1.37
@@ -90,12 +90,15 @@
* CVS is executed by the underlying operating system and must be available
* for this class to work.
*
+ * @todo Refactor CVS execution and stream handling out into a separate
+ * piece of code
+ * @todo Check CVS exists first by running cvs -version instead of current hack
* @author <a href="mailto:[EMAIL PROTECTED]">Jeff Martin</a>
* @author <a href="mailto:[EMAIL PROTECTED]">Jason van Zyl</a>
* @author <a href="mailto:[EMAIL PROTECTED]">dIon Gillard</a>
* @author <a href="mailto:[EMAIL PROTECTED]">Stefan Bodewig</a>
* @author <a href="mailto:[EMAIL PROTECTED]">Peter Donald</a>
- * @version $Id: ChangeLog.java,v 1.36 2002/04/20 00:17:58 kaz Exp $
+ * @version $Id: ChangeLog.java,v 1.37 2002/04/21 12:52:39 dion Exp $
*/
public class ChangeLog extends ProjectExecutor implements ExecuteStreamHandler
{
@@ -280,7 +283,7 @@
/**
* Set up list of developers mapping id to name.
- * FIXME - should be a facility on the maven project itself
+ * @todo should be a facility on the maven project itself
* @return a list of developers ids and names
*/
private Properties getUserList()