Split vscode-boot-properties to separate language-server

This commit is contained in:
Kris De Volder
2017-04-07 10:32:35 -07:00
parent 2ec287e497
commit 5c325eadd9
209 changed files with 22 additions and 126 deletions

View File

@@ -0,0 +1,3 @@
# Language Server for Spring Boot Application Properties
Yada yada...

View File

@@ -0,0 +1,3 @@
#!/bin/bash
set -e
../mvnw -U -f ../pom.xml -pl boot-properties-language-server -am clean install

View File

@@ -2,14 +2,14 @@
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
<modelVersion>4.0.0</modelVersion>
<artifactId>vscode-boot-properties</artifactId>
<artifactId>boot-properties-language-server</artifactId>
<packaging>jar</packaging>
<parent>
<groupId>org.springframework.ide.vscode</groupId>
<artifactId>commons-parent</artifactId>
<version>0.0.1-SNAPSHOT</version>
<relativePath>../../headless-services/commons/pom.xml</relativePath>
<relativePath>../commons/pom.xml</relativePath>
</parent>
<repositories>

Some files were not shown because too many files have changed in this diff Show More