[fixes #825] Include commonmark library

This is needed later to convert GitHub markdown (from extracted text from the GitHub API) to HTML
This commit is contained in:
Sibo Van Gool 2022-01-25 14:32:36 +01:00
parent f13d0ddeb6
commit b8a82f49bc
4 changed files with 14 additions and 2 deletions

View File

@ -16,6 +16,7 @@
<classpathentry kind="lib" path="resources"/>
<classpathentry kind="lib" path="lib/javax.inject.jar"/>
<classpathentry kind="lib" path="lib/aopalliance.jar"/>
<classpathentry kind="lib" path="lib/commonmark-0.18.1.jar"/>
<classpathentry kind="lib" path="lib/slf4j-api-1.7.30.jar"/>
<classpathentry kind="lib" path="/OpenRocket Test Libraries/test-plugin.jar"/>
<classpathentry kind="lib" path="lib/annotation-detector-3.0.5.jar"/>

View File

@ -260,5 +260,15 @@
<SOURCES />
</library>
</orderEntry>
<orderEntry type="module-library">
<library name="commonmark" type="repository">
<properties maven-id="org.commonmark:commonmark:0.18.1" />
<CLASSES>
<root url="jar://$MODULE_DIR$/lib/commonmark-0.18.1.jar!/" />
</CLASSES>
<JAVADOC />
<SOURCES />
</library>
</orderEntry>
</component>
</module>

View File

@ -15,6 +15,7 @@
<classpathentry combineaccessrules="false" kind="src" path="/OpenRocket Core"/>
<classpathentry kind="lib" path="/OpenRocket Core/lib/slf4j-api-1.7.30.jar"/>
<classpathentry kind="lib" path="/OpenRocket Core/lib/aopalliance.jar"/>
<classpathentry kind="lib" path="/OpenRocket Core/lib/commonmark-0.18.1.jar"/>
<classpathentry kind="lib" path="/OpenRocket Core/lib/javax.inject.jar"/>
<classpathentry kind="lib" path="/OpenRocket Core/resources"/>
<classpathentry kind="lib" path="resources"/>