diff options
Diffstat (limited to 'vdrmanager/.classpath')
-rw-r--r-- | vdrmanager/.classpath | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/vdrmanager/.classpath b/vdrmanager/.classpath index 01fa669..6291759 100644 --- a/vdrmanager/.classpath +++ b/vdrmanager/.classpath @@ -5,5 +5,7 @@ <classpathentry kind="src" path="gen"/> <classpathentry kind="con" path="com.android.ide.eclipse.adt.LIBRARIES"/> <classpathentry kind="lib" path="lib/android-support-v4.jar"/> + <classpathentry kind="lib" path="lib/ormlite-android-4.30.jar"/> + <classpathentry kind="lib" path="lib/ormlite-core-4.30.jar"/> <classpathentry kind="output" path="bin/classes"/> </classpath> |