o forgot to add the file provided by Igor's patch

git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@780177 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Jason van Zyl 2009-05-30 05:10:23 +00:00
parent 1e2b77c10f
commit 00c2d5486f
1 changed files with 12 additions and 0 deletions

View File

@ -0,0 +1,12 @@
package org.apache.maven;
import java.util.Set;
public interface ArtifactFilterManagerDelegate
{
void addExcludes( Set<String> excludes );
void addCoreExcludes( Set<String> excludes );
}