You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@maven.apache.org by jv...@apache.org on 2002/12/05 03:34:40 UTC

cvs commit: jakarta-turbine-maven/src/java/org/apache/maven/verifier DependencyVerifier.java

jvanzyl     2002/12/04 18:34:40

  Modified:    src/java/org/apache/maven/verifier DependencyVerifier.java
  Log:
  o updating todos
  
  Revision  Changes    Path
  1.2       +1 -3      jakarta-turbine-maven/src/java/org/apache/maven/verifier/DependencyVerifier.java
  
  Index: DependencyVerifier.java
  ===================================================================
  RCS file: /home/cvs/jakarta-turbine-maven/src/java/org/apache/maven/verifier/DependencyVerifier.java,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- DependencyVerifier.java	5 Dec 2002 02:30:17 -0000	1.1
  +++ DependencyVerifier.java	5 Dec 2002 02:34:39 -0000	1.2
  @@ -86,8 +86,6 @@
    *       against them.
    * @todo Make the non-distributable list an XML file and use the
    *       the standard betwixt mechanism for reading it in.
  - * @todo Move the general settings verification out of this class.
  - * @todo Rename the remainder of this a dependency verifier as that's all
    *       it's doing and naming it otherwise is just misleading.
    */
   public class DependencyVerifier