jvanzyl     2003/12/26 20:21:26

  Modified:    maven-project/src/java/org/apache/maven/project
                        ProjectBuilder.java
  Log:
  o Add build(File,boolean) to indicate the use of building a POM allowing
    the use or non use of the parent. Required in the PomTag where parent
    processing is turned off.
  
  Revision  Changes    Path
  1.7       +4 -0      
maven-components/maven-project/src/java/org/apache/maven/project/ProjectBuilder.java
  
  Index: ProjectBuilder.java
  ===================================================================
  RCS file: 
/home/cvs/maven-components/maven-project/src/java/org/apache/maven/project/ProjectBuilder.java,v
  retrieving revision 1.6
  retrieving revision 1.7
  diff -u -r1.6 -r1.7
  --- ProjectBuilder.java       8 Dec 2003 05:09:11 -0000       1.6
  +++ ProjectBuilder.java       27 Dec 2003 04:21:26 -0000      1.7
  @@ -13,4 +13,8 @@
   
       Project build( File project )
           throws Exception;
  +
  +    Project build( File project, boolean useParent )
  +        throws Exception;
  +
   }
  
  
  

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

Reply via email to