Fixing for package rename in maven-profile from the other day...

git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@190541 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
John Dennis Casey 2005-06-14 01:13:09 +00:00
parent b4cfe56711
commit 1ed708a97b
1 changed files with 1 additions and 1 deletions

View File

@ -23,8 +23,8 @@ import org.apache.maven.settings.Mirror;
import org.apache.maven.settings.Server;
import org.apache.maven.settings.Settings;
import org.apache.maven.settings.io.xpp3.SettingsXpp3Reader;
import org.apache.maven.profiles.activation.ProfileActivationUtils;
import org.apache.maven.project.MavenProjectBuilder;
import org.apache.maven.profile.activation.ProfileActivationUtils;
import org.apache.tools.ant.BuildException;
import org.apache.tools.ant.Project;
import org.apache.tools.ant.Task;