AI 147402: Fix plugin.xml to match refactoring of the new file wizard.
Automated import of CL 147402
This commit is contained in:
committed by
The Android Open Source Project
parent
61f633c756
commit
37dca7f3bc
@@ -98,7 +98,7 @@
|
|||||||
<wizard
|
<wizard
|
||||||
canFinishEarly="false"
|
canFinishEarly="false"
|
||||||
category="com.android.ide.eclipse.wizards.category"
|
category="com.android.ide.eclipse.wizards.category"
|
||||||
class="com.android.ide.eclipse.editors.wizards.NewXmlFileWizard"
|
class="com.android.ide.eclipse.adt.wizards.newxmlfile.NewXmlFileWizard"
|
||||||
finalPerspective="org.eclipse.jdt.ui.JavaPerspective"
|
finalPerspective="org.eclipse.jdt.ui.JavaPerspective"
|
||||||
hasPages="true"
|
hasPages="true"
|
||||||
icon="icons/android.png"
|
icon="icons/android.png"
|
||||||
@@ -220,7 +220,7 @@
|
|||||||
value="com.android.ide.eclipse.adt.AndroidNature">
|
value="com.android.ide.eclipse.adt.AndroidNature">
|
||||||
</filter>
|
</filter>
|
||||||
<action
|
<action
|
||||||
class="com.android.ide.eclipse.adt.project.NewXmlFileWizardAction"
|
class="com.android.ide.eclipse.adt.wizards.actions.NewXmlFileWizardAction"
|
||||||
enablesFor="1"
|
enablesFor="1"
|
||||||
id="com.android.ide.eclipse.adt.project.NewXmlFileWizardAction"
|
id="com.android.ide.eclipse.adt.project.NewXmlFileWizardAction"
|
||||||
label="New Resource File..."
|
label="New Resource File..."
|
||||||
|
|||||||
Reference in New Issue
Block a user