diff options
| author | Andrew Dolgov <fox@fakecake.org> | 2013-04-05 00:17:20 +0400 |
|---|---|---|
| committer | Andrew Dolgov <fox@fakecake.org> | 2013-04-05 00:17:20 +0400 |
| commit | fd6e8c62780b82c5648efa9ba68140f07358018b (patch) | |
| tree | 322334325135e64f65eb87383fe7f465fc645dea /.classpath | |
| parent | d823ab1f27314e6d2081c12c932493c9e85778c9 (diff) | |
| parent | e0865a4ef711f6d951abc230ee22dcdc21e0bd9e (diff) | |
Merge branch 'master' of github.com:gothfox/Tiny-Tiny-RSS-for-Honeycomb
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> |