Created
January 4, 2014 22:08
-
-
Save hgoebl/8261396 to your computer and use it in GitHub Desktop.
IntelliJ module definition for Android Library project for android-support-v7-appcompat
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?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" /> | |
<option name="UPDATE_PROPERTY_FILES" value="true" /> | |
</configuration> | |
</facet> | |
</component> | |
<component name="NewModuleRootManager" inherit-compiler-output="true"> | |
<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="inheritedJdk" /> | |
<orderEntry type="sourceFolder" forTests="false" /> | |
<orderEntry type="module-library" exported=""> | |
<library> | |
<CLASSES> | |
<root url="jar://$MODULE_DIR$/libs/android-support-v7-appcompat.jar!/" /> | |
</CLASSES> | |
<JAVADOC /> | |
<SOURCES /> | |
</library> | |
</orderEntry> | |
</component> | |
</module> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment