adding lsp4j jars and build updates

This commit is contained in:
Ben Fry
2022-11-26 13:25:16 -05:00
parent 8424cbf4fb
commit 9eb8877886
5 changed files with 70 additions and 9 deletions

View File

@@ -168,5 +168,25 @@
<SOURCES />
</library>
</orderEntry>
<orderEntry type="module-library">
<library name="org.eclipse.lsp4j">
<CLASSES>
<root url="jar://$MODULE_DIR$/mode/org.eclipse.lsp4j.jar!/" />
</CLASSES>
<JAVADOC />
<SOURCES>
<root url="jar://$MODULE_DIR$/mode/org.eclipse.lsp4j.jar!/" />
</SOURCES>
</library>
</orderEntry>
<orderEntry type="module-library">
<library name="org.eclipse.lsp4j.jsonrpc">
<CLASSES>
<root url="jar://$MODULE_DIR$/mode/org.eclipse.lsp4j.jsonrpc.jar!/" />
</CLASSES>
<JAVADOC />
<SOURCES />
</library>
</orderEntry>
</component>
</module>