diff options
author | Bananeweizen <bananeweizen@gmx.de> | 2015-01-04 17:16:42 +0100 |
---|---|---|
committer | Bananeweizen <bananeweizen@gmx.de> | 2015-01-04 17:16:42 +0100 |
commit | e8c8c0e2c010bc54058648550cda426cf8f4032e (patch) | |
tree | 8f9706ccaedaa5e237e9340cd5c1adb4dd26b44e /play-services-location | |
parent | a18407f7a0547cd5c2a645e7948bc4925026332f (diff) | |
download | cgeo-e8c8c0e2c010bc54058648550cda426cf8f4032e.zip cgeo-e8c8c0e2c010bc54058648550cda426cf8f4032e.tar.gz cgeo-e8c8c0e2c010bc54058648550cda426cf8f4032e.tar.bz2 |
#4585: update IDEA project structure
Diffstat (limited to 'play-services-location')
-rw-r--r-- | play-services-location/play-services-location.iml | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/play-services-location/play-services-location.iml b/play-services-location/play-services-location.iml new file mode 100644 index 0000000..b7493bf --- /dev/null +++ b/play-services-location/play-services-location.iml @@ -0,0 +1,19 @@ +<?xml version="1.0" encoding="UTF-8"?> +<module type="JAVA_MODULE" version="4"> + <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"> + <exclude-output /> + <content url="file://$MODULE_DIR$"> + <sourceFolder url="file://$MODULE_DIR$/gen" isTestSource="false" generated="true" /> + </content> + <orderEntry type="inheritedJdk" /> + <orderEntry type="sourceFolder" forTests="false" /> + </component> +</module> + |