You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@maven.apache.org by ka...@apache.org on 2003/05/24 07:48:05 UTC

cvs commit: maven-new/core/src/java/org/apache/maven/artifact/layout DefaultRepositoryLayout.java RepositoryLayout.java

kaz         2003/05/23 22:48:05

  Modified:    core/src/java/org/apache/maven/artifact/layout
                        DefaultRepositoryLayout.java RepositoryLayout.java
  Log:
  Formatting changes only.
  
  Revision  Changes    Path
  1.3       +3 -2      maven-new/core/src/java/org/apache/maven/artifact/layout/DefaultRepositoryLayout.java
  
  Index: DefaultRepositoryLayout.java
  ===================================================================
  RCS file: /home/cvs/maven-new/core/src/java/org/apache/maven/artifact/layout/DefaultRepositoryLayout.java,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- DefaultRepositoryLayout.java	23 May 2003 18:33:13 -0000	1.2
  +++ DefaultRepositoryLayout.java	24 May 2003 05:48:05 -0000	1.3
  @@ -1,3 +1,5 @@
  +package org.apache.maven.artifact.layout;
  +
   /* ====================================================================
    * The Apache Software License, Version 1.1
    *
  @@ -53,7 +55,6 @@
    *
    * ====================================================================
    */
  -package org.apache.maven.artifact.layout;
   
   import org.apache.avalon.framework.activity.Initializable;
   import org.apache.maven.MavenConstants;
  
  
  
  1.2       +6 -6      maven-new/core/src/java/org/apache/maven/artifact/layout/RepositoryLayout.java
  
  Index: RepositoryLayout.java
  ===================================================================
  RCS file: /home/cvs/maven-new/core/src/java/org/apache/maven/artifact/layout/RepositoryLayout.java,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- RepositoryLayout.java	20 May 2003 19:57:52 -0000	1.1
  +++ RepositoryLayout.java	24 May 2003 05:48:05 -0000	1.2
  @@ -1,3 +1,5 @@
  +package org.apache.maven.artifact.layout;
  +
   /* ====================================================================
    * The Apache Software License, Version 1.1
    *
  @@ -53,7 +55,6 @@
    *
    * ====================================================================
    */
  -package org.apache.maven.artifact.layout;
   
   import org.apache.maven.artifact.Artifact;
   
  @@ -71,16 +72,15 @@
   public interface RepositoryLayout
   {
   
  -    /** The role played in  Avalon container  */
  +    /** The role played in Avalon container */
       public static final String ROLE = RepositoryLayout.class.getName();
   
       /**
  -     * Returns the relative path for artifact in local repository
  -     * <p>
  +     * Returns the relative path for an artifact in local repository.
        *
        * @param artifact the Artifact for which
        * @return the path
        */
  -    String generatePath( Artifact artifact ) throws Exception;
  +    public String generatePath( Artifact artifact ) throws Exception;
   
   }
  
  
  

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