diff options
-rw-r--r-- | vdrmanager/.classpath | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/vdrmanager/.classpath b/vdrmanager/.classpath index 8c63dc1..01fa669 100644 --- a/vdrmanager/.classpath +++ b/vdrmanager/.classpath @@ -4,6 +4,6 @@ <classpathentry kind="con" path="com.android.ide.eclipse.adt.ANDROID_FRAMEWORK"/> <classpathentry kind="src" path="gen"/> <classpathentry kind="con" path="com.android.ide.eclipse.adt.LIBRARIES"/> - <classpathentry kind="lib" path="libs/android-support-v4.jar"/> + <classpathentry kind="lib" path="lib/android-support-v4.jar"/> <classpathentry kind="output" path="bin/classes"/> </classpath> |