Merge pull request #1977 from janforys/add-jar-files

Add JAR files to proper work of project load
This commit is contained in:
Sibo Van Gool 2023-01-16 01:01:58 +01:00 committed by GitHub
commit 16f7e6ab54
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -36,5 +36,8 @@
<classpathentry kind="lib" path="lib/jaxb-api.2.3.1.jar"/>
<classpathentry kind="lib" path="lib/jaxb-runtime.2.3.1.jar"/>
<classpathentry kind="lib" path="lib/guava-26.0-jre.jar"/>
<classpathentry kind="lib" path="lib/istack-commons-runtime.jar"/>
<classpathentry kind="lib" path="lib/graal-sdk-22.1.0.1.jar"/>
<classpathentry kind="lib" path="lib/js-scriptengine-22.1.0.1.jar"/>
<classpathentry kind="output" path="bin"/>
</classpath>