summaryrefslogtreecommitdiff
path: root/.classpath
diff options
context:
space:
mode:
authordaniel oeh <daniel.oeh@gmail.com>2012-07-04 20:13:28 +0200
committerdaniel oeh <daniel.oeh@gmail.com>2012-07-04 20:13:28 +0200
commit68e5d90b9cd13a2e970718218b5e8b8e98e7aaf5 (patch)
tree695fa7a063d9a8bd2c4464ba7c1da24ad68ca535 /.classpath
parent7751d7fcc258687cb18ce22320606318ad3b7017 (diff)
downloadAntennaPod-68e5d90b9cd13a2e970718218b5e8b8e98e7aaf5.zip
Fixed bug in the playbackService related to audiofocus
Diffstat (limited to '.classpath')
-rw-r--r--.classpath4
1 files changed, 2 insertions, 2 deletions
diff --git a/.classpath b/.classpath
index a4763d1ee..3f9691c5d 100644
--- a/.classpath
+++ b/.classpath
@@ -1,8 +1,8 @@
<?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="con" path="com.android.ide.eclipse.adt.LIBRARIES"/>
+ <classpathentry kind="src" path="src"/>
+ <classpathentry kind="src" path="gen"/>
<classpathentry kind="output" path="bin/classes"/>
</classpath>