diff options
| author | Samuel Tardieu <sam@rfc1149.net> | 2014-04-05 20:30:26 +0200 |
|---|---|---|
| committer | Samuel Tardieu <sam@rfc1149.net> | 2014-04-05 20:30:26 +0200 |
| commit | b05075a3b3c76ae32baf1b88b6b8152c0594987f (patch) | |
| tree | ac58dc0df2c9aa28cfb7ab0d1862035185ba7cef | |
| parent | 309aa63f73814d27274bcfb851391eba4da1a8fb (diff) | |
| download | cgeo-b05075a3b3c76ae32baf1b88b6b8152c0594987f.zip cgeo-b05075a3b3c76ae32baf1b88b6b8152c0594987f.tar.gz cgeo-b05075a3b3c76ae32baf1b88b6b8152c0594987f.tar.bz2 | |
Use directory path instead of files in tests
| -rw-r--r-- | tests/tests.iml | 17 |
1 files changed, 6 insertions, 11 deletions
diff --git a/tests/tests.iml b/tests/tests.iml index ba3aeeb..6a6c905 100644 --- a/tests/tests.iml +++ b/tests/tests.iml @@ -19,19 +19,14 @@ <orderEntry type="module-library"> <library> <CLASSES> - <root url="jar://$MODULE_DIR$/libs/android-junit-report-1.5.8.jar!/" /> + <root url="file://$MODULE_DIR$/libs" /> </CLASSES> <JAVADOC /> - <SOURCES /> - </library> - </orderEntry> - <orderEntry type="module-library"> - <library> - <CLASSES> - <root url="jar://$MODULE_DIR$/libs/robotium-solo-3.6.jar!/" /> - </CLASSES> - <JAVADOC /> - <SOURCES /> + <SOURCES> + <root url="file://$MODULE_DIR$/libs" /> + </SOURCES> + <jarDirectory url="file://$MODULE_DIR$/libs" recursive="false" /> + <jarDirectory url="file://$MODULE_DIR$/libs" recursive="false" type="SOURCES" /> </library> </orderEntry> <orderEntry type="inheritedJdk" /> |
