mirror of https://github.com/apache/maven.git
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:
parent
dec65c64ab
commit
409c473e0c
|
@ -1,4 +1,6 @@
|
||||||
$dirname = "C:\\svn\\maven\\trunk\\maven-core-it";
|
#!/usr/bin/perl
|
||||||
|
|
||||||
|
$dirname = "maven-core-it";
|
||||||
$readme = <<'END';
|
$readme = <<'END';
|
||||||
it0000: The simplest of builds. We have one application class and one test
|
it0000: The simplest of builds. We have one application class and one test
|
||||||
class. There are no resources, no source generation, no resource
|
class. There are no resources, no source generation, no resource
|
||||||
|
@ -439,4 +441,4 @@ while (defined($filename = readdir(DIR))) {
|
||||||
print "}\n\n";
|
print "}\n\n";
|
||||||
|
|
||||||
}
|
}
|
||||||
closedir(DIR);
|
closedir(DIR);
|
||||||
|
|
Loading…
Reference in New Issue