o opening up access to the exclusion filters for tycho

git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@724386 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Jason van Zyl 2008-12-08 15:56:26 +00:00
parent e509236dae
commit 845dfab57c
1 changed files with 1 additions and 1 deletions

View File

@ -80,7 +80,7 @@ public class DefaultArtifactFilterManager
DEFAULT_EXCLUSIONS = artifacts; DEFAULT_EXCLUSIONS = artifacts;
} }
private Set excludedArtifacts = new HashSet( DEFAULT_EXCLUSIONS ); protected Set excludedArtifacts = new HashSet( DEFAULT_EXCLUSIONS );
/** /**
* @deprecated Use this class as a component instead, and then use getArtifactFilter(). * @deprecated Use this class as a component instead, and then use getArtifactFilter().