mirror of
https://code.briarproject.org/briar/briar.git
synced 2026-02-17 13:19:52 +01:00
Fixed classpaths of Android and test projects.
This commit is contained in:
@@ -5,5 +5,6 @@
|
|||||||
<classpathentry kind="con" path="com.android.ide.eclipse.adt.ANDROID_FRAMEWORK"/>
|
<classpathentry kind="con" path="com.android.ide.eclipse.adt.ANDROID_FRAMEWORK"/>
|
||||||
<classpathentry kind="con" path="com.android.ide.eclipse.adt.LIBRARIES"/>
|
<classpathentry kind="con" path="com.android.ide.eclipse.adt.LIBRARIES"/>
|
||||||
<classpathentry combineaccessrules="false" kind="src" path="/briar-core"/>
|
<classpathentry combineaccessrules="false" kind="src" path="/briar-core"/>
|
||||||
|
<classpathentry kind="lib" path="/briar-core/libs/guice-3.0-no_aop.jar"/>
|
||||||
<classpathentry kind="output" path="bin/classes"/>
|
<classpathentry kind="output" path="bin/classes"/>
|
||||||
</classpath>
|
</classpath>
|
||||||
|
|||||||
@@ -8,5 +8,9 @@
|
|||||||
<classpathentry kind="lib" path="libs/junit-4.9b3.jar"/>
|
<classpathentry kind="lib" path="libs/junit-4.9b3.jar"/>
|
||||||
<classpathentry combineaccessrules="false" kind="src" path="/briar-core"/>
|
<classpathentry combineaccessrules="false" kind="src" path="/briar-core"/>
|
||||||
<classpathentry kind="lib" path="/briar-core/android.jar"/>
|
<classpathentry kind="lib" path="/briar-core/android.jar"/>
|
||||||
|
<classpathentry kind="lib" path="/briar-core/libs/commons-io-2.0.1.jar"/>
|
||||||
|
<classpathentry kind="lib" path="/briar-core/libs/guice-3.0-no_aop.jar"/>
|
||||||
|
<classpathentry kind="lib" path="/briar-core/libs/jnotify-0.93.jar"/>
|
||||||
|
<classpathentry kind="lib" path="/briar-core/libs/scprov-jdk15on-1.47.0.3-SNAPSHOT.jar"/>
|
||||||
<classpathentry kind="output" path="bin"/>
|
<classpathentry kind="output" path="bin"/>
|
||||||
</classpath>
|
</classpath>
|
||||||
|
|||||||
Reference in New Issue
Block a user