blob: 1358b32ea57b92664792a685ba5394b7c90d61db (
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 exported="true" kind="lib" path="lib/ormlite-android-4.30.jar" sourcepath="libsrc/ormlite-android-4.30-sources.jar"/>
<classpathentry exported="true" kind="lib" path="lib/ormlite-core-4.30.jar" sourcepath="libsrc/ormlite-core-4.30-sources.jar"/>
<classpathentry kind="output" path="bin/classes"/>
</classpath>
|