File tree Expand file tree Collapse file tree 2 files changed +3
-1
lines changed
org.eclipse.m2e.core.ui/src/org/eclipse/m2e/core/ui/internal/preferences
org.eclipse.m2e.core/src/org/eclipse/m2e/core/internal/embedder Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change 3434import org .eclipse .jface .dialogs .IMessageProvider ;
3535import org .eclipse .jface .dialogs .MessageDialog ;
3636import org .eclipse .jface .preference .PreferencePage ;
37- import org .eclipse .osgi .container .Module .Settings ;
3837import org .eclipse .osgi .util .NLS ;
3938import org .eclipse .swt .SWT ;
4039import org .eclipse .swt .events .SelectionListener ;
6261import org .apache .maven .building .Problem ;
6362import org .apache .maven .cli .configuration .SettingsXmlConfigurationProcessor ;
6463import org .apache .maven .repository .RepositorySystem ;
64+ import org .apache .maven .settings .Settings ;
6565import org .apache .maven .settings .building .SettingsProblem ;
6666
6767import org .eclipse .m2e .core .MavenPlugin ;
Original file line number Diff line number Diff line change 4848import org .eclipse .core .resources .ResourcesPlugin ;
4949import org .eclipse .core .runtime .IPath ;
5050
51+ import org .codehaus .plexus .util .StringUtils ;
52+
5153import org .apache .maven .cli .CLIManager ;
5254import org .apache .maven .cli .MavenCli ;
5355
You can’t perform that action at this time.
0 commit comments