AI 143273: am: CL 143259 ADT #1743364: Refactor all wizard classes & their actions together.
Original author: raphael Merged from: //branches/cupcake/... Automated import of CL 143273
This commit is contained in:
committed by
The Android Open Source Project
parent
376013596d
commit
1e3355dd7d
@@ -16,7 +16,7 @@
|
|||||||
|
|
||||||
package com.android.ide.eclipse.adt.wizards.actions;
|
package com.android.ide.eclipse.adt.wizards.actions;
|
||||||
|
|
||||||
import com.android.ide.eclipse.editors.wizards.NewXmlFileWizard;
|
import com.android.ide.eclipse.adt.wizards.newxmlfile.NewXmlFileWizard;
|
||||||
|
|
||||||
import org.eclipse.jface.action.IAction;
|
import org.eclipse.jface.action.IAction;
|
||||||
import org.eclipse.ui.IWorkbenchWizard;
|
import org.eclipse.ui.IWorkbenchWizard;
|
||||||
|
|||||||
@@ -14,9 +14,9 @@
|
|||||||
* limitations under the License.
|
* limitations under the License.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
package com.android.ide.eclipse.adt.project;
|
package com.android.ide.eclipse.adt.wizards.actions;
|
||||||
|
|
||||||
import com.android.ide.eclipse.editors.wizards.NewXmlFileWizard;
|
import com.android.ide.eclipse.adt.wizards.newxmlfile.NewXmlFileWizard;
|
||||||
|
|
||||||
import org.eclipse.jface.action.IAction;
|
import org.eclipse.jface.action.IAction;
|
||||||
import org.eclipse.jface.viewers.ISelection;
|
import org.eclipse.jface.viewers.ISelection;
|
||||||
@@ -15,7 +15,7 @@
|
|||||||
*/
|
*/
|
||||||
|
|
||||||
|
|
||||||
package com.android.ide.eclipse.editors.wizards;
|
package com.android.ide.eclipse.adt.wizards.newxmlfile;
|
||||||
|
|
||||||
import com.android.ide.eclipse.adt.AdtPlugin;
|
import com.android.ide.eclipse.adt.AdtPlugin;
|
||||||
import com.android.ide.eclipse.adt.sdk.AndroidTargetData;
|
import com.android.ide.eclipse.adt.sdk.AndroidTargetData;
|
||||||
@@ -31,6 +31,7 @@ import com.android.ide.eclipse.editors.resources.configurations.FolderConfigurat
|
|||||||
import com.android.ide.eclipse.editors.resources.configurations.ResourceQualifier;
|
import com.android.ide.eclipse.editors.resources.configurations.ResourceQualifier;
|
||||||
import com.android.ide.eclipse.editors.resources.descriptors.ResourcesDescriptors;
|
import com.android.ide.eclipse.editors.resources.descriptors.ResourcesDescriptors;
|
||||||
import com.android.ide.eclipse.editors.resources.manager.ResourceFolderType;
|
import com.android.ide.eclipse.editors.resources.manager.ResourceFolderType;
|
||||||
|
import com.android.ide.eclipse.editors.wizards.ConfigurationSelector;
|
||||||
import com.android.ide.eclipse.editors.wizards.ConfigurationSelector.ConfigurationState;
|
import com.android.ide.eclipse.editors.wizards.ConfigurationSelector.ConfigurationState;
|
||||||
import com.android.sdklib.IAndroidTarget;
|
import com.android.sdklib.IAndroidTarget;
|
||||||
import com.android.sdklib.SdkConstants;
|
import com.android.sdklib.SdkConstants;
|
||||||
@@ -16,11 +16,11 @@
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
package com.android.ide.eclipse.editors.wizards;
|
package com.android.ide.eclipse.adt.wizards.newxmlfile;
|
||||||
|
|
||||||
import com.android.ide.eclipse.adt.AdtPlugin;
|
import com.android.ide.eclipse.adt.AdtPlugin;
|
||||||
|
import com.android.ide.eclipse.adt.wizards.newxmlfile.NewXmlFileCreationPage.TypeInfo;
|
||||||
import com.android.ide.eclipse.editors.IconFactory;
|
import com.android.ide.eclipse.editors.IconFactory;
|
||||||
import com.android.ide.eclipse.editors.wizards.NewXmlFileCreationPage.TypeInfo;
|
|
||||||
|
|
||||||
import org.eclipse.core.resources.IContainer;
|
import org.eclipse.core.resources.IContainer;
|
||||||
import org.eclipse.core.resources.IFile;
|
import org.eclipse.core.resources.IFile;
|
||||||
Reference in New Issue
Block a user