Skip to content

Commit fcde3ac

Browse files
committed
Update IntelliJ project files
1 parent f5f7a54 commit fcde3ac

File tree

4 files changed

+32
-31
lines changed

4 files changed

+32
-31
lines changed

android/client/TweetLanes.iml

+1-7
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,6 @@
44
<facet type="android" name="Android">
55
<configuration>
66
<option name="UPDATE_PROPERTY_FILES" value="true" />
7-
<notImportedProperties>
8-
<property>MANIFEST_FILE_PATH</property>
9-
<property>RESOURCES_DIR_PATH</property>
10-
<property>ASSETS_DIR_PATH</property>
11-
<property>NATIVE_LIBS_DIR_PATH</property>
12-
</notImportedProperties>
137
</configuration>
148
</facet>
159
</component>
@@ -19,7 +13,7 @@
1913
<sourceFolder url="file://$MODULE_DIR$/src" isTestSource="false" />
2014
<sourceFolder url="file://$MODULE_DIR$/gen" isTestSource="false" />
2115
</content>
22-
<orderEntry type="inheritedJdk" />
16+
<orderEntry type="jdk" jdkName="Android 4.3 Platform" jdkType="Android SDK" />
2317
<orderEntry type="module" module-name="TweetLanesCore" />
2418
<orderEntry type="sourceFolder" forTests="false" />
2519
</component>

android/clientbeta/clientbeta.iml

+1-7
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,6 @@
44
<facet type="android" name="Android">
55
<configuration>
66
<option name="UPDATE_PROPERTY_FILES" value="true" />
7-
<notImportedProperties>
8-
<property>MANIFEST_FILE_PATH</property>
9-
<property>RESOURCES_DIR_PATH</property>
10-
<property>ASSETS_DIR_PATH</property>
11-
<property>NATIVE_LIBS_DIR_PATH</property>
12-
</notImportedProperties>
137
</configuration>
148
</facet>
159
</component>
@@ -19,7 +13,7 @@
1913
<sourceFolder url="file://$MODULE_DIR$/src" isTestSource="false" />
2014
<sourceFolder url="file://$MODULE_DIR$/gen" isTestSource="false" />
2115
</content>
22-
<orderEntry type="inheritedJdk" />
16+
<orderEntry type="jdk" jdkName="Android 4.3 Platform" jdkType="Android SDK" />
2317
<orderEntry type="module" module-name="TweetLanesCore" />
2418
<orderEntry type="sourceFolder" forTests="false" />
2519
</component>

android/libraries/SocialNetLib/TL-SocialNetLib.iml

+20-9
Original file line numberDiff line numberDiff line change
@@ -15,12 +15,7 @@
1515
<facet type="android" name="Android">
1616
<configuration>
1717
<option name="LIBRARY_PROJECT" value="true" />
18-
<notImportedProperties>
19-
<property>MANIFEST_FILE_PATH</property>
20-
<property>RESOURCES_DIR_PATH</property>
21-
<property>ASSETS_DIR_PATH</property>
22-
<property>NATIVE_LIBS_DIR_PATH</property>
23-
</notImportedProperties>
18+
<option name="UPDATE_PROPERTY_FILES" value="true" />
2419
</configuration>
2520
</facet>
2621
</component>
@@ -31,10 +26,26 @@
3126
<sourceFolder url="file://$MODULE_DIR$/src" isTestSource="false" />
3227
<sourceFolder url="file://$MODULE_DIR$/gen" isTestSource="false" />
3328
</content>
34-
<orderEntry type="inheritedJdk" />
35-
<orderEntry type="library" name="twitter4j-media-support-3.0.6-SNAPSHOT" level="project" />
36-
<orderEntry type="library" name="twitter4j-core-3.0.6-SNAPSHOT" level="project" />
29+
<orderEntry type="jdk" jdkName="Android 4.3 Platform" jdkType="Android SDK" />
3730
<orderEntry type="library" name="basic-http-client-android-0.88" level="project" />
31+
<orderEntry type="module-library">
32+
<library>
33+
<CLASSES>
34+
<root url="jar://$MODULE_DIR$/libs/twitter4j-core-3.0.6-SNAPSHOT.jar!/" />
35+
</CLASSES>
36+
<JAVADOC />
37+
<SOURCES />
38+
</library>
39+
</orderEntry>
40+
<orderEntry type="module-library">
41+
<library>
42+
<CLASSES>
43+
<root url="jar://$MODULE_DIR$/libs/twitter4j-media-support-3.0.6-SNAPSHOT.jar!/" />
44+
</CLASSES>
45+
<JAVADOC />
46+
<SOURCES />
47+
</library>
48+
</orderEntry>
3849
<orderEntry type="sourceFolder" forTests="false" />
3950
</component>
4051
</module>

android/libraries/TweetLanesCore/TweetLanesCore.iml

+10-8
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,6 @@
55
<configuration>
66
<option name="LIBRARY_PROJECT" value="true" />
77
<option name="UPDATE_PROPERTY_FILES" value="true" />
8-
<notImportedProperties>
9-
<property>MANIFEST_FILE_PATH</property>
10-
<property>RESOURCES_DIR_PATH</property>
11-
<property>ASSETS_DIR_PATH</property>
12-
<property>NATIVE_LIBS_DIR_PATH</property>
13-
</notImportedProperties>
148
</configuration>
159
</facet>
1610
</component>
@@ -20,15 +14,23 @@
2014
<sourceFolder url="file://$MODULE_DIR$/src" isTestSource="false" />
2115
<sourceFolder url="file://$MODULE_DIR$/gen" isTestSource="false" />
2216
</content>
23-
<orderEntry type="inheritedJdk" />
17+
<orderEntry type="jdk" jdkName="Android 4.3 Platform" jdkType="Android SDK" />
2418
<orderEntry type="library" name="android-support-v4" level="project" />
2519
<orderEntry type="library" name="basic-http-client-android-0.88" level="project" />
2620
<orderEntry type="library" name="dashclock-api-r1.1" level="project" />
2721
<orderEntry type="library" name="prime-0.6.1" level="project" />
2822
<orderEntry type="library" name="crittercism_v4_3_0_sdkonly" level="project" />
2923
<orderEntry type="module" module-name="TL-SocialNetLib" />
3024
<orderEntry type="sourceFolder" forTests="false" />
31-
<orderEntry type="library" name="twitter4j-core-3.0.6-SNAPSHOT" level="project" />
25+
<orderEntry type="module-library">
26+
<library>
27+
<CLASSES>
28+
<root url="jar://$MODULE_DIR$/../SocialNetLib/libs/twitter4j-core-3.0.6-SNAPSHOT.jar!/" />
29+
</CLASSES>
30+
<JAVADOC />
31+
<SOURCES />
32+
</library>
33+
</orderEntry>
3234
</component>
3335
</module>
3436

0 commit comments

Comments
 (0)