using integration-tests

git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@465750 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Jason van Zyl 2006-10-19 19:48:59 +00:00
parent 9e3623865d
commit 7fbad68c86
1 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@ use File::Path;
use strict;
my $dirname = "maven-core-it";
my $newITs = "maven-core-integrationtests";
my $newITs = "maven-core-integration-tests";
my $newITsResources = "$newITs/src/test/resources";