workspace.xml 14 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <project version="4">
  3. <component name="ChangeListManager">
  4. <list default="true" id="1db2fae5-27d2-47c8-9ec0-6a4d78afa7b9" name="Default" comment="" />
  5. <ignored path="vitamio.iws" />
  6. <ignored path=".idea/workspace.xml" />
  7. <ignored path="$PROJECT_DIR$/build/classes/" />
  8. <option name="EXCLUDED_CONVERTED_TO_IGNORED" value="true" />
  9. <option name="TRACKING_ENABLED" value="true" />
  10. <option name="SHOW_DIALOG" value="false" />
  11. <option name="HIGHLIGHT_CONFLICTS" value="true" />
  12. <option name="HIGHLIGHT_NON_ACTIVE_CHANGELIST" value="false" />
  13. <option name="LAST_RESOLUTION" value="IGNORE" />
  14. </component>
  15. <component name="ChangesViewManager" flattened_view="true" show_ignored="false" />
  16. <component name="CreatePatchCommitExecutor">
  17. <option name="PATCH_PATH" value="" />
  18. </component>
  19. <component name="ExecutionTargetManager" SELECTED_TARGET="default_target" />
  20. <component name="ExternalProjectsManager">
  21. <system id="GRADLE">
  22. <state>
  23. <projects_view />
  24. </state>
  25. </system>
  26. </component>
  27. <component name="FavoritesManager">
  28. <favorites_list name="vitamio" />
  29. </component>
  30. <component name="GradleLocalSettings">
  31. <option name="externalProjectsViewState">
  32. <projects_view />
  33. </option>
  34. </component>
  35. <component name="ProjectFrameBounds">
  36. <option name="width" value="1900" />
  37. <option name="height" value="1176" />
  38. </component>
  39. <component name="ProjectLevelVcsManager" settingsEditedManually="false">
  40. <OptionsSetting value="true" id="Add" />
  41. <OptionsSetting value="true" id="Remove" />
  42. <OptionsSetting value="true" id="Checkout" />
  43. <OptionsSetting value="true" id="Update" />
  44. <OptionsSetting value="true" id="Status" />
  45. <OptionsSetting value="true" id="Edit" />
  46. <ConfirmationsSetting value="0" id="Add" />
  47. <ConfirmationsSetting value="0" id="Remove" />
  48. </component>
  49. <component name="ProjectView">
  50. <navigator proportions="" version="1">
  51. <flattenPackages />
  52. <showMembers />
  53. <showModules />
  54. <showLibraryContents />
  55. <hideEmptyPackages />
  56. <abbreviatePackageNames />
  57. <autoscrollToSource />
  58. <autoscrollFromSource />
  59. <sortByType />
  60. <manualOrder />
  61. <foldersAlwaysOnTop value="true" />
  62. </navigator>
  63. <panes />
  64. </component>
  65. <component name="PropertiesComponent">
  66. <property name="android.sdk.path" value="$USER_HOME$/android-sdk-linux" />
  67. </component>
  68. <component name="RunManager">
  69. <configuration default="true" type="Application" factoryName="Application">
  70. <extension name="coverage" enabled="false" merge="false" sample_coverage="true" runner="idea" />
  71. <option name="MAIN_CLASS_NAME" />
  72. <option name="VM_PARAMETERS" />
  73. <option name="PROGRAM_PARAMETERS" />
  74. <option name="WORKING_DIRECTORY" value="$PROJECT_DIR$" />
  75. <option name="ALTERNATIVE_JRE_PATH_ENABLED" value="false" />
  76. <option name="ALTERNATIVE_JRE_PATH" />
  77. <option name="ENABLE_SWING_INSPECTOR" value="false" />
  78. <option name="ENV_VARIABLES" />
  79. <option name="PASS_PARENT_ENVS" value="true" />
  80. <module name="" />
  81. <envs />
  82. <method />
  83. </configuration>
  84. <configuration default="true" type="JUnit" factoryName="JUnit">
  85. <extension name="coverage" enabled="false" merge="false" sample_coverage="true" runner="idea" />
  86. <module name="" />
  87. <option name="ALTERNATIVE_JRE_PATH_ENABLED" value="false" />
  88. <option name="ALTERNATIVE_JRE_PATH" />
  89. <option name="PACKAGE_NAME" />
  90. <option name="MAIN_CLASS_NAME" />
  91. <option name="METHOD_NAME" />
  92. <option name="TEST_OBJECT" value="class" />
  93. <option name="VM_PARAMETERS" value="-ea" />
  94. <option name="PARAMETERS" />
  95. <option name="WORKING_DIRECTORY" value="$MODULE_DIR$" />
  96. <option name="ENV_VARIABLES" />
  97. <option name="PASS_PARENT_ENVS" value="true" />
  98. <option name="TEST_SEARCH_SCOPE">
  99. <value defaultName="singleModule" />
  100. </option>
  101. <envs />
  102. <patterns />
  103. <method />
  104. </configuration>
  105. <configuration default="true" type="Remote" factoryName="Remote">
  106. <option name="USE_SOCKET_TRANSPORT" value="true" />
  107. <option name="SERVER_MODE" value="false" />
  108. <option name="SHMEM_ADDRESS" value="javadebug" />
  109. <option name="HOST" value="localhost" />
  110. <option name="PORT" value="5005" />
  111. <method />
  112. </configuration>
  113. <configuration default="true" type="TestNG" factoryName="TestNG">
  114. <extension name="coverage" enabled="false" merge="false" sample_coverage="true" runner="idea" />
  115. <module name="" />
  116. <option name="ALTERNATIVE_JRE_PATH_ENABLED" value="false" />
  117. <option name="ALTERNATIVE_JRE_PATH" />
  118. <option name="SUITE_NAME" />
  119. <option name="PACKAGE_NAME" />
  120. <option name="MAIN_CLASS_NAME" />
  121. <option name="METHOD_NAME" />
  122. <option name="GROUP_NAME" />
  123. <option name="TEST_OBJECT" value="CLASS" />
  124. <option name="VM_PARAMETERS" value="-ea" />
  125. <option name="PARAMETERS" />
  126. <option name="WORKING_DIRECTORY" value="$MODULE_DIR$" />
  127. <option name="OUTPUT_DIRECTORY" />
  128. <option name="ANNOTATION_TYPE" />
  129. <option name="ENV_VARIABLES" />
  130. <option name="PASS_PARENT_ENVS" value="true" />
  131. <option name="TEST_SEARCH_SCOPE">
  132. <value defaultName="singleModule" />
  133. </option>
  134. <option name="USE_DEFAULT_REPORTERS" value="false" />
  135. <option name="PROPERTIES_FILE" />
  136. <envs />
  137. <properties />
  138. <listeners />
  139. <method />
  140. </configuration>
  141. <configuration name="&lt;template&gt;" type="Applet" default="true" selected="false">
  142. <option name="MAIN_CLASS_NAME" />
  143. <option name="HTML_FILE_NAME" />
  144. <option name="HTML_USED" value="false" />
  145. <option name="WIDTH" value="400" />
  146. <option name="HEIGHT" value="300" />
  147. <option name="POLICY_FILE" value="$APPLICATION_HOME_DIR$/bin/appletviewer.policy" />
  148. <option name="VM_PARAMETERS" />
  149. </configuration>
  150. <configuration name="&lt;template&gt;" type="#org.jetbrains.idea.devkit.run.PluginConfigurationType" default="true" selected="false">
  151. <option name="VM_PARAMETERS" value="-Xmx512m -Xms256m -XX:MaxPermSize=250m -ea" />
  152. </configuration>
  153. </component>
  154. <component name="ShelveChangesManager" show_recycled="false" />
  155. <component name="SvnConfiguration">
  156. <configuration />
  157. </component>
  158. <component name="TaskManager">
  159. <task active="true" id="Default" summary="Default task">
  160. <changelist id="1db2fae5-27d2-47c8-9ec0-6a4d78afa7b9" name="Default" comment="" />
  161. <created>1460249065365</created>
  162. <option name="number" value="Default" />
  163. <updated>1460249065365</updated>
  164. </task>
  165. <servers />
  166. </component>
  167. <component name="ToolWindowManager">
  168. <frame x="0" y="0" width="1900" height="1176" extended-state="4" />
  169. <editor active="false" />
  170. <layout>
  171. <window_info id="Palette&#9;" active="false" anchor="left" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" show_stripe_button="true" weight="0.33" sideWeight="0.5" order="3" side_tool="false" content_ui="tabs" />
  172. <window_info id="Designer" active="false" anchor="right" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" show_stripe_button="true" weight="0.33" sideWeight="0.5" order="3" side_tool="false" content_ui="tabs" />
  173. <window_info id="Terminal" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" show_stripe_button="true" weight="0.33" sideWeight="0.5" order="7" side_tool="false" content_ui="tabs" />
  174. <window_info id="Android Model" active="false" anchor="right" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" show_stripe_button="true" weight="0.33" sideWeight="0.5" order="3" side_tool="true" content_ui="tabs" />
  175. <window_info id="Capture Analysis" active="false" anchor="right" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" show_stripe_button="true" weight="0.33" sideWeight="0.5" order="3" side_tool="false" content_ui="tabs" />
  176. <window_info id="Android Monitor" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" show_stripe_button="true" weight="0.33" sideWeight="0.5" order="7" side_tool="false" content_ui="tabs" />
  177. <window_info id="Captures" active="false" anchor="left" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" show_stripe_button="true" weight="0.25" sideWeight="0.5" order="2" side_tool="false" content_ui="tabs" />
  178. <window_info id="Debug" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" show_stripe_button="true" weight="0.4" sideWeight="0.5" order="3" side_tool="false" content_ui="tabs" />
  179. <window_info id="Favorites" active="false" anchor="left" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" show_stripe_button="true" weight="0.33" sideWeight="0.5" order="3" side_tool="true" content_ui="tabs" />
  180. <window_info id="Event Log" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" show_stripe_button="true" weight="0.33" sideWeight="0.5" order="7" side_tool="true" content_ui="tabs" />
  181. <window_info id="Capture Tool" active="false" anchor="left" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" show_stripe_button="true" weight="0.33" sideWeight="0.5" order="3" side_tool="false" content_ui="tabs" />
  182. <window_info id="Gradle Console" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" show_stripe_button="true" weight="0.33" sideWeight="0.5" order="7" side_tool="true" content_ui="tabs" />
  183. <window_info id="Version Control" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" show_stripe_button="true" weight="0.33" sideWeight="0.5" order="7" side_tool="false" content_ui="tabs" />
  184. <window_info id="Build Variants" active="false" anchor="left" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" show_stripe_button="true" weight="0.33" sideWeight="0.5" order="3" side_tool="true" content_ui="tabs" />
  185. <window_info id="Messages" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" show_stripe_button="true" weight="0.3297769" sideWeight="0.5" order="7" side_tool="false" content_ui="tabs" />
  186. <window_info id="Gradle" active="false" anchor="right" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" show_stripe_button="true" weight="0.33" sideWeight="0.5" order="3" side_tool="false" content_ui="tabs" />
  187. <window_info id="TODO" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" show_stripe_button="true" weight="0.33" sideWeight="0.5" order="6" side_tool="false" content_ui="tabs" />
  188. <window_info id="Structure" active="false" anchor="left" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" show_stripe_button="true" weight="0.25" sideWeight="0.5" order="1" side_tool="false" content_ui="tabs" />
  189. <window_info id="Project" active="false" anchor="left" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" show_stripe_button="true" weight="0.25" sideWeight="0.5" order="0" side_tool="false" content_ui="combo" />
  190. <window_info id="Run" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" show_stripe_button="true" weight="0.33" sideWeight="0.5" order="2" side_tool="false" content_ui="tabs" />
  191. <window_info id="Ant Build" active="false" anchor="right" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" show_stripe_button="true" weight="0.25" sideWeight="0.5" order="1" side_tool="false" content_ui="tabs" />
  192. <window_info id="Hierarchy" active="false" anchor="right" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" show_stripe_button="true" weight="0.25" sideWeight="0.5" order="2" side_tool="false" content_ui="combo" />
  193. <window_info id="Cvs" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" show_stripe_button="true" weight="0.25" sideWeight="0.5" order="4" side_tool="false" content_ui="tabs" />
  194. <window_info id="Message" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" show_stripe_button="true" weight="0.33" sideWeight="0.5" order="0" side_tool="false" content_ui="tabs" />
  195. <window_info id="Find" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" show_stripe_button="true" weight="0.33" sideWeight="0.5" order="1" side_tool="false" content_ui="tabs" />
  196. <window_info id="Commander" active="false" anchor="right" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" show_stripe_button="true" weight="0.4" sideWeight="0.5" order="0" side_tool="false" content_ui="tabs" />
  197. <window_info id="Inspection" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" show_stripe_button="true" weight="0.4" sideWeight="0.5" order="5" side_tool="false" content_ui="tabs" />
  198. </layout>
  199. </component>
  200. <component name="Vcs.Log.UiProperties">
  201. <option name="RECENTLY_FILTERED_USER_GROUPS">
  202. <collection />
  203. </option>
  204. <option name="RECENTLY_FILTERED_BRANCH_GROUPS">
  205. <collection />
  206. </option>
  207. </component>
  208. <component name="VcsContentAnnotationSettings">
  209. <option name="myLimit" value="2678400000" />
  210. </component>
  211. <component name="XDebuggerManager">
  212. <breakpoint-manager />
  213. <watches-manager />
  214. </component>
  215. </project>