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 2003/05/26 18:21:04 UTC

cvs commit: maven-new/core/src/java/org/apache/maven/artifact/handlers ArtifactHandler.java

jvanzyl     2003/05/26 09:21:02

  Modified:    core/src/java/org/apache/maven/artifact/handlers
                        ArtifactHandler.java
  Log:
  o added role to ArtifactHandler interface and the handlers are now dealt with
    as components for consistent configuration.
  
  Revision  Changes    Path
  1.2       +3 -1      maven-new/core/src/java/org/apache/maven/artifact/handlers/ArtifactHandler.java
  
  Index: ArtifactHandler.java
  ===================================================================
  RCS file: /home/cvs/maven-new/core/src/java/org/apache/maven/artifact/handlers/ArtifactHandler.java,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- ArtifactHandler.java	20 May 2003 19:57:52 -0000	1.1
  +++ ArtifactHandler.java	26 May 2003 16:21:01 -0000	1.2
  @@ -68,6 +68,8 @@
    */
   public interface ArtifactHandler
   {
  +    public String ROLE = ArtifactHandler.class.getName();
  +
       /**
        * Process the artifact in arbitrary way.
        * <br/>
  
  
  

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