Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthias Becker2020-01-24 14:05:35 +0000
committerMatthias Becker2020-01-24 14:08:16 +0000
commitf46a3eeaeae06e789a5480067a2a29394883284f (patch)
tree3078f1b9ebcba35f784081173616f27bf3b6575b
parent8d8e1a6e517f6b6bcfc44f10848cc1fa55408fd6 (diff)
downloadeclipse.platform.text-f46a3eeaeae06e789a5480067a2a29394883284f.tar.gz
eclipse.platform.text-f46a3eeaeae06e789a5480067a2a29394883284f.tar.xz
eclipse.platform.text-f46a3eeaeae06e789a5480067a2a29394883284f.zip
Bug 559508: Annotations Code Mining shouldn't check content typeI20200129-0935
Change-Id: Ibc8ca36b66e0f410b1ff47e9bf6aff0955d2cd6f Signed-off-by: Matthias Becker <ma.becker@sap.com>
-rw-r--r--org.eclipse.ui.editors/plugin.xml5
1 files changed, 0 insertions, 5 deletions
diff --git a/org.eclipse.ui.editors/plugin.xml b/org.eclipse.ui.editors/plugin.xml
index 139d36ff533..4707edec537 100644
--- a/org.eclipse.ui.editors/plugin.xml
+++ b/org.eclipse.ui.editors/plugin.xml
@@ -1077,11 +1077,6 @@
variable="editorInput">
<adapt
type="org.eclipse.core.resources.IFile">
- <test
- property="org.eclipse.core.resources.contentTypeId"
- value="org.eclipse.core.runtime.text"
- args="kindOf">
- </test>
</adapt>
</with>
</enabledWhen>

Back to the top