PT #165419026: Hyperlinks in XML config files

This commit is contained in:
BoykoAlex
2019-05-07 12:49:26 -04:00
parent 6db573175e
commit 3b396e975f
40 changed files with 1782 additions and 171 deletions

View File

@@ -109,9 +109,21 @@
<extension
point="org.eclipse.ui.preferencePages">
<page
category="org.springframework.tooling.ls.eclipse.commons.console.preferences"
class="org.springframework.tooling.boot.ls.BootLanguageServerPreferencesPage"
category="org.springframework.tooling.boot.ls.preferences"
class="org.springframework.tooling.boot.ls.BootJavaPreferencesPage"
id="org.springframework.tooling.boot.java.ls.preferences"
name="Spring Boot Java">
</page>
<page
category="org.springframework.tooling.boot.ls.preferences"
class="org.springframework.tooling.boot.ls.XmlConfigPreferencePage"
id="org.springframework.tooling.boot.xml.ls.preferences"
name="Spring XML Config">
</page>
<page
category="org.springframework.tooling.ls.eclipse.commons.console.preferences"
class="org.springframework.tooling.boot.ls.SpringBootLanguageServerPreferencePage"
id="org.springframework.tooling.boot.ls.preferences"
name="Spring Boot Language Server">
</page>
</extension>