mirror of
https://github.com/nextcloud/android.git
synced 2024-11-22 13:15:35 +03:00
15 lines
783 B
XML
15 lines
783 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<classpath>
|
|
<classpathentry kind="src" path="src"/>
|
|
<classpathentry kind="src" path="gen"/>
|
|
<classpathentry kind="con" path="com.android.ide.eclipse.adt.ANDROID_FRAMEWORK"/>
|
|
<classpathentry kind="lib" path="lib/commons-codec-1.4.jar"/>
|
|
<classpathentry kind="lib" path="lib/commons-logging-1.1.1.jar"/>
|
|
<classpathentry kind="lib" path="lib/httpclient-4.1.1.jar"/>
|
|
<classpathentry kind="lib" path="lib/httpclient-cache-4.1.1.jar"/>
|
|
<classpathentry kind="lib" path="lib/httpcore-4.1.jar"/>
|
|
<classpathentry kind="lib" path="lib/httpmime-4.1.1.jar"/>
|
|
<classpathentry kind="lib" path="lib/commons-httpclient-3.0.1.jar"/>
|
|
<classpathentry kind="lib" path="lib/commons-io-2.0.1.jar"/>
|
|
<classpathentry kind="output" path="bin"/>
|
|
</classpath>
|