first steps towards installable eclipse features for language servers

This commit is contained in:
Martin Lippert
2016-11-30 12:45:53 +01:00
parent 020066376f
commit 31510f3fc2
23 changed files with 745 additions and 1 deletions

View File

@@ -2,4 +2,4 @@
set -e
(cd ../commons-vscode ; npm install)
npm install ../commons-vscode
../mvnw -f ../pom.xml -pl vscode-application-properties -am clean package
../mvnw -f ../pom.xml -pl vscode-application-properties -am clean install