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:
Xavier Ducrohet
2009-05-26 15:17:30 -07:00
committed by The Android Open Source Project

View File

@@ -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>