You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@maven.apache.org by mi...@apache.org on 2003/04/30 10:35:58 UTC

cvs commit: maven-new/core/src/java/org/apache/maven MavenConstants.java

michal      2003/04/30 01:35:58

  Modified:    core/src/java/org/apache/maven MavenConstants.java
  Log:
  added layout and artifact-handler properties files
  
  Revision  Changes    Path
  1.2       +8 -1      maven-new/core/src/java/org/apache/maven/MavenConstants.java
  
  Index: MavenConstants.java
  ===================================================================
  RCS file: /home/cvs/maven-new/core/src/java/org/apache/maven/MavenConstants.java,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- MavenConstants.java	26 Apr 2003 16:52:15 -0000	1.1
  +++ MavenConstants.java	30 Apr 2003 08:35:58 -0000	1.2
  @@ -64,6 +64,7 @@
    */
   public class MavenConstants
   {
  +
       /**
        * This is an internal version for MavenSession self updating
        * procedures. A MavenSession installation can query a MavenSession
  @@ -172,4 +173,10 @@
   
       /**  Dependency classpath tag. */
       public static final String SESSION = "maven.session";
  +    
  +    /** Layout properties file name */
  +    public static final String LAYOUT_PROPERTIES = "/layout.properties";
  +    
  +	/** Artifact Handler configuration file **/
  +	public static String ARTIFACT_HANDLER_PROPERTIES = "/artifact-handler.properties";
   }
  
  
  

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