git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@163508 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Brett Leslie Porter 2005-03-09 06:54:32 +00:00
parent 262e7085a5
commit a43ec059a4
1 changed files with 1 additions and 1 deletions

View File

@ -74,7 +74,7 @@ public class Main
{
if ( !backup.exists() )
{
System.err.println( "skipping... backup exists" );
System.err.println( "skipping... backup does not exist" );
continue;
}
FileUtils.copyFile( backup, file );