Fix for 'rogue reconciling' of .properties file

See: https://github.com/spring-projects/sts4/issues/320
This commit is contained in:
Kris De Volder
2019-07-15 16:54:23 -07:00
parent 6719e0afb3
commit eebf4a6a35

View File

@@ -38,8 +38,12 @@
<extension
point="org.eclipse.core.contenttype.contentTypes">
<!--
base-type="org.eclipse.core.runtime.text"
base-type="org.eclipse.jdt.core.javaProperties"
-->
<content-type
base-type="org.eclipse.jdt.core.javaProperties"
base-type="org.eclipse.core.runtime.text"
default-charset="ISO-8859-1"
id="org.springframework.boot.ide.properties.application.properties"
name="Spring Properties File"