diff options
Diffstat (limited to 'installer/install-lsp4xml.cmd')
-rw-r--r-- | installer/install-lsp4xml.cmd | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/installer/install-lsp4xml.cmd b/installer/install-lsp4xml.cmd new file mode 100644 index 0000000..966a3b7 --- /dev/null +++ b/installer/install-lsp4xml.cmd @@ -0,0 +1,14 @@ +@echo off + +cd %~dp0 +if exist "..\servers\lsp4xml" rd /S /Q "..\servers\lsp4xml" +md "..\servers\lsp4xml" +cd "..\servers\lsp4xml" +curl -LO "https://dl.bintray.com/lsp4xml/releases/org/lsp4xml/org.eclipse.lsp4xml/0.9.1/org.eclipse.lsp4xml-0.9.1-uber.jar" + +echo @echo off ^ + +java -jar %%~dp0\org.eclipse.lsp4xml-0.9.1-uber.jar ^ + +> lsp4xml.cmd + |