mirror of
https://code.briarproject.org/briar/briar.git
synced 2026-02-12 18:59:06 +01:00
The method used by Commons IO to get the available disk space fails on Android devices that lack a df binary - use the Android API instead.
13 lines
774 B
XML
13 lines
774 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<classpath>
|
|
<classpathentry kind="src" path="src"/>
|
|
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/J2SE-1.5"/>
|
|
<classpathentry combineaccessrules="false" kind="src" path="/briar-api"/>
|
|
<classpathentry kind="lib" path="/briar-api/libs/guice-3.0-no_aop.jar"/>
|
|
<classpathentry kind="lib" path="libs/h2small-1.3.170.jar"/>
|
|
<classpathentry kind="lib" path="libs/javax.inject.jar"/>
|
|
<classpathentry kind="lib" path="libs/sc-light-jdk15on-1.47.0.3-SNAPSHOT.jar" sourcepath="libs/source/sc-light-jdk15on-1.47.0.3-SNAPSHOT-source.jar"/>
|
|
<classpathentry kind="lib" path="libs/weupnp-0.1.1.jar"/>
|
|
<classpathentry kind="output" path="bin"/>
|
|
</classpath>
|