mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-07-04 15:45:25 +02:00
[168870][refactor] Moving SubSystemConfigurationProxy and SubSystemConfigurationProxyComparator from UI to Core
This commit is contained in:
parent
c888133d77
commit
d0fef66f3c
3 changed files with 4 additions and 4 deletions
|
@ -16,7 +16,7 @@
|
|||
* David Dykstal (IBM) - 168870: move core function from UI to core
|
||||
********************************************************************************/
|
||||
|
||||
package org.eclipse.rse.core.internal.subsystems;
|
||||
package org.eclipse.rse.internal.core.subsystems;
|
||||
|
||||
import java.net.MalformedURLException;
|
||||
import java.net.URL;
|
|
@ -8,7 +8,7 @@
|
|||
* Contributors:
|
||||
* IBM Corporation - initial API and implementation
|
||||
*******************************************************************************/
|
||||
package org.eclipse.rse.core.internal.subsystems;
|
||||
package org.eclipse.rse.internal.core.subsystems;
|
||||
|
||||
import java.util.Comparator;
|
||||
|
|
@ -40,13 +40,13 @@ import org.eclipse.rse.core.SystemResourceManager;
|
|||
import org.eclipse.rse.core.comm.ISystemKeystoreProvider;
|
||||
import org.eclipse.rse.core.comm.SystemCommunicationsDaemon;
|
||||
import org.eclipse.rse.core.comm.SystemKeystoreProviderManager;
|
||||
import org.eclipse.rse.core.internal.subsystems.SubSystemConfigurationProxy;
|
||||
import org.eclipse.rse.core.internal.subsystems.SubSystemConfigurationProxyComparator;
|
||||
import org.eclipse.rse.core.model.ISystemProfile;
|
||||
import org.eclipse.rse.core.model.ISystemProfileManager;
|
||||
import org.eclipse.rse.core.model.ISystemRegistry;
|
||||
import org.eclipse.rse.core.subsystems.ISubSystemConfiguration;
|
||||
import org.eclipse.rse.core.subsystems.ISubSystemConfigurationProxy;
|
||||
import org.eclipse.rse.internal.core.subsystems.SubSystemConfigurationProxy;
|
||||
import org.eclipse.rse.internal.core.subsystems.SubSystemConfigurationProxyComparator;
|
||||
import org.eclipse.rse.internal.model.SystemProfileManager;
|
||||
import org.eclipse.rse.internal.ui.RSESystemTypeAdapterFactory;
|
||||
import org.eclipse.rse.internal.ui.SystemResources;
|
||||
|
|
Loading…
Add table
Reference in a new issue