diff options
| author | mcbyte-it <ramikattan@tiscali.it> | 2013-05-22 09:43:45 +0300 |
|---|---|---|
| committer | mcbyte-it <ramikattan@tiscali.it> | 2013-05-22 09:43:45 +0300 |
| commit | d292f42851ed5f451960ea24466d7b6f70d98760 (patch) | |
| tree | 7288dbb1c3680608ef178ae2aa052e0b1395457b | |
| parent | 77757f757c7428057c38f7aabb60df83ca85347d (diff) | |
included DashClock library in the classpath
| -rw-r--r-- | .classpath | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -6,6 +6,7 @@ <classpathentry kind="lib" path="libs/gson-1.7.1.jar"/>
<classpathentry kind="lib" path="libs/jsoup-1.6.1.jar"/>
<classpathentry kind="lib" path="libs/android-support-v4.jar"/>
+ <classpathentry kind="lib" path="libs/dashclock-api-r1.1.jar"/>
<classpathentry exported="true" kind="con" path="com.android.ide.eclipse.adt.LIBRARIES"/>
<classpathentry kind="output" path="bin/classes"/>
</classpath>
|