mirror of
https://github.com/AppleCommander/ShrinkItArchive.git
synced 2024-11-19 13:31:29 +00:00
10 lines
396 B
XML
10 lines
396 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<classpath>
|
|
<classpathentry kind="src" path="src"/>
|
|
<classpathentry kind="src" path="test_src"/>
|
|
<classpathentry kind="src" path="local_src"/>
|
|
<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>
|