openrocket/lib-test/.classpath
thzero c2c22697cc
Dependency Updates (#1483)
* remove the resources\datafiles\presets folder as its is being built by the copy-orc-files build script

* Refactored from new Boolean and new Integer to Boolean.valueOf and Integer.valueOf due to deprecation warnings.   Value of is supported in Java 8 (https://docs.oracle.com/javase/8/docs/api/java/lang/Integer.html)

* Removed non-atomic updates around deprecation

* updated test dependencies

* dependency updates

* dependency updates
2022-06-26 18:58:18 +02:00

16 lines
612 B
XML

<?xml version="1.0" encoding="UTF-8"?>
<classpath>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER">
<attributes>
<attribute name="module" value="true"/>
</attributes>
</classpathentry>
<classpathentry kind="lib" path="test-plugin.jar"/>
<classpathentry kind="lib" path="hamcrest-core-2.2.jar"/>
<classpathentry kind="lib" path="hamcrest-2.2.jar"/>
<classpathentry kind="lib" path="jmock-2.12.0.jar"/>
<classpathentry kind="lib" path="jmock-junit4-2.12.0.jar"/>
<classpathentry kind="lib" path="junit-4.13.2.jar"/>
<classpathentry kind="output" path="bin"/>
</classpath>