diff options
Diffstat (limited to '')
-rw-r--r-- | Android/.classpath | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Android/.classpath b/Android/.classpath index a4763d1ee..7bc01d9a9 100644 --- a/Android/.classpath +++ b/Android/.classpath @@ -3,6 +3,7 @@ <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 exported="true" kind="con" path="com.android.ide.eclipse.adt.LIBRARIES"/> + <classpathentry exported="true" kind="con" path="com.android.ide.eclipse.adt.DEPENDENCIES"/> <classpathentry kind="output" path="bin/classes"/> </classpath> |