diff options
author | Xavier Ducrohet <> | 2009-04-22 12:13:17 -0700 |
---|---|---|
committer | The Android Open Source Project <initial-contribution@android.com> | 2009-04-22 12:13:17 -0700 |
commit | ff375e656de89c39d238ec7c2ad1386d819a1811 (patch) | |
tree | 2236356aa2057e82c747e6aa18d297a5ca83fc81 | |
parent | 5cba411ed874d725127f7f90c8cd1b1c7201decb (diff) | |
download | sdk-ff375e656de89c39d238ec7c2ad1386d819a1811.zip sdk-ff375e656de89c39d238ec7c2ad1386d819a1811.tar.gz sdk-ff375e656de89c39d238ec7c2ad1386d819a1811.tar.bz2 |
AI 147402: Fix plugin.xml to match refactoring of the new file wizard.
Automated import of CL 147402
-rw-r--r-- | eclipse/plugins/com.android.ide.eclipse.adt/plugin.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/eclipse/plugins/com.android.ide.eclipse.adt/plugin.xml b/eclipse/plugins/com.android.ide.eclipse.adt/plugin.xml index 6022a20..19cd509 100644 --- a/eclipse/plugins/com.android.ide.eclipse.adt/plugin.xml +++ b/eclipse/plugins/com.android.ide.eclipse.adt/plugin.xml @@ -98,7 +98,7 @@ <wizard canFinishEarly="false" 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" hasPages="true" icon="icons/android.png" @@ -220,7 +220,7 @@ value="com.android.ide.eclipse.adt.AndroidNature"> </filter> <action - class="com.android.ide.eclipse.adt.project.NewXmlFileWizardAction" + class="com.android.ide.eclipse.adt.wizards.actions.NewXmlFileWizardAction" enablesFor="1" id="com.android.ide.eclipse.adt.project.NewXmlFileWizardAction" label="New Resource File..." |