forked from Bandzio/ORMlite
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.classpath
17 lines (17 loc) · 847 Bytes
/
.classpath
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
<?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 kind="lib" path="lib/ormlite-android-4.18.jar" sourcepath="ormlite-android-4.18-sources.jar">
<attributes>
<attribute name="javadoc_location" value="jar:platform:/resource/DataBaseORMLite/ormlite-android-4.18-javadoc.jar!/"/>
</attributes>
</classpathentry>
<classpathentry kind="lib" path="lib/ormlite-core-4.18.jar" sourcepath="ormlite-core-4.18-sources.jar">
<attributes>
<attribute name="javadoc_location" value="jar:platform:/resource/DataBaseORMLite/ormlite-core-4.18-javadoc.jar!/"/>
</attributes>
</classpathentry>
<classpathentry kind="output" path="bin"/>
</classpath>