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 2004/03/21 00:29:33 UTC

cvs commit: maven-components/maven-core/src/main/java/org/apache/maven DefaultMaven.java

jvanzyl     2004/03/20 15:29:32

  Modified:    maven-core/src/main/java/org/apache/maven DefaultMaven.java
  Log:
  o removing unused constants
  
  Revision  Changes    Path
  1.4       +0 -7      maven-components/maven-core/src/main/java/org/apache/maven/DefaultMaven.java
  
  Index: DefaultMaven.java
  ===================================================================
  RCS file: /home/cvs/maven-components/maven-core/src/main/java/org/apache/maven/DefaultMaven.java,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- DefaultMaven.java	20 Mar 2004 23:20:16 -0000	1.3
  +++ DefaultMaven.java	20 Mar 2004 23:29:32 -0000	1.4
  @@ -57,7 +57,6 @@
    */
   
   // use plexus getFiles
  -// cleanup attainGoal make is singular
   // use i18n
   
   import org.apache.maven.plugin.PluginExecutionResponse;
  @@ -85,12 +84,6 @@
   public class DefaultMaven
       implements Maven, Initializable
   {
  -    public static final String BUILD_START_GOAL = "build:start";
  -
  -    public static final String BUILD_END_GOAL = "build:end";
  -
  -    public static final String APP_VERSION = "2.0-SNAPSHOT";
  -
       private Map sessionProperties;
   
       // Components
  
  
  

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