PT #167680960: Content-type element must have file-names, patterns set
This commit is contained in:
@@ -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">
|
||||
|
||||
Reference in New Issue
Block a user