diff options
| -rw-r--r-- | cgeo-calendar/.classpath | 1 | ||||
| -rw-r--r-- | main/.classpath | 1 | ||||
| -rw-r--r-- | tests/.classpath | 1 |
3 files changed, 3 insertions, 0 deletions
diff --git a/cgeo-calendar/.classpath b/cgeo-calendar/.classpath index 121b2d4..fba8f51 100644 --- a/cgeo-calendar/.classpath +++ b/cgeo-calendar/.classpath @@ -9,5 +9,6 @@ <classpathentry kind="con" path="com.android.ide.eclipse.adt.ANDROID_FRAMEWORK"/> <classpathentry kind="con" path="com.android.ide.eclipse.adt.LIBRARIES"/> <classpathentry combineaccessrules="false" kind="src" path="/cgeo"/> + <classpathentry exported="true" kind="con" path="com.android.ide.eclipse.adt.DEPENDENCIES"/> <classpathentry kind="output" path="bin/classes"/> </classpath> diff --git a/main/.classpath b/main/.classpath index d7bcabc..1f69d48 100644 --- a/main/.classpath +++ b/main/.classpath @@ -25,5 +25,6 @@ <classpathentry kind="con" path="com.android.ide.eclipse.adt.ANDROID_FRAMEWORK"/> <classpathentry exported="true" kind="con" path="com.android.ide.eclipse.adt.LIBRARIES"/> <classpathentry kind="lib" path="libs/httpclientandroidlib-1.1.1.jar"/> + <classpathentry exported="true" kind="con" path="com.android.ide.eclipse.adt.DEPENDENCIES"/> <classpathentry kind="output" path="bin/classes"/> </classpath> diff --git a/tests/.classpath b/tests/.classpath index 9bd2efb..67539bd 100644 --- a/tests/.classpath +++ b/tests/.classpath @@ -9,5 +9,6 @@ </classpathentry> <classpathentry combineaccessrules="false" kind="src" path="/cgeo"/> <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> |
