forked from FoamyGuy/Android-Hello-World
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy path.classpath
13 lines (13 loc) · 801 Bytes
/
.classpath
1
2
3
4
5
6
7
8
9
10
11
12
13
<?xml version="1.0" encoding="UTF-8"?>
<classpath>
<classpathentry kind="con" path="com.android.ide.eclipse.adt.ANDROID_FRAMEWORK"/>
<classpathentry kind="con" path="com.android.ide.eclipse.adt.LIBRARIES"/>
<classpathentry kind="src" path="src"/>
<classpathentry kind="src" path="gen"/>
<classpathentry kind="lib" path="opentok-android-sdk/libs/jackson-core-asl-1.9.1.jar"/>
<classpathentry kind="lib" path="opentok-android-sdk/libs/jackson-mapper-asl-1.9.1.jar"/>
<classpathentry kind="lib" path="opentok-android-sdk/libs/opentok-android-sdk.jar"/>
<classpathentry kind="lib" path="opentok-android-sdk/libs/slf4j-android-1.6.1-RC1.jar"/>
<classpathentry kind="lib" path="opentok-android-sdk/libs/tokbox-mina-core-2.0.4.jar"/>
<classpathentry kind="output" path="bin/classes"/>
</classpath>