o Fixed unintended changes from previous commit

git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@708005 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Benjamin Bentmann 2008-10-26 15:18:19 +00:00
parent 394f6de30b
commit ac83bef267
1 changed files with 2 additions and 1 deletions

View File

@ -1,4 +1,4 @@
package org.apache.maven.it;
package ${package};
/*
* Licensed to the Apache Software Foundation (ASF) under one
@ -23,6 +23,7 @@ import java.io.File;
import java.util.ArrayList;
import java.util.List;
import org.apache.maven.it.AbstractMavenIntegrationTestCase;
import org.apache.maven.it.Verifier;
import org.apache.maven.it.util.ResourceExtractor;