You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@maven.apache.org by tr...@apache.org on 2005/09/02 12:29:07 UTC

svn commit: r267176 - /maven/components/trunk/maven-project/src/main/java/org/apache/maven/profiles/activation/AlwaysOnProfileActivator.java

Author: trygvis
Date: Fri Sep  2 03:29:02 2005
New Revision: 267176

URL: http://svn.apache.org/viewcvs?rev=267176&view=rev
Log:
o Organizing imports.

Modified:
    maven/components/trunk/maven-project/src/main/java/org/apache/maven/profiles/activation/AlwaysOnProfileActivator.java

Modified: maven/components/trunk/maven-project/src/main/java/org/apache/maven/profiles/activation/AlwaysOnProfileActivator.java
URL: http://svn.apache.org/viewcvs/maven/components/trunk/maven-project/src/main/java/org/apache/maven/profiles/activation/AlwaysOnProfileActivator.java?rev=267176&r1=267175&r2=267176&view=diff
==============================================================================
--- maven/components/trunk/maven-project/src/main/java/org/apache/maven/profiles/activation/AlwaysOnProfileActivator.java (original)
+++ maven/components/trunk/maven-project/src/main/java/org/apache/maven/profiles/activation/AlwaysOnProfileActivator.java Fri Sep  2 03:29:02 2005
@@ -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 @@
  * 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 @@
     {
         return true;
     }
-
 }



---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org