aboutsummaryrefslogtreecommitdiff
path: root/.classpath
diff options
context:
space:
mode:
authorAndrew Dolgov <cthulhoo@gmail.com>2013-04-04 11:04:04 -0700
committerAndrew Dolgov <cthulhoo@gmail.com>2013-04-04 11:04:04 -0700
commit19913097d6ec91e8b0eb3920bbc8474bb9bb1cc2 (patch)
treec289eec45ff0eb95516a6ef2b977dc8f811990c5 /.classpath
parent25aa63dce35f85cf10e7f44604be03f4bb692064 (diff)
parentb1e719ea909ceac46f994a3d9e4f72bc4d265137 (diff)
Merge pull request #19 from seidler2547/master
Fix classpath entries so that any user can build out of the box
Diffstat (limited to '.classpath')
-rw-r--r--.classpath22
1 files changed, 11 insertions, 11 deletions
diff --git a/.classpath b/.classpath
index 05a903b5..ecdd04f3 100644
--- a/.classpath
+++ b/.classpath
@@ -1,11 +1,11 @@
-<?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="C:/Users/fox/workspace/org.fox.ttrss/libs/gson-1.7.1.jar"/>
- <classpathentry kind="lib" path="C:/Users/fox/workspace/org.fox.ttrss/libs/jsoup-1.6.1.jar"/>
- <classpathentry kind="lib" path="libs/android-support-v4.jar"/>
- <classpathentry exported="true" kind="con" path="com.android.ide.eclipse.adt.LIBRARIES"/>
- <classpathentry kind="output" path="bin/classes"/>
-</classpath>
+<?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="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 exported="true" kind="con" path="com.android.ide.eclipse.adt.LIBRARIES"/>
+ <classpathentry kind="output" path="bin/classes"/>
+</classpath>