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:00:20 UTC

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

jvanzyl     2002/12/30 23:00:20

  Modified:    src/java/org/apache/maven MavenException.java
  Log:
  refactoring. update to follow
  
  Revision  Changes    Path
  1.3       +4 -4      jakarta-turbine-maven/src/java/org/apache/maven/MavenException.java
  
  Index: MavenException.java
  ===================================================================
  RCS file: /home/cvs/jakarta-turbine-maven/src/java/org/apache/maven/MavenException.java,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- MavenException.java	24 Nov 2002 19:00:37 -0000	1.2
  +++ MavenException.java	31 Dec 2002 07:00:20 -0000	1.3
  @@ -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
  @@ -60,7 +60,7 @@
   import java.io.PrintWriter;
   
   /**
  - * The base class for all exceptions thrown by Maven. Taken liberally from
  + * The base class for all exceptions thrown by MavenSession. Taken liberally from
    * <a href="http://jakarta.apache.org/ant/">Ant's</a> BuildException
    *
    * @author dion