diff options
author | Arne Schwabe <arne@rfc2549.org> | 2013-07-01 00:07:52 +0200 |
---|---|---|
committer | Arne Schwabe <arne@rfc2549.org> | 2013-07-01 00:07:52 +0200 |
commit | 784177121710cbb75ec730babb3a51e9eaf64d82 (patch) | |
tree | f30b2ee278fc6b7b5146914f2d0921f2e337335a /icsopenvpn.iml | |
parent | 7b20c41be2651e2721fd3b151e4e27f0ee92d656 (diff) |
Fix GUI certificate display/parsing a bit
Diffstat (limited to 'icsopenvpn.iml')
-rw-r--r-- | icsopenvpn.iml | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/icsopenvpn.iml b/icsopenvpn.iml index 922231a6..48d3ed0d 100644 --- a/icsopenvpn.iml +++ b/icsopenvpn.iml @@ -11,12 +11,11 @@ <facet type="android-gradle" name="Android-Gradle"> <configuration> <option name="GRADLE_PROJECT_PATH" value=":" /> - <option name="PROJECT_ABSOLUTE_PATH" value="$MODULE_DIR$" /> - <option name="GRADLE_HOME_DIR_PATH" /> </configuration> </facet> </component> - <component name="NewModuleRootManager" inherit-compiler-output="true"> + <component name="NewModuleRootManager" inherit-compiler-output="false"> + <output url="file://$MODULE_DIR$/build/classes/debug" /> <exclude-output /> <content url="file://$MODULE_DIR$"> <sourceFolder url="file://$MODULE_DIR$/build/source/r/debug" isTestSource="false" /> |