You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@maven.apache.org by ke...@apache.org on 2005/07/31 23:23:39 UTC

svn commit: r226697 - /maven/components/trunk/maven-artifact-ant/src/main/java/org/apache/maven/artifact/ant/AntResolutionListener.java

Author: kenney
Date: Sun Jul 31 14:23:36 2005
New Revision: 226697

URL: http://svn.apache.org/viewcvs?rev=226697&view=rev
Log:
Add interface method - makes this compile again (it isn't included
in the bootstrap).

Modified:
    maven/components/trunk/maven-artifact-ant/src/main/java/org/apache/maven/artifact/ant/AntResolutionListener.java

Modified: maven/components/trunk/maven-artifact-ant/src/main/java/org/apache/maven/artifact/ant/AntResolutionListener.java
URL: http://svn.apache.org/viewcvs/maven/components/trunk/maven-artifact-ant/src/main/java/org/apache/maven/artifact/ant/AntResolutionListener.java?rev=226697&r1=226696&r2=226697&view=diff
==============================================================================
--- maven/components/trunk/maven-artifact-ant/src/main/java/org/apache/maven/artifact/ant/AntResolutionListener.java (original)
+++ maven/components/trunk/maven-artifact-ant/src/main/java/org/apache/maven/artifact/ant/AntResolutionListener.java Sun Jul 31 14:23:36 2005
@@ -72,6 +72,11 @@
         project.log( indent + artifact.getId() + " (settings scope to: " + scope + ")" );
     }
 
+    public void updateScopeCurrentPom( Artifact artifact, String scope )
+    {
+    	updateScope( artifact, scope );
+    }
+
     public void manageArtifact( Artifact artifact, Artifact replacement )
     {
         String msg = indent + artifact.getId();



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