Add interface method - makes this compile again (it isn't included

in the bootstrap).


git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@226697 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Kenney Westerhof 2005-07-31 21:23:36 +00:00
parent 64887493fe
commit f84a2ce8ec
1 changed files with 5 additions and 0 deletions

View File

@ -72,6 +72,11 @@ public class AntResolutionListener
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();