jvanzyl 02/04/18 08:38:12
Modified: src/java/org/apache/maven ProjectVerify.java
Log:
<ignore> adding tasks.
Revision Changes Path
1.3 +4 -1
jakarta-turbine-maven/src/java/org/apache/maven/ProjectVerify.java
Index: ProjectVerify.java
===================================================================
RCS file:
/home/cvs/jakarta-turbine-maven/src/java/org/apache/maven/ProjectVerify.java,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- ProjectVerify.java 18 Apr 2002 15:23:16 -0000 1.2
+++ ProjectVerify.java 18 Apr 2002 15:38:12 -0000 1.3
@@ -72,7 +72,10 @@
* and make sure they are all here before trying to compile.
*
* @author <a href="[EMAIL PROTECTED]">Jason van Zyl</a>
- * @version $Id: ProjectVerify.java,v 1.2 2002/04/18 15:23:16 jvanzyl Exp $
+ * @version $Id: ProjectVerify.java,v 1.3 2002/04/18 15:38:12 jvanzyl Exp $
+ * @task Create a list of all things that could go wrong and then protect
+ * against them.
+ * @task Merge the XML POM validation mechanism in here.
*/
public class ProjectVerify
extends ProjectExecutor