jvanzyl     02/04/30 04:37:47

  Modified:    src/java/org/apache/maven/reactor ReactorGenerator.java
  Log:
  Clarifying the javadoc.
  
  Revision  Changes    Path
  1.6       +10 -2     
jakarta-turbine-maven/src/java/org/apache/maven/reactor/ReactorGenerator.java
  
  Index: ReactorGenerator.java
  ===================================================================
  RCS file: 
/home/cvs/jakarta-turbine-maven/src/java/org/apache/maven/reactor/ReactorGenerator.java,v
  retrieving revision 1.5
  retrieving revision 1.6
  diff -u -r1.5 -r1.6
  --- ReactorGenerator.java     19 Apr 2002 14:51:57 -0000      1.5
  +++ ReactorGenerator.java     30 Apr 2002 11:37:47 -0000      1.6
  @@ -80,10 +80,18 @@
   import org.apache.maven.executor.AbstractExecutor;
   
   /**
  - * Task for controlling a multi-project build. 
  + * Task for generating a multi-project build that uses Ant.
  + *
  + * This task will take a workspace definitions along with a set
  + * of projects, which are listed in a profile definition, and use
  + * Texen to generate an Ant build file that can be used to 
  + * checkout, update, and build multiple projects. The object
  + * model for the workspace is place in a velocity context the
  + * model information is merged with the template build file to
  + * produce a usable build system.
    *
    * @author <a href="mailto:[EMAIL PROTECTED]";>Jason van Zyl</a>
  - * @version $Id: ReactorGenerator.java,v 1.5 2002/04/19 14:51:57 jvanzyl Exp $
  + * @version $Id: ReactorGenerator.java,v 1.6 2002/04/30 11:37:47 jvanzyl Exp $
    */
   public class ReactorGenerator
        extends TexenTask
  
  
  


Reply via email to