PT #167680960: Content-type element must have file-names, patterns set

This commit is contained in:
BoykoAlex
2019-08-02 16:22:26 -04:00
parent 45b8a2e1dc
commit b0e8e53bfc
3 changed files with 9 additions and 29 deletions

View File

@@ -66,8 +66,10 @@
See: https://github.com/spring-projects/sts4/issues/320
-->
<content-type
base-type="org.eclipse.core.runtime.text"
base-type="org.eclipse.core.runtime.text"
default-charset="ISO-8859-1"
file-names="application.properties,application-dev.properties"
file-patterns="application-*.properties"
id="org.springframework.boot.ide.properties.application.properties"
name="Spring Properties File"
priority="high">
@@ -76,6 +78,8 @@
<content-type
base-type="org.eclipse.core.runtime.text"
default-charset="UTF-8"
file-names="application.yml,bootstrap.yml,application-dev.yml,application.yaml,bootstrap.yaml,application-dev.yaml"
file-patterns="application-*.yml,application-*.yaml"
id="org.springframework.boot.ide.properties.application.yml"
name="Spring Yaml Properties File"
priority="high">