blob: 6291759fb996c854c88321611a5696e1e02f6acc (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
<?xml version="1.0" encoding="UTF-8"?>
<classpath>
<classpathentry kind="src" path="src"/>
<classpathentry kind="con" path="com.android.ide.eclipse.adt.ANDROID_FRAMEWORK"/>
<classpathentry kind="src" path="gen"/>
<classpathentry kind="con" path="com.android.ide.eclipse.adt.LIBRARIES"/>
<classpathentry kind="lib" path="lib/android-support-v4.jar"/>
<classpathentry kind="lib" path="lib/ormlite-android-4.30.jar"/>
<classpathentry kind="lib" path="lib/ormlite-core-4.30.jar"/>
<classpathentry kind="output" path="bin/classes"/>
</classpath>
|