jvanzyl     2002/12/08 12:36:13

  Modified:    src/java/org/apache/maven/verifier DependencyVerifier.java
  Log:
  o Added a todo
  
  Revision  Changes    Path
  1.4       +2 -2      
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.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- DependencyVerifier.java   8 Dec 2002 20:31:42 -0000       1.3
  +++ DependencyVerifier.java   8 Dec 2002 20:36:13 -0000       1.4
  @@ -87,6 +87,7 @@
    * @todo Make the non-distributable list an XML file and use the
    *       the standard betwixt mechanism for reading it in.
    *       it's doing and naming it otherwise is just misleading.
  + * @todo Need to account for being completely offline.
    */
   public class DependencyVerifier
       extends AbstractMavenComponent
  @@ -250,7 +251,6 @@
               }
           }
       }
  -
   
       /**
        * Retrieve a <code>remoteFile</code> from the maven remote repositories
  
  
  

--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to