Skip to content

Commit

Permalink
Update IntelliJ project files
Browse files Browse the repository at this point in the history
  • Loading branch information
chrislacy committed Oct 8, 2014
1 parent f5f7a54 commit fcde3ac
Show file tree
Hide file tree
Showing 4 changed files with 32 additions and 31 deletions.
8 changes: 1 addition & 7 deletions android/client/TweetLanes.iml
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,6 @@
<facet type="android" name="Android">
<configuration>
<option name="UPDATE_PROPERTY_FILES" value="true" />
<notImportedProperties>
<property>MANIFEST_FILE_PATH</property>
<property>RESOURCES_DIR_PATH</property>
<property>ASSETS_DIR_PATH</property>
<property>NATIVE_LIBS_DIR_PATH</property>
</notImportedProperties>
</configuration>
</facet>
</component>
Expand All @@ -19,7 +13,7 @@
<sourceFolder url="file://$MODULE_DIR$/src" isTestSource="false" />
<sourceFolder url="file://$MODULE_DIR$/gen" isTestSource="false" />
</content>
<orderEntry type="inheritedJdk" />
<orderEntry type="jdk" jdkName="Android 4.3 Platform" jdkType="Android SDK" />
<orderEntry type="module" module-name="TweetLanesCore" />
<orderEntry type="sourceFolder" forTests="false" />
</component>
Expand Down
8 changes: 1 addition & 7 deletions android/clientbeta/clientbeta.iml
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,6 @@
<facet type="android" name="Android">
<configuration>
<option name="UPDATE_PROPERTY_FILES" value="true" />
<notImportedProperties>
<property>MANIFEST_FILE_PATH</property>
<property>RESOURCES_DIR_PATH</property>
<property>ASSETS_DIR_PATH</property>
<property>NATIVE_LIBS_DIR_PATH</property>
</notImportedProperties>
</configuration>
</facet>
</component>
Expand All @@ -19,7 +13,7 @@
<sourceFolder url="file://$MODULE_DIR$/src" isTestSource="false" />
<sourceFolder url="file://$MODULE_DIR$/gen" isTestSource="false" />
</content>
<orderEntry type="inheritedJdk" />
<orderEntry type="jdk" jdkName="Android 4.3 Platform" jdkType="Android SDK" />
<orderEntry type="module" module-name="TweetLanesCore" />
<orderEntry type="sourceFolder" forTests="false" />
</component>
Expand Down
29 changes: 20 additions & 9 deletions android/libraries/SocialNetLib/TL-SocialNetLib.iml
Original file line number Diff line number Diff line change
Expand Up @@ -15,12 +15,7 @@
<facet type="android" name="Android">
<configuration>
<option name="LIBRARY_PROJECT" value="true" />
<notImportedProperties>
<property>MANIFEST_FILE_PATH</property>
<property>RESOURCES_DIR_PATH</property>
<property>ASSETS_DIR_PATH</property>
<property>NATIVE_LIBS_DIR_PATH</property>
</notImportedProperties>
<option name="UPDATE_PROPERTY_FILES" value="true" />
</configuration>
</facet>
</component>
Expand All @@ -31,10 +26,26 @@
<sourceFolder url="file://$MODULE_DIR$/src" isTestSource="false" />
<sourceFolder url="file://$MODULE_DIR$/gen" isTestSource="false" />
</content>
<orderEntry type="inheritedJdk" />
<orderEntry type="library" name="twitter4j-media-support-3.0.6-SNAPSHOT" level="project" />
<orderEntry type="library" name="twitter4j-core-3.0.6-SNAPSHOT" level="project" />
<orderEntry type="jdk" jdkName="Android 4.3 Platform" jdkType="Android SDK" />
<orderEntry type="library" name="basic-http-client-android-0.88" level="project" />
<orderEntry type="module-library">
<library>
<CLASSES>
<root url="jar://$MODULE_DIR$/libs/twitter4j-core-3.0.6-SNAPSHOT.jar!/" />
</CLASSES>
<JAVADOC />
<SOURCES />
</library>
</orderEntry>
<orderEntry type="module-library">
<library>
<CLASSES>
<root url="jar://$MODULE_DIR$/libs/twitter4j-media-support-3.0.6-SNAPSHOT.jar!/" />
</CLASSES>
<JAVADOC />
<SOURCES />
</library>
</orderEntry>
<orderEntry type="sourceFolder" forTests="false" />
</component>
</module>
Expand Down
18 changes: 10 additions & 8 deletions android/libraries/TweetLanesCore/TweetLanesCore.iml
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,6 @@
<configuration>
<option name="LIBRARY_PROJECT" value="true" />
<option name="UPDATE_PROPERTY_FILES" value="true" />
<notImportedProperties>
<property>MANIFEST_FILE_PATH</property>
<property>RESOURCES_DIR_PATH</property>
<property>ASSETS_DIR_PATH</property>
<property>NATIVE_LIBS_DIR_PATH</property>
</notImportedProperties>
</configuration>
</facet>
</component>
Expand All @@ -20,15 +14,23 @@
<sourceFolder url="file://$MODULE_DIR$/src" isTestSource="false" />
<sourceFolder url="file://$MODULE_DIR$/gen" isTestSource="false" />
</content>
<orderEntry type="inheritedJdk" />
<orderEntry type="jdk" jdkName="Android 4.3 Platform" jdkType="Android SDK" />
<orderEntry type="library" name="android-support-v4" level="project" />
<orderEntry type="library" name="basic-http-client-android-0.88" level="project" />
<orderEntry type="library" name="dashclock-api-r1.1" level="project" />
<orderEntry type="library" name="prime-0.6.1" level="project" />
<orderEntry type="library" name="crittercism_v4_3_0_sdkonly" level="project" />
<orderEntry type="module" module-name="TL-SocialNetLib" />
<orderEntry type="sourceFolder" forTests="false" />
<orderEntry type="library" name="twitter4j-core-3.0.6-SNAPSHOT" level="project" />
<orderEntry type="module-library">
<library>
<CLASSES>
<root url="jar://$MODULE_DIR$/../SocialNetLib/libs/twitter4j-core-3.0.6-SNAPSHOT.jar!/" />
</CLASSES>
<JAVADOC />
<SOURCES />
</library>
</orderEntry>
</component>
</module>

0 comments on commit fcde3ac

Please sign in to comment.