Fix for 'rogue reconciling' of .properties file
See: https://github.com/spring-projects/sts4/issues/320
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user