diff options
-rw-r--r-- | .idea/modules.xml | 1 | ||||
-rw-r--r-- | android-support-v7-appcompat/android-support-v7-appcompat.iml | 50 | ||||
-rw-r--r-- | main/cgeo.iml | 1 |
3 files changed, 52 insertions, 0 deletions
diff --git a/.idea/modules.xml b/.idea/modules.xml index 8a12661..aa26ebf 100644 --- a/.idea/modules.xml +++ b/.idea/modules.xml @@ -2,6 +2,7 @@ <project version="4"> <component name="ProjectModuleManager"> <modules> + <module fileurl="file://$PROJECT_DIR$/android-support-v7-appcompat/android-support-v7-appcompat.iml" filepath="$PROJECT_DIR$/android-support-v7-appcompat/android-support-v7-appcompat.iml" /> <module fileurl="file://$PROJECT_DIR$/main/cgeo.iml" filepath="$PROJECT_DIR$/main/cgeo.iml" /> <module fileurl="file://$PROJECT_DIR$/cgeo-calendar/cgeo-calendar.iml" filepath="$PROJECT_DIR$/cgeo-calendar/cgeo-calendar.iml" /> <module fileurl="file://$PROJECT_DIR$/cgeo-contacts/cgeo-contacts.iml" filepath="$PROJECT_DIR$/cgeo-contacts/cgeo-contacts.iml" /> diff --git a/android-support-v7-appcompat/android-support-v7-appcompat.iml b/android-support-v7-appcompat/android-support-v7-appcompat.iml new file mode 100644 index 0000000..ca339e4 --- /dev/null +++ b/android-support-v7-appcompat/android-support-v7-appcompat.iml @@ -0,0 +1,50 @@ +<?xml version="1.0" encoding="UTF-8"?> +<module type="JAVA_MODULE" version="4"> + <component name="EclipseModuleManager" forced_jdk="true"> + <libelement value="jar://$MODULE_DIR$/libs/android-support-v4.jar!/" /> + <libelement value="jar://$MODULE_DIR$/libs/android-support-v7-appcompat.jar!/" /> + <conelement value="com.android.ide.eclipse.adt.DEPENDENCIES" /> + <src_description expected_position="4"> + <src_folder value="com.android.ide.eclipse.adt.ANDROID_FRAMEWORK" expected_position="0" /> + <src_folder value="com.android.ide.eclipse.adt.LIBRARIES" expected_position="1" /> + <src_folder value="file://$MODULE_DIR$/src" expected_position="5" /> + <src_folder value="file://$MODULE_DIR$/gen" expected_position="6" /> + </src_description> + </component> + <component name="FacetManager"> + <facet type="android" name="Android"> + <configuration> + <option name="LIBRARY_PROJECT" value="true" /> + </configuration> + </facet> + </component> + <component name="NewModuleRootManager" inherit-compiler-output="false"> + <output url="file://$MODULE_DIR$/bin/classes" /> + <exclude-output /> + <content url="file://$MODULE_DIR$"> + <sourceFolder url="file://$MODULE_DIR$/src" isTestSource="false" /> + <sourceFolder url="file://$MODULE_DIR$/gen" isTestSource="false" generated="true" /> + </content> + <orderEntry type="jdk" jdkName="Android API 19 Platform" jdkType="Android SDK" /> + <orderEntry type="module-library" exported=""> + <library name="android-support-v4.jar"> + <CLASSES> + <root url="jar://$MODULE_DIR$/libs/android-support-v4.jar!/" /> + </CLASSES> + <JAVADOC /> + <SOURCES /> + </library> + </orderEntry> + <orderEntry type="module-library" exported=""> + <library name="android-support-v7-appcompat.jar"> + <CLASSES> + <root url="jar://$MODULE_DIR$/libs/android-support-v7-appcompat.jar!/" /> + </CLASSES> + <JAVADOC /> + <SOURCES /> + </library> + </orderEntry> + <orderEntry type="sourceFolder" forTests="false" /> + </component> +</module> + diff --git a/main/cgeo.iml b/main/cgeo.iml index 5781d97..c662ceb 100644 --- a/main/cgeo.iml +++ b/main/cgeo.iml @@ -55,6 +55,7 @@ </library> </orderEntry> <orderEntry type="module" module-name="mapswithme-api" exported="" /> + <orderEntry type="module" module-name="android-support-v7-appcompat" exported="" /> </component> </module> |