mirror of https://github.com/apache/maven.git
fix syntax problem
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@463921 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
9645c95c9e
commit
a21adb0bb8
|
@ -50,7 +50,7 @@ while (defined($filename = readdir(DIR))) {
|
|||
$filename eq "it0096" ||
|
||||
$filename eq "it0097" ||
|
||||
$filename eq "it0043" ||
|
||||
$filename eq "it0090"
|
||||
$filename eq "it0090" )
|
||||
{
|
||||
print POM " <!-- <module>$filename</module> -->\n";
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue