11 lines
541 B
XML
11 lines
541 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<classpath>
|
|
<classpathentry kind="src" path="src"/>
|
|
<classpathentry excluding="com/OsMoDroid/" kind="src" path="android"/>
|
|
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
|
|
<classpathentry kind="lib" path="lib/commons-logging-1.1.1.jar"/>
|
|
<classpathentry kind="lib" path="lib/icu4j-49_1.jar"/>
|
|
<classpathentry kind="lib" path="lib/bsh-core-2.0b4.jar"/>
|
|
<classpathentry kind="lib" path="lib/junidecode-0.1.jar"/>
|
|
<classpathentry kind="output" path="bin"/>
|
|
</classpath>
|