am ce803ae7: Update some class names in plugin.xml that were not updated by the refactoring.
Merge commit 'ce803ae7b9162f92f43e64922b7d610e652ab468' * commit 'ce803ae7b9162f92f43e64922b7d610e652ab468': Update some class names in plugin.xml that were not updated by the refactoring.
This commit is contained in:
committed by
The Android Open Source Project
commit
feb725e826
@@ -455,23 +455,23 @@
|
|||||||
<extension
|
<extension
|
||||||
point="org.eclipse.wst.sse.ui.editorConfiguration">
|
point="org.eclipse.wst.sse.ui.editorConfiguration">
|
||||||
<sourceViewerConfiguration
|
<sourceViewerConfiguration
|
||||||
class="com.android.ide.eclipse.editors.manifest.ManifestSourceViewerConfig"
|
class="com.android.ide.eclipse.adt.internal.editors.manifest.ManifestSourceViewerConfig"
|
||||||
target="com.android.ide.eclipse.editors.manifest.ManifestEditor">
|
target="com.android.ide.eclipse.editors.manifest.ManifestEditor">
|
||||||
</sourceViewerConfiguration>
|
</sourceViewerConfiguration>
|
||||||
<sourceViewerConfiguration
|
<sourceViewerConfiguration
|
||||||
class="com.android.ide.eclipse.editors.resources.ResourcesSourceViewerConfig"
|
class="com.android.ide.eclipse.adt.internal.editors.resources.ResourcesSourceViewerConfig"
|
||||||
target="com.android.ide.eclipse.editors.resources.ResourcesEditor">
|
target="com.android.ide.eclipse.editors.resources.ResourcesEditor">
|
||||||
</sourceViewerConfiguration>
|
</sourceViewerConfiguration>
|
||||||
<sourceViewerConfiguration
|
<sourceViewerConfiguration
|
||||||
class="com.android.ide.eclipse.editors.layout.LayoutSourceViewerConfig"
|
class="com.android.ide.eclipse.adt.internal.editors.layout.LayoutSourceViewerConfig"
|
||||||
target="com.android.ide.eclipse.editors.layout.LayoutEditor">
|
target="com.android.ide.eclipse.editors.layout.LayoutEditor">
|
||||||
</sourceViewerConfiguration>
|
</sourceViewerConfiguration>
|
||||||
<sourceViewerConfiguration
|
<sourceViewerConfiguration
|
||||||
class="com.android.ide.eclipse.editors.menu.MenuSourceViewerConfig"
|
class="com.android.ide.eclipse.adt.internal.editors.menu.MenuSourceViewerConfig"
|
||||||
target="com.android.ide.eclipse.editors.menu.MenuEditor">
|
target="com.android.ide.eclipse.editors.menu.MenuEditor">
|
||||||
</sourceViewerConfiguration>
|
</sourceViewerConfiguration>
|
||||||
<sourceViewerConfiguration
|
<sourceViewerConfiguration
|
||||||
class="com.android.ide.eclipse.editors.xml.XmlSourceViewerConfig"
|
class="com.android.ide.eclipse.adt.internal.editors.xml.XmlSourceViewerConfig"
|
||||||
target="com.android.ide.eclipse.editors.xml.XmlEditor">
|
target="com.android.ide.eclipse.editors.xml.XmlEditor">
|
||||||
</sourceViewerConfiguration>
|
</sourceViewerConfiguration>
|
||||||
</extension>
|
</extension>
|
||||||
@@ -530,9 +530,9 @@
|
|||||||
id="adt.actionSet.refactorings"
|
id="adt.actionSet.refactorings"
|
||||||
label="Android Refactorings"
|
label="Android Refactorings"
|
||||||
visible="true">
|
visible="true">
|
||||||
|
|
||||||
<!-- This duplicates the Refactoring Menu definition from the jdt.ui plugin.xml,
|
<!-- This duplicates the Refactoring Menu definition from the jdt.ui plugin.xml,
|
||||||
which allows us to insert our contribution even if the JDT is not loaded.
|
which allows us to insert our contribution even if the JDT is not loaded.
|
||||||
We overload the definition with our new group.-->
|
We overload the definition with our new group.-->
|
||||||
<menu
|
<menu
|
||||||
label="Refactor"
|
label="Refactor"
|
||||||
@@ -550,12 +550,12 @@
|
|||||||
<separator name="scriptGroup"/>
|
<separator name="scriptGroup"/>
|
||||||
</menu>
|
</menu>
|
||||||
|
|
||||||
<menu
|
<menu
|
||||||
label="Android"
|
label="Android"
|
||||||
path="org.eclipse.jdt.ui.refactoring.menu/androidGroup"
|
path="org.eclipse.jdt.ui.refactoring.menu/androidGroup"
|
||||||
id="com.android.ide.eclipse.adt.refactoring.menu">
|
id="com.android.ide.eclipse.adt.refactoring.menu">
|
||||||
<separator name="android"/>
|
<separator name="android"/>
|
||||||
</menu>
|
</menu>
|
||||||
<action
|
<action
|
||||||
class="com.android.ide.eclipse.adt.internal.refactorings.extractstring.ExtractStringAction"
|
class="com.android.ide.eclipse.adt.internal.refactorings.extractstring.ExtractStringAction"
|
||||||
definitionId="com.android.ide.eclipse.adt.refactoring.extract.string"
|
definitionId="com.android.ide.eclipse.adt.refactoring.extract.string"
|
||||||
|
|||||||
Reference in New Issue
Block a user