-
Notifications
You must be signed in to change notification settings - Fork 1
/
.classpath
20 lines (20 loc) · 954 Bytes
/
.classpath
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
<?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 exported="true" kind="con" path="com.android.ide.eclipse.adt.LIBRARIES"/>
<classpathentry exported="true" kind="con" path="com.android.ide.eclipse.adt.DEPENDENCIES"/>
<classpathentry kind="lib" path="libs/jsoup-1.7.2.jar"/>
<classpathentry kind="lib" path="libs/ormlite-core-4.45.jar">
<attributes>
<attribute name="javadoc_location" value="http://ormlite.com/javadoc/ormlite-core/"/>
</attributes>
</classpathentry>
<classpathentry kind="lib" path="libs/ormlite-android-4.45.jar">
<attributes>
<attribute name="javadoc_location" value="http://ormlite.com/javadoc/ormlite-android/"/>
</attributes>
</classpathentry>
<classpathentry kind="output" path="bin/classes"/>
</classpath>