o Aligned package of test with package of class under test

git-svn-id: https://svn.apache.org/repos/asf/maven/maven-3/trunk@1004653 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Benjamin Bentmann 2010-10-05 14:16:48 +00:00
parent e7bc1a9975
commit 5fee94bc69
1 changed files with 1 additions and 4 deletions

View File

@ -1,4 +1,4 @@
package org.apache.maven.execution;
package org.apache.maven.project;
/*
* Licensed to the Apache Software Foundation (ASF) under one
@ -32,9 +32,6 @@ import org.apache.maven.model.Model;
import org.apache.maven.model.Parent;
import org.apache.maven.model.Plugin;
import org.apache.maven.model.PluginManagement;
import org.apache.maven.project.DuplicateProjectException;
import org.apache.maven.project.MavenProject;
import org.apache.maven.project.ProjectSorter;
import org.codehaus.plexus.util.dag.CycleDetectedException;
/**