|
@@ -0,0 +1,177 @@
|
|
1
|
+<?xml version="1.0" encoding="UTF-8"?>
|
|
2
|
+<project version="4">
|
|
3
|
+ <component name="ChangeListManager">
|
|
4
|
+ <list default="true" id="4f0c6f35-1ac5-49ea-b41e-20445c07c5c6" name="Default" comment="" />
|
|
5
|
+ <ignored path="$PROJECT_DIR$/out/" />
|
|
6
|
+ <option name="EXCLUDED_CONVERTED_TO_IGNORED" value="true" />
|
|
7
|
+ <option name="TRACKING_ENABLED" value="true" />
|
|
8
|
+ <option name="SHOW_DIALOG" value="false" />
|
|
9
|
+ <option name="HIGHLIGHT_CONFLICTS" value="true" />
|
|
10
|
+ <option name="HIGHLIGHT_NON_ACTIVE_CHANGELIST" value="false" />
|
|
11
|
+ <option name="LAST_RESOLUTION" value="IGNORE" />
|
|
12
|
+ </component>
|
|
13
|
+ <component name="ExecutionTargetManager" SELECTED_TARGET="default_target" />
|
|
14
|
+ <component name="ProjectFrameBounds">
|
|
15
|
+ <option name="y" value="23" />
|
|
16
|
+ <option name="width" value="1920" />
|
|
17
|
+ <option name="height" value="1053" />
|
|
18
|
+ </component>
|
|
19
|
+ <component name="PropertiesComponent">
|
|
20
|
+ <property name="settings.editor.selected.configurable" value="reference.projectsettings.compiler.javacompiler" />
|
|
21
|
+ <property name="project.structure.last.edited" value="Project" />
|
|
22
|
+ <property name="project.structure.proportion" value="0.0" />
|
|
23
|
+ <property name="project.structure.side.proportion" value="0.2" />
|
|
24
|
+ </component>
|
|
25
|
+ <component name="RunDashboard">
|
|
26
|
+ <option name="ruleStates">
|
|
27
|
+ <list>
|
|
28
|
+ <RuleState>
|
|
29
|
+ <option name="name" value="ConfigurationTypeDashboardGroupingRule" />
|
|
30
|
+ </RuleState>
|
|
31
|
+ <RuleState>
|
|
32
|
+ <option name="name" value="StatusDashboardGroupingRule" />
|
|
33
|
+ </RuleState>
|
|
34
|
+ </list>
|
|
35
|
+ </option>
|
|
36
|
+ </component>
|
|
37
|
+ <component name="RunManager">
|
|
38
|
+ <configuration default="true" type="#org.jetbrains.idea.devkit.run.PluginConfigurationType" factoryName="Plugin">
|
|
39
|
+ <module name="" />
|
|
40
|
+ <option name="VM_PARAMETERS" value="-Xmx512m -Xms256m -XX:MaxPermSize=250m -ea" />
|
|
41
|
+ <option name="PROGRAM_PARAMETERS" />
|
|
42
|
+ <predefined_log_file id="idea.log" enabled="true" />
|
|
43
|
+ <method />
|
|
44
|
+ </configuration>
|
|
45
|
+ <configuration default="true" type="Applet" factoryName="Applet">
|
|
46
|
+ <option name="HTML_USED" value="false" />
|
|
47
|
+ <option name="WIDTH" value="400" />
|
|
48
|
+ <option name="HEIGHT" value="300" />
|
|
49
|
+ <option name="POLICY_FILE" value="$APPLICATION_HOME_DIR$/bin/appletviewer.policy" />
|
|
50
|
+ <module />
|
|
51
|
+ <method />
|
|
52
|
+ </configuration>
|
|
53
|
+ <configuration default="true" type="Application" factoryName="Application">
|
|
54
|
+ <extension name="coverage" enabled="false" merge="false" sample_coverage="true" runner="idea" />
|
|
55
|
+ <option name="MAIN_CLASS_NAME" />
|
|
56
|
+ <option name="VM_PARAMETERS" />
|
|
57
|
+ <option name="PROGRAM_PARAMETERS" />
|
|
58
|
+ <option name="WORKING_DIRECTORY" value="$PROJECT_DIR$" />
|
|
59
|
+ <option name="ALTERNATIVE_JRE_PATH_ENABLED" value="false" />
|
|
60
|
+ <option name="ALTERNATIVE_JRE_PATH" />
|
|
61
|
+ <option name="ENABLE_SWING_INSPECTOR" value="false" />
|
|
62
|
+ <option name="ENV_VARIABLES" />
|
|
63
|
+ <option name="PASS_PARENT_ENVS" value="true" />
|
|
64
|
+ <module name="" />
|
|
65
|
+ <envs />
|
|
66
|
+ <method />
|
|
67
|
+ </configuration>
|
|
68
|
+ <configuration default="true" type="JUnit" factoryName="JUnit">
|
|
69
|
+ <extension name="coverage" enabled="false" merge="false" sample_coverage="true" runner="idea" />
|
|
70
|
+ <module name="" />
|
|
71
|
+ <option name="ALTERNATIVE_JRE_PATH_ENABLED" value="false" />
|
|
72
|
+ <option name="ALTERNATIVE_JRE_PATH" />
|
|
73
|
+ <option name="PACKAGE_NAME" />
|
|
74
|
+ <option name="MAIN_CLASS_NAME" />
|
|
75
|
+ <option name="METHOD_NAME" />
|
|
76
|
+ <option name="TEST_OBJECT" value="class" />
|
|
77
|
+ <option name="VM_PARAMETERS" value="-ea" />
|
|
78
|
+ <option name="PARAMETERS" />
|
|
79
|
+ <option name="WORKING_DIRECTORY" value="$MODULE_DIR$" />
|
|
80
|
+ <option name="ENV_VARIABLES" />
|
|
81
|
+ <option name="PASS_PARENT_ENVS" value="true" />
|
|
82
|
+ <option name="TEST_SEARCH_SCOPE">
|
|
83
|
+ <value defaultName="singleModule" />
|
|
84
|
+ </option>
|
|
85
|
+ <envs />
|
|
86
|
+ <patterns />
|
|
87
|
+ <method />
|
|
88
|
+ </configuration>
|
|
89
|
+ <configuration default="true" type="Remote" factoryName="Remote">
|
|
90
|
+ <option name="USE_SOCKET_TRANSPORT" value="true" />
|
|
91
|
+ <option name="SERVER_MODE" value="false" />
|
|
92
|
+ <option name="SHMEM_ADDRESS" value="javadebug" />
|
|
93
|
+ <option name="HOST" value="localhost" />
|
|
94
|
+ <option name="PORT" value="5005" />
|
|
95
|
+ <method />
|
|
96
|
+ </configuration>
|
|
97
|
+ <configuration default="true" type="TestNG" factoryName="TestNG">
|
|
98
|
+ <extension name="coverage" enabled="false" merge="false" sample_coverage="true" runner="idea" />
|
|
99
|
+ <module name="" />
|
|
100
|
+ <option name="ALTERNATIVE_JRE_PATH_ENABLED" value="false" />
|
|
101
|
+ <option name="ALTERNATIVE_JRE_PATH" />
|
|
102
|
+ <option name="SUITE_NAME" />
|
|
103
|
+ <option name="PACKAGE_NAME" />
|
|
104
|
+ <option name="MAIN_CLASS_NAME" />
|
|
105
|
+ <option name="METHOD_NAME" />
|
|
106
|
+ <option name="GROUP_NAME" />
|
|
107
|
+ <option name="TEST_OBJECT" value="CLASS" />
|
|
108
|
+ <option name="VM_PARAMETERS" value="-ea" />
|
|
109
|
+ <option name="PARAMETERS" />
|
|
110
|
+ <option name="WORKING_DIRECTORY" value="$MODULE_DIR$" />
|
|
111
|
+ <option name="OUTPUT_DIRECTORY" />
|
|
112
|
+ <option name="ANNOTATION_TYPE" />
|
|
113
|
+ <option name="ENV_VARIABLES" />
|
|
114
|
+ <option name="PASS_PARENT_ENVS" value="true" />
|
|
115
|
+ <option name="TEST_SEARCH_SCOPE">
|
|
116
|
+ <value defaultName="singleModule" />
|
|
117
|
+ </option>
|
|
118
|
+ <option name="USE_DEFAULT_REPORTERS" value="false" />
|
|
119
|
+ <option name="PROPERTIES_FILE" />
|
|
120
|
+ <envs />
|
|
121
|
+ <properties />
|
|
122
|
+ <listeners />
|
|
123
|
+ <method />
|
|
124
|
+ </configuration>
|
|
125
|
+ </component>
|
|
126
|
+ <component name="ShelveChangesManager" show_recycled="false">
|
|
127
|
+ <option name="remove_strategy" value="false" />
|
|
128
|
+ </component>
|
|
129
|
+ <component name="TaskManager">
|
|
130
|
+ <task active="true" id="Default" summary="Default task">
|
|
131
|
+ <changelist id="4f0c6f35-1ac5-49ea-b41e-20445c07c5c6" name="Default" comment="" />
|
|
132
|
+ <created>1515621994762</created>
|
|
133
|
+ <option name="number" value="Default" />
|
|
134
|
+ <option name="presentableId" value="Default" />
|
|
135
|
+ <updated>1515621994762</updated>
|
|
136
|
+ </task>
|
|
137
|
+ <servers />
|
|
138
|
+ </component>
|
|
139
|
+ <component name="ToolWindowManager">
|
|
140
|
+ <frame x="0" y="23" width="1920" height="1053" extended-state="6" />
|
|
141
|
+ <layout>
|
|
142
|
+ <window_info id="Palette" 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="-1" side_tool="false" content_ui="tabs" />
|
|
143
|
+ <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" />
|
|
144
|
+ <window_info id="Nl-Palette" 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="-1" side_tool="false" content_ui="tabs" />
|
|
145
|
+ <window_info id="Palette	" 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="-1" side_tool="false" content_ui="tabs" />
|
|
146
|
+ <window_info id="Image Layers" 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="-1" side_tool="false" content_ui="tabs" />
|
|
147
|
+ <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="-1" side_tool="false" content_ui="tabs" />
|
|
148
|
+ <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="-1" side_tool="true" content_ui="tabs" />
|
|
149
|
+ <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" />
|
|
150
|
+ <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="-1" side_tool="false" content_ui="tabs" />
|
|
151
|
+ <window_info id="Properties" 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="-1" side_tool="false" content_ui="tabs" />
|
|
152
|
+ <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="-1" side_tool="false" content_ui="tabs" />
|
|
153
|
+ <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="-1" side_tool="false" content_ui="tabs" />
|
|
154
|
+ <window_info id="Designer" 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="-1" side_tool="false" content_ui="tabs" />
|
|
155
|
+ <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" />
|
|
156
|
+ <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" />
|
|
157
|
+ <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" />
|
|
158
|
+ <window_info id="UI Designer" 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="-1" side_tool="false" content_ui="tabs" />
|
|
159
|
+ <window_info id="Theme Preview" 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="-1" side_tool="false" content_ui="tabs" />
|
|
160
|
+ <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" />
|
|
161
|
+ <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="-1" side_tool="true" content_ui="tabs" />
|
|
162
|
+ <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" />
|
|
163
|
+ <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" />
|
|
164
|
+ <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" />
|
|
165
|
+ <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" />
|
|
166
|
+ <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" />
|
|
167
|
+ <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" />
|
|
168
|
+ </layout>
|
|
169
|
+ </component>
|
|
170
|
+ <component name="VcsContentAnnotationSettings">
|
|
171
|
+ <option name="myLimit" value="2678400000" />
|
|
172
|
+ </component>
|
|
173
|
+ <component name="XDebuggerManager">
|
|
174
|
+ <breakpoint-manager />
|
|
175
|
+ <watches-manager />
|
|
176
|
+ </component>
|
|
177
|
+</project>
|