fix what appears to be a typo - need an inclusion

git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@344360 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Brett Leslie Porter 2005-11-15 12:54:44 +00:00
parent 36f39fc926
commit 9b2e3708a4
1 changed files with 1 additions and 1 deletions

View File

@ -149,7 +149,7 @@ public class TestCompilerMojo
{
testIncludes.add( "**/*." + inputFileEnding );
}
scanner = new SimpleSourceInclusionScanner( testExcludes, testExcludes );
scanner = new SimpleSourceInclusionScanner( testIncludes, testExcludes );
}
return scanner;