OSDN Git Service

Remove unused contentTypeBinding.
authorRaphael Moll <ralf@android.com>
Fri, 18 Mar 2011 05:34:46 +0000 (22:34 -0700)
committerRaphael Moll <ralf@android.com>
Fri, 18 Mar 2011 05:34:46 +0000 (22:34 -0700)
This was added as a test when investigating the issue 15003.
It's actually harmful and prevents from following links to
like @android:string/ok from XML resource files.

Change-Id: Ib0ae523a139cff960b222c138136c27902f26e7a

eclipse/plugins/com.android.ide.eclipse.adt/plugin.xml

index 5256b30..5c75241 100644 (file)
             icon="icons/android_file.png"
             id="com.android.ide.eclipse.editors.manifest.ManifestEditor"
             name="Android Manifest Editor">
-         <contentTypeBinding
-               contentTypeId="org.eclipse.core.runtime.xml">
-         </contentTypeBinding>
       </editor>
       <editor
             class="com.android.ide.eclipse.adt.internal.editors.export.ExportEditor"
             icon="icons/android_file.png"
             id="com.android.ide.eclipse.editors.resources.ResourcesEditor"
             name="Android Resource Editor">
-         <contentTypeBinding
-               contentTypeId="org.eclipse.core.runtime.xml">
-         </contentTypeBinding>
       </editor>
       <editor
             class="com.android.ide.eclipse.adt.internal.editors.layout.LayoutEditor"
             id="com.android.ide.eclipse.editors.layout.LayoutEditor"
             matchingStrategy="com.android.ide.eclipse.adt.internal.editors.layout.MatchingStrategy"
             name="Android Layout Editor">
-         <contentTypeBinding
-               contentTypeId="org.eclipse.core.runtime.xml">
-         </contentTypeBinding>
       </editor>
       <editor
             class="com.android.ide.eclipse.adt.internal.editors.menu.MenuEditor"
             icon="icons/android_file.png"
             id="com.android.ide.eclipse.editors.menu.MenuEditor"
             name="Android Menu Editor">
-         <contentTypeBinding
-               contentTypeId="org.eclipse.core.runtime.xml">
-         </contentTypeBinding>
       </editor>
       <editor
             class="com.android.ide.eclipse.adt.internal.editors.xml.XmlEditor"
             icon="icons/android_file.png"
             id="com.android.ide.eclipse.editors.xml.XmlEditor"
             name="Android Xml Resources Editor">
-         <contentTypeBinding
-               contentTypeId="org.eclipse.core.runtime.xml">
-         </contentTypeBinding>
       </editor>
       <editor
             class="com.android.ide.eclipse.adt.internal.editors.binaryxml.BinaryXMLMultiPageEditorPart"