diff options
| author | Andrew Dolgov <cthulhoo@gmail.com> | 2013-04-04 11:04:04 -0700 |
|---|---|---|
| committer | Andrew Dolgov <cthulhoo@gmail.com> | 2013-04-04 11:04:04 -0700 |
| commit | 19913097d6ec91e8b0eb3920bbc8474bb9bb1cc2 (patch) | |
| tree | c289eec45ff0eb95516a6ef2b977dc8f811990c5 /.classpath | |
| parent | 25aa63dce35f85cf10e7f44604be03f4bb692064 (diff) | |
| parent | b1e719ea909ceac46f994a3d9e4f72bc4d265137 (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-- | .classpath | 22 |
1 files changed, 11 insertions, 11 deletions
@@ -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> |