cosmetic update

git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@180243 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Brett Leslie Porter 2005-06-06 06:37:26 +00:00
parent 27fd24092a
commit 4aa157e75c
1 changed files with 8 additions and 9 deletions

View File

@ -1,14 +1,5 @@
package org.apache.maven.profiles;
import org.apache.maven.profiles.ProfilesRoot;
import org.apache.maven.profiles.io.xpp3.ProfilesXpp3Reader;
import org.codehaus.plexus.util.IOUtil;
import org.codehaus.plexus.util.xml.pull.XmlPullParserException;
import java.io.File;
import java.io.FileReader;
import java.io.IOException;
/*
* Copyright 2001-2005 The Apache Software Foundation.
*
@ -25,6 +16,14 @@ import java.io.IOException;
* limitations under the License.
*/
import org.apache.maven.profiles.io.xpp3.ProfilesXpp3Reader;
import org.codehaus.plexus.util.IOUtil;
import org.codehaus.plexus.util.xml.pull.XmlPullParserException;
import java.io.File;
import java.io.FileReader;
import java.io.IOException;
public class DefaultMavenProfilesBuilder
implements MavenProfilesBuilder
{