diff options
| -rw-r--r-- | .idea/modules.xml | 1 | ||||
| -rw-r--r-- | cgeo-contacts/cgeo-contacts.iml | 2 | ||||
| -rw-r--r-- | mapswithme-api/mapswithme-api.iml | 30 |
3 files changed, 32 insertions, 1 deletions
diff --git a/.idea/modules.xml b/.idea/modules.xml index a1a2767..8a12661 100644 --- a/.idea/modules.xml +++ b/.idea/modules.xml @@ -5,6 +5,7 @@ <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" /> + <module fileurl="file://$PROJECT_DIR$/mapswithme-api/mapswithme-api.iml" filepath="$PROJECT_DIR$/mapswithme-api/mapswithme-api.iml" /> <module fileurl="file://$PROJECT_DIR$/tests/tests.iml" filepath="$PROJECT_DIR$/tests/tests.iml" /> </modules> </component> diff --git a/cgeo-contacts/cgeo-contacts.iml b/cgeo-contacts/cgeo-contacts.iml index fae2f1c..107cc3a 100644 --- a/cgeo-contacts/cgeo-contacts.iml +++ b/cgeo-contacts/cgeo-contacts.iml @@ -18,7 +18,7 @@ </configuration> </facet> </component> - <component name="NewModuleRootManager" inherit-compiler-output="false"> + <component name="NewModuleRootManager" inherit-compiler-output="true"> <output url="file://$MODULE_DIR$/bin/classes" /> <exclude-output /> <content url="file://$MODULE_DIR$"> diff --git a/mapswithme-api/mapswithme-api.iml b/mapswithme-api/mapswithme-api.iml new file mode 100644 index 0000000..488455c --- /dev/null +++ b/mapswithme-api/mapswithme-api.iml @@ -0,0 +1,30 @@ +<?xml version="1.0" encoding="UTF-8"?> +<module type="JAVA_MODULE" version="4"> + <component name="EclipseModuleManager" forced_jdk="true"> + <conelement value="com.android.ide.eclipse.adt.DEPENDENCIES" /> + <src_description expected_position="1"> + <src_folder value="file://$MODULE_DIR$/src" expected_position="0" /> + <src_folder value="file://$MODULE_DIR$/gen" expected_position="1" /> + <src_folder value="com.android.ide.eclipse.adt.ANDROID_FRAMEWORK" expected_position="2" /> + <src_folder value="com.android.ide.eclipse.adt.LIBRARIES" expected_position="3" /> + </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="true"> + <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="sourceFolder" forTests="false" /> + </component> +</module> + |
