PT #167561911: Boot LS starts form XML config files not for others

This commit is contained in:
BoykoAlex
2019-08-01 09:26:06 -04:00
parent 13dbd5fa00
commit 7449dfb526
2 changed files with 308 additions and 5 deletions

View File

@@ -81,12 +81,13 @@
priority="high">
</content-type>
<content-type id="org.springframework.boot.ide.xmlconfig"
<content-type
base-type="org.eclipse.core.runtime.xml"
default-charset="UTF-8"
id="org.springframework.boot.ide.xmlconfig"
name="Spring XML Config File"
base-type="org.eclipse.core.runtime.text"
priority="normal"
default-charset="UTF-8">
<describer class="org.eclipse.core.runtime.content.XMLRootElementContentDescriber2">
priority="normal">
<describer class="org.springframework.tooling.boot.ls.xml.XMLRootElementContentDescriber2">
<parameter name="element" value="beans"/>
</describer>
</content-type>