diff options
author | Matthew Newhook <matthew@zeroc.com> | 2014-12-16 15:08:55 -0330 |
---|---|---|
committer | Matthew Newhook <matthew@zeroc.com> | 2014-12-16 15:08:55 -0330 |
commit | fe9148e93c7bdeaf5d033419f2f0d61a33ce7a3c (patch) | |
tree | e94aa913aa3431ac4dba03cc03cc2335b04aa499 /android | |
parent | updating Silverlight demo READMEs (diff) | |
download | ice-fe9148e93c7bdeaf5d033419f2f0d61a33ce7a3c.tar.bz2 ice-fe9148e93c7bdeaf5d033419f2f0d61a33ce7a3c.tar.xz ice-fe9148e93c7bdeaf5d033419f2f0d61a33ce7a3c.zip |
ICE-6148 Android retry test failure w/ ss
Diffstat (limited to 'android')
-rw-r--r-- | android/demo/chat/chat.iml | 1 | ||||
-rw-r--r-- | android/demo/library/library.iml | 1 | ||||
-rw-r--r-- | android/test/android/testApp.iml | 1 |
3 files changed, 3 insertions, 0 deletions
diff --git a/android/demo/chat/chat.iml b/android/demo/chat/chat.iml index 568a2dbfd66..f7ac420f600 100644 --- a/android/demo/chat/chat.iml +++ b/android/demo/chat/chat.iml @@ -81,6 +81,7 @@ <excludeFolder url="file://$MODULE_DIR$/build/intermediates/rs" /> <excludeFolder url="file://$MODULE_DIR$/build/intermediates/symbols" /> <excludeFolder url="file://$MODULE_DIR$/build/outputs" /> + <excludeFolder url="file://$MODULE_DIR$/build/tmp" /> </content> <orderEntry type="jdk" jdkName="Android API 17 Platform" jdkType="Android SDK" /> <orderEntry type="sourceFolder" forTests="false" /> diff --git a/android/demo/library/library.iml b/android/demo/library/library.iml index 75eeb0736cb..78508801778 100644 --- a/android/demo/library/library.iml +++ b/android/demo/library/library.iml @@ -81,6 +81,7 @@ <excludeFolder url="file://$MODULE_DIR$/build/intermediates/rs" /> <excludeFolder url="file://$MODULE_DIR$/build/intermediates/symbols" /> <excludeFolder url="file://$MODULE_DIR$/build/outputs" /> + <excludeFolder url="file://$MODULE_DIR$/build/tmp" /> </content> <orderEntry type="jdk" jdkName="Android API 17 Platform" jdkType="Android SDK" /> <orderEntry type="sourceFolder" forTests="false" /> diff --git a/android/test/android/testApp.iml b/android/test/android/testApp.iml index 981662e19b1..299ec77ac2d 100644 --- a/android/test/android/testApp.iml +++ b/android/test/android/testApp.iml @@ -80,6 +80,7 @@ <excludeFolder url="file://$MODULE_DIR$/build/intermediates/rs" /> <excludeFolder url="file://$MODULE_DIR$/build/intermediates/symbols" /> <excludeFolder url="file://$MODULE_DIR$/build/outputs" /> + <excludeFolder url="file://$MODULE_DIR$/build/tmp" /> </content> <orderEntry type="jdk" jdkName="Android API 17 Platform" jdkType="Android SDK" /> <orderEntry type="sourceFolder" forTests="false" /> |