Update to lsp4j

This commit is contained in:
Kris De Volder
2016-11-07 17:29:54 -08:00
parent 1dcd6b040c
commit af64ba01d3
42 changed files with 534 additions and 615 deletions

View File

@@ -22,5 +22,15 @@
<attribute name="maven.pomderived" value="true"/>
</attributes>
</classpathentry>
<classpathentry excluding="**" kind="src" output="target/classes" path="src/main/resources">
<attributes>
<attribute name="maven.pomderived" value="true"/>
</attributes>
</classpathentry>
<classpathentry excluding="**" kind="src" output="target/test-classes" path="src/test/resources">
<attributes>
<attribute name="maven.pomderived" value="true"/>
</attributes>
</classpathentry>
<classpathentry kind="output" path="target/classes"/>
</classpath>