You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@maven.apache.org by di...@apache.org on 2004/01/03 00:30:24 UTC

cvs commit: maven/src/java/org/apache/maven/jelly/tags/maven ReactorTag.java DependencyResolverInterface.java

dion        2004/01/02 15:30:24

  Modified:    src/java/org/apache/maven/jelly/tags/maven Tag:
                        MAVEN-1_0-BRANCH ReactorTag.java
                        DependencyResolverInterface.java
  Log:
  Code cleanup
  
  Revision  Changes    Path
  No                   revision
  No                   revision
  1.36.4.3  +7 -8      maven/src/java/org/apache/maven/jelly/tags/maven/ReactorTag.java
  
  Index: ReactorTag.java
  ===================================================================
  RCS file: /home/cvs/maven/src/java/org/apache/maven/jelly/tags/maven/ReactorTag.java,v
  retrieving revision 1.36.4.2
  retrieving revision 1.36.4.3
  diff -u -r1.36.4.2 -r1.36.4.3
  --- ReactorTag.java	9 Dec 2003 23:36:00 -0000	1.36.4.2
  +++ ReactorTag.java	2 Jan 2004 23:30:24 -0000	1.36.4.3
  @@ -56,19 +56,18 @@
    * ====================================================================
    */
   
  +import java.io.File;
  +import java.util.ArrayList;
  +import java.util.Collection;
  +import java.util.Iterator;
  +import java.util.List;
  +
   import org.apache.commons.jelly.JellyTagException;
   import org.apache.commons.jelly.MissingAttributeException;
   import org.apache.commons.jelly.XMLOutput;
   import org.apache.maven.MavenConstants;
   import org.apache.maven.MavenUtils;
  -import org.apache.maven.jelly.MavenJellyContext;
   import org.apache.maven.project.Project;
  -
  -import java.io.File;
  -import java.util.ArrayList;
  -import java.util.Collection;
  -import java.util.Iterator;
  -import java.util.List;
   
   /**
    * Reactor tag that processes a set of project descriptors taking into
  
  
  
  1.3.10.1  +2 -2      maven/src/java/org/apache/maven/jelly/tags/maven/DependencyResolverInterface.java
  
  Index: DependencyResolverInterface.java
  ===================================================================
  RCS file: /home/cvs/maven/src/java/org/apache/maven/jelly/tags/maven/DependencyResolverInterface.java,v
  retrieving revision 1.3
  retrieving revision 1.3.10.1
  diff -u -r1.3 -r1.3.10.1
  --- DependencyResolverInterface.java	23 Feb 2003 20:59:07 -0000	1.3
  +++ DependencyResolverInterface.java	2 Jan 2004 23:30:24 -0000	1.3.10.1
  @@ -104,4 +104,4 @@
        * @throws Exception If an error occurs while processing the graph.
        */
       List getSortedDependencies(boolean sourceBuild) throws Exception;
  -}
  \ No newline at end of file
  +}
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org