Enable xml-language-server extension

- use wildwebdeveloper snapshot site
This commit is contained in:
Kris De Volder
2020-11-20 10:10:12 -08:00
parent 2e7a53c6b8
commit bf5bd273b1
2 changed files with 6 additions and 5 deletions

View File

@@ -355,7 +355,6 @@
class="org.springframework.tooling.boot.ls.prefs.RemoteAppsFromPrefsDataContributor">
</injection>
</extension>
<!--
<extension
point="org.eclipse.wildwebdeveloper.xml.lemminxExtension">
<jar
@@ -365,6 +364,5 @@
path="jars/xml-ls-extension.jar">
</jar>
</extension>
-->
</plugin>

View File

@@ -166,7 +166,8 @@
<repository>
<id>wwd</id>
<layout>p2</layout>
<url>https://download.eclipse.org/wildwebdeveloper/releases/latest/</url>
<!-- <url>https://download.eclipse.org/wildwebdeveloper/releases/latest/</url> -->
<url>http://download.eclipse.org/wildwebdeveloper/snapshots</url>
</repository>
</repositories>
</profile>
@@ -216,7 +217,8 @@
<repository>
<id>wwd</id>
<layout>p2</layout>
<url>https://download.eclipse.org/wildwebdeveloper/releases/latest/</url>
<!-- <url>https://download.eclipse.org/wildwebdeveloper/releases/latest/</url> -->
<url>http://download.eclipse.org/wildwebdeveloper/snapshots</url>
</repository>
</repositories>
</profile>
@@ -271,7 +273,8 @@
<repository>
<id>wwd</id>
<layout>p2</layout>
<url>https://download.eclipse.org/wildwebdeveloper/releases/latest/</url>
<!-- <url>https://download.eclipse.org/wildwebdeveloper/releases/latest/</url> -->
<url>http://download.eclipse.org/wildwebdeveloper/snapshots</url>
</repository>
</repositories>
</profile>