diff options
author | Raphael Moll <ralf@android.com> | 2011-03-08 23:31:27 -0800 |
---|---|---|
committer | Raphael Moll <ralf@android.com> | 2011-03-09 00:31:01 -0800 |
commit | 2daa351474ac0c41725d3b241fc311689ad3328a (patch) | |
tree | 10c8cf5b972b8a1b107b5c250028749c35b5df6c | |
parent | 9d08bce3bd2688b1dd4423bea7a24c6fde89d66c (diff) | |
download | sdk-2daa351474ac0c41725d3b241fc311689ad3328a.zip sdk-2daa351474ac0c41725d3b241fc311689ad3328a.tar.gz sdk-2daa351474ac0c41725d3b241fc311689ad3328a.tar.bz2 |
Deactive BinaryXml ContentType.
This breask the BinaryXml Editor feature.
However it fixes the issue 15003, which is more important:
http://code.google.com/p/android/issues/detail?id=15003
Change-Id: Iac0fb6ef38b7d6e60da1c8526ce9f58db2e7994b
-rw-r--r-- | eclipse/plugins/com.android.ide.eclipse.adt/plugin.xml | 5 |
1 files changed, 3 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 168c54c..0bdbee1 100644 --- a/eclipse/plugins/com.android.ide.eclipse.adt/plugin.xml +++ b/eclipse/plugins/com.android.ide.eclipse.adt/plugin.xml @@ -1015,7 +1015,8 @@ commandId="com.android.ide.eclipse.adt.launch.LaunchShortcut.run" schemeId="org.eclipse.ui.defaultAcceleratorConfiguration"/> </extension> - <extension point="org.eclipse.core.contenttype.contentTypes"> + <!-- NOTE: deactivated temporarily due to bug 15003. + extension point="org.eclipse.core.contenttype.contentTypes"> <content-type describer="com.android.ide.eclipse.adt.internal.editors.binaryxml.BinaryXMLDescriber" file-extensions="xml" @@ -1023,5 +1024,5 @@ name="Android Binary XML" priority="high"> </content-type> - </extension> + </extension --> </plugin> |