mirror of
https://github.com/AppleCommander/AppleCommander.git
synced 2024-11-05 02:09:23 +00:00
10 lines
390 B
Plaintext
10 lines
390 B
Plaintext
|
<?xml version="1.0" encoding="UTF-8"?>
|
||
|
<classpath>
|
||
|
<classpathentry kind="src" path="src"/>
|
||
|
<classpathentry kind="src" path="test"/>
|
||
|
<classpathentry kind="var" path="SWT_JAR"/>
|
||
|
<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>
|