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/31 08:03:38 UTC

cvs commit: jakarta-turbine-maven/src/java/org/apache/maven/project SourceModification.java

jvanzyl     2002/12/30 23:03:38

  Modified:    src/java/org/apache/maven/project SourceModification.java
  Log:
  refactoring. update to follow
  
  Revision  Changes    Path
  1.6       +4 -4      jakarta-turbine-maven/src/java/org/apache/maven/project/SourceModification.java
  
  Index: SourceModification.java
  ===================================================================
  RCS file: /home/cvs/jakarta-turbine-maven/src/java/org/apache/maven/project/SourceModification.java,v
  retrieving revision 1.5
  retrieving revision 1.6
  diff -u -r1.5 -r1.6
  --- SourceModification.java	25 Nov 2002 19:29:15 -0000	1.5
  +++ SourceModification.java	31 Dec 2002 07:03:38 -0000	1.6
  @@ -26,12 +26,12 @@
    *    if and wherever such third-party acknowledgments normally appear.
    *
    * 4. The names "Apache" and "Apache Software Foundation" and
  - *    "Apache Maven" must not be used to endorse or promote products
  + *    "Apache MavenSession" must not be used to endorse or promote products
    *    derived from this software without prior written permission. For
    *    written permission, please contact apache@apache.org.
    *
    * 5. Products derived from this software may not be called "Apache",
  - *    "Apache Maven", nor may "Apache" appear in their name, without
  + *    "Apache MavenSession", nor may "Apache" appear in their name, without
    *    prior written permission of the Apache Software Foundation.
    *
    * THIS SOFTWARE IS PROVIDED ``AS IS'' AND ANY EXPRESSED OR IMPLIED
  @@ -58,7 +58,7 @@
   
   /**
    * A source modification is made when a given class or property are present
  - * during a build. Currently the way Maven works an exclusion is the only thing
  + * during a build. Currently the way MavenSession works an exclusion is the only thing
    * that makes sense. But I want to account for future cases where the sources
    * are not all together and someone may want to include a body of source given
    * the presence of a class or property.