diff options
author | Bananeweizen <bananeweizen@gmx.de> | 2013-07-20 05:50:30 +0200 |
---|---|---|
committer | Bananeweizen <bananeweizen@gmx.de> | 2013-07-20 05:50:30 +0200 |
commit | cd086e0de058ea2c4552cb8de78bc57f8763e114 (patch) | |
tree | f625f7cbe3b309682b22625e5d67535f615b8473 /cgeo-calendar | |
parent | 86c1882b5157fb85bf66d9c7c8d178d7e08a0f89 (diff) | |
download | cgeo-cd086e0de058ea2c4552cb8de78bc57f8763e114.zip cgeo-cd086e0de058ea2c4552cb8de78bc57f8763e114.tar.gz cgeo-cd086e0de058ea2c4552cb8de78bc57f8763e114.tar.bz2 |
refactoring: ADT 22.0.4 enforces exported libraries on classpath
Diffstat (limited to 'cgeo-calendar')
-rw-r--r-- | cgeo-calendar/.classpath | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cgeo-calendar/.classpath b/cgeo-calendar/.classpath index fba8f51..2f1c26a 100644 --- a/cgeo-calendar/.classpath +++ b/cgeo-calendar/.classpath @@ -7,7 +7,7 @@ </attributes> </classpathentry> <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 combineaccessrules="false" kind="src" path="/cgeo"/> <classpathentry exported="true" kind="con" path="com.android.ide.eclipse.adt.DEPENDENCIES"/> <classpathentry kind="output" path="bin/classes"/> |