diff options
| author | Stefan Seidel <android@stefanseidel.info> | 2013-04-04 19:53:20 +0200 |
|---|---|---|
| committer | Stefan Seidel <android@stefanseidel.info> | 2013-04-04 19:53:20 +0200 |
| commit | 382d02de66dbac641133f3287f39e08a05566c86 (patch) | |
| tree | 9f9dffc188d9b71df5c00f364e633a354d7433fa | |
| parent | 25aa63dce35f85cf10e7f44604be03f4bb692064 (diff) | |
correct classpath entries
| -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> |