diff options
-rw-r--r-- | vdrmanager/.classpath | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/vdrmanager/.classpath b/vdrmanager/.classpath index fc68d0c..1b3438f 100644 --- a/vdrmanager/.classpath +++ b/vdrmanager/.classpath @@ -1,8 +1,8 @@ <?xml version="1.0" encoding="UTF-8"?> <classpath> <classpathentry kind="src" path="src"/> - <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 exported="true" kind="con" path="com.android.ide.eclipse.adt.LIBRARIES"/> + <classpathentry kind="con" path="com.android.ide.eclipse.adt.ANDROID_FRAMEWORK"/> <classpathentry kind="output" path="bin/classes"/> </classpath> |