mirror of
https://github.com/holub/mame
synced 2025-07-16 14:58:52 +03:00
9 lines
347 B
XML
9 lines
347 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<classpath>
|
|
<classpathentry kind="src" path="src"/>
|
|
<classpathentry kind="src" path="jtests"/>
|
|
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
|
|
<classpathentry kind="con" path="org.eclipse.jdt.junit.JUNIT_CONTAINER/3"/>
|
|
<classpathentry kind="output" path="bin"/>
|
|
</classpath>
|