Update the eclipse .classpath files to point to the new and updated jar files that were merged as part of the recent upgrade to Java 11/ Java 13 commits. Signed-off-by: Billy Olsen <billy.olsen@gmail.com>
16 lines
616 B
XML
16 lines
616 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-1.3.jar"/>
|
|
<classpathentry kind="lib" path="hamcrest-library-1.3.jar"/>
|
|
<classpathentry kind="lib" path="jmock-2.9.0.jar"/>
|
|
<classpathentry kind="lib" path="jmock-junit4-2.9.0.jar"/>
|
|
<classpathentry kind="lib" path="junit-4.12.jar"/>
|
|
<classpathentry kind="output" path="bin"/>
|
|
</classpath>
|