diff options
author | Samuel Tardieu <sam@rfc1149.net> | 2014-04-21 23:36:25 +0200 |
---|---|---|
committer | Samuel Tardieu <sam@rfc1149.net> | 2014-04-21 23:45:04 +0200 |
commit | 601db7a7680d5689ff162c6a8b28d0b70bba48aa (patch) | |
tree | 48ee65c1b73b5cc42a812b37921bba93cdd66603 /mapswithme-api | |
parent | f30d620c93ff2714bd651259786ab011667e9244 (diff) | |
download | cgeo-601db7a7680d5689ff162c6a8b28d0b70bba48aa.zip cgeo-601db7a7680d5689ff162c6a8b28d0b70bba48aa.tar.gz cgeo-601db7a7680d5689ff162c6a8b28d0b70bba48aa.tar.bz2 |
Add mapswithme-api to Intellij IDEA
Also fix cgeo-contacts settings.
Diffstat (limited to 'mapswithme-api')
-rw-r--r-- | mapswithme-api/mapswithme-api.iml | 30 |
1 files changed, 30 insertions, 0 deletions
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> + |