o Organizing imports.

git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@267176 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Trygve Laugstol 2005-09-02 10:29:02 +00:00
parent c7aa0230e6
commit f895e06d85
1 changed files with 3 additions and 4 deletions

View File

@ -1,8 +1,5 @@
package org.apache.maven.profiles.activation;
import org.apache.maven.model.Profile;
import org.apache.maven.profiles.AlwaysOnActivation;
/*
* Copyright 2001-2005 The Apache Software Foundation.
*
@ -19,6 +16,9 @@ import org.apache.maven.profiles.AlwaysOnActivation;
* limitations under the License.
*/
import org.apache.maven.model.Profile;
import org.apache.maven.profiles.AlwaysOnActivation;
public class AlwaysOnProfileActivator
implements ProfileActivator
{
@ -31,5 +31,4 @@ public class AlwaysOnProfileActivator
{
return true;
}
}