o shebang and relative path to the maven-core-it directory

git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@463223 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Jason van Zyl 2006-10-12 12:06:13 +00:00
parent dec65c64ab
commit 409c473e0c
1 changed files with 4 additions and 2 deletions

View File

@ -1,4 +1,6 @@
$dirname = "C:\\svn\\maven\\trunk\\maven-core-it";
#!/usr/bin/perl
$dirname = "maven-core-it";
$readme = <<'END';
it0000: The simplest of builds. We have one application class and one test
class. There are no resources, no source generation, no resource
@ -439,4 +441,4 @@ while (defined($filename = readdir(DIR))) {
print "}\n\n";
}
closedir(DIR);
closedir(DIR);