aboutsummaryrefslogtreecommitdiff
path: root/installer/install-lsp4xml.cmd
diff options
context:
space:
mode:
Diffstat (limited to 'installer/install-lsp4xml.cmd')
-rw-r--r--installer/install-lsp4xml.cmd9
1 files changed, 0 insertions, 9 deletions
diff --git a/installer/install-lsp4xml.cmd b/installer/install-lsp4xml.cmd
index e85b269..a57ba3a 100644
--- a/installer/install-lsp4xml.cmd
+++ b/installer/install-lsp4xml.cmd
@@ -1,14 +1,5 @@
@echo off
-setlocal
-
-cd /d %~dp0
-
-set server_dir=..\servers\lsp4xml
-if exist %server_dir% rd /Q /S "%server_dir%"
-md "%server_dir%"
-cd /d "%server_dir%"
-
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 ^