summaryrefslogtreecommitdiff
path: root/.classpath
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2011-09-09 13:55:57 +0400
committerAndrew Dolgov <[email protected]>2011-09-09 13:55:57 +0400
commitcf0c9b8c6c17ff71270b1f2ad56024dc5e07297f (patch)
tree036f2a90a9360ac109367ebf902c3402dcf0a530 /.classpath
parent23e390d2cfc4b49fe6b158e5cd5f15797977f9f9 (diff)
use jsoup to create article excerpts
Diffstat (limited to '.classpath')
-rw-r--r--.classpath1
1 files changed, 1 insertions, 0 deletions
diff --git a/.classpath b/.classpath
index aa605c85..c0a1d526 100644
--- a/.classpath
+++ b/.classpath
@@ -4,5 +4,6 @@
<classpathentry kind="src" path="gen"/>
<classpathentry kind="con" path="com.android.ide.eclipse.adt.ANDROID_FRAMEWORK"/>
<classpathentry kind="lib" path="lib/gson-1.7.1.jar"/>
+ <classpathentry kind="lib" path="lib/jsoup-1.6.1.jar"/>
<classpathentry kind="output" path="bin"/>
</classpath>