diff options
author | Joe George <joe@zeroc.com> | 2014-12-23 11:08:09 -0500 |
---|---|---|
committer | Joe George <joe@zeroc.com> | 2014-12-23 11:08:29 -0500 |
commit | 66b091a2681c09c22ed06342acb1df69fdd452e8 (patch) | |
tree | bafaeac4aded3792a2b96659ac001c3ac7adff37 /android/test | |
parent | Fixed ICE-6231 - Silverlight demo lock up (diff) | |
download | ice-66b091a2681c09c22ed06342acb1df69fdd452e8.tar.bz2 ice-66b091a2681c09c22ed06342acb1df69fdd452e8.tar.xz ice-66b091a2681c09c22ed06342acb1df69fdd452e8.zip |
Some cleanup to the Android hello demo
Diffstat (limited to 'android/test')
-rw-r--r-- | android/test/plugins/testPlugins.iml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/android/test/plugins/testPlugins.iml b/android/test/plugins/testPlugins.iml index 916e385fd3b..f6fbd6b7fec 100644 --- a/android/test/plugins/testPlugins.iml +++ b/android/test/plugins/testPlugins.iml @@ -25,6 +25,7 @@ <excludeFolder url="file://$MODULE_DIR$/.gradle" /> <excludeFolder url="file://$MODULE_DIR$/build/classes" /> <excludeFolder url="file://$MODULE_DIR$/build/dependency-cache" /> + <excludeFolder url="file://$MODULE_DIR$/build/libs" /> <excludeFolder url="file://$MODULE_DIR$/build/tmp" /> </content> <content url="file://$MODULE_DIR$/../../../java/test/plugins/src/main/java"> |