forked from michalharakal/liquidroid
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.classpath
19 lines (19 loc) · 867 Bytes
/
.classpath
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
<?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="con" path="com.android.ide.eclipse.adt.LIBRARIES"/>
<classpathentry kind="lib" path="libs/android-support-v13.jar">
<attributes>
<attribute name="javadoc_location" value="file:/home/koppi/Downloads/android-sdk-linux/extras/android/support/v4/docs"/>
</attributes>
</classpathentry>
<classpathentry exported="true" kind="src" path="/liquid-feedback-java-sdk">
<accessrules>
<accessrule kind="nonaccessible" pattern="**Impl**"/>
</accessrules>
</classpathentry>
<classpathentry exported="true" kind="lib" path="libs/prettytime-1.0.8.Final.jar"/>
<classpathentry kind="output" path="bin/classes"/>
</classpath>