Browse Source

intellij adds

Kr Younger 6 years ago
parent
commit
3858f0c365
7 changed files with 446 additions and 0 deletions
  1. 15
    0
      .idea/ZCW-Fido-URLFetch.iml
  2. 16
    0
      .idea/compiler.xml
  3. 10
    0
      .idea/misc.xml
  4. 8
    0
      .idea/modules.xml
  5. 6
    0
      .idea/vcs.xml
  6. 379
    0
      .idea/workspace.xml
  7. 12
    0
      pom.xml

+ 15
- 0
.idea/ZCW-Fido-URLFetch.iml View File

@@ -0,0 +1,15 @@
1
+<?xml version="1.0" encoding="UTF-8"?>
2
+<module org.jetbrains.idea.maven.project.MavenProjectsManager.isMavenModule="true" type="JAVA_MODULE" version="4">
3
+  <component name="NewModuleRootManager" LANGUAGE_LEVEL="JDK_1_5">
4
+    <output url="file://$MODULE_DIR$/target/classes" />
5
+    <output-test url="file://$MODULE_DIR$/target/test-classes" />
6
+    <content url="file://$MODULE_DIR$">
7
+      <sourceFolder url="file://$MODULE_DIR$/src/main/java" isTestSource="false" />
8
+      <sourceFolder url="file://$MODULE_DIR$/src/main/resources" type="java-resource" />
9
+      <sourceFolder url="file://$MODULE_DIR$/src/test/java" isTestSource="true" />
10
+      <excludeFolder url="file://$MODULE_DIR$/target" />
11
+    </content>
12
+    <orderEntry type="inheritedJdk" />
13
+    <orderEntry type="sourceFolder" forTests="false" />
14
+  </component>
15
+</module>

+ 16
- 0
.idea/compiler.xml View File

@@ -0,0 +1,16 @@
1
+<?xml version="1.0" encoding="UTF-8"?>
2
+<project version="4">
3
+  <component name="CompilerConfiguration">
4
+    <annotationProcessing>
5
+      <profile name="Maven default annotation processors profile" enabled="true">
6
+        <sourceOutputDir name="target/generated-sources/annotations" />
7
+        <sourceTestOutputDir name="target/generated-test-sources/test-annotations" />
8
+        <outputRelativeToContentRoot value="true" />
9
+        <module name="ZCW-Fido-URLFetch" />
10
+      </profile>
11
+    </annotationProcessing>
12
+    <bytecodeTargetLevel>
13
+      <module name="ZCW-Fido-URLFetch" target="1.5" />
14
+    </bytecodeTargetLevel>
15
+  </component>
16
+</project>

+ 10
- 0
.idea/misc.xml View File

@@ -0,0 +1,10 @@
1
+<?xml version="1.0" encoding="UTF-8"?>
2
+<project version="4">
3
+  <component name="MavenProjectsManager">
4
+    <option name="originalFiles">
5
+      <list>
6
+        <option value="$PROJECT_DIR$/pom.xml" />
7
+      </list>
8
+    </option>
9
+  </component>
10
+</project>

+ 8
- 0
.idea/modules.xml View File

@@ -0,0 +1,8 @@
1
+<?xml version="1.0" encoding="UTF-8"?>
2
+<project version="4">
3
+  <component name="ProjectModuleManager">
4
+    <modules>
5
+      <module fileurl="file://$PROJECT_DIR$/.idea/ZCW-Fido-URLFetch.iml" filepath="$PROJECT_DIR$/.idea/ZCW-Fido-URLFetch.iml" />
6
+    </modules>
7
+  </component>
8
+</project>

+ 6
- 0
.idea/vcs.xml View File

@@ -0,0 +1,6 @@
1
+<?xml version="1.0" encoding="UTF-8"?>
2
+<project version="4">
3
+  <component name="VcsDirectoryMappings">
4
+    <mapping directory="" vcs="Git" />
5
+  </component>
6
+</project>

+ 379
- 0
.idea/workspace.xml View File

@@ -0,0 +1,379 @@
1
+<?xml version="1.0" encoding="UTF-8"?>
2
+<project version="4">
3
+  <component name="ChangeListManager">
4
+    <list default="true" id="e8170b63-0b1a-4508-8a2a-144453dc494f" name="Default" comment="">
5
+      <change beforePath="" afterPath="$PROJECT_DIR$/pom.xml" />
6
+    </list>
7
+    <ignored path="$PROJECT_DIR$/target/" />
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="FileEditorManager">
16
+    <leaf>
17
+      <file leaf-file-name="pom.xml" pinned="false" current-in-tab="true">
18
+        <entry file="file://$PROJECT_DIR$/pom.xml">
19
+          <provider selected="true" editor-type-id="text-editor">
20
+            <state relative-caret-position="187">
21
+              <caret line="11" column="10" lean-forward="true" selection-start-line="11" selection-start-column="10" selection-end-line="11" selection-end-column="10" />
22
+              <folding />
23
+            </state>
24
+          </provider>
25
+        </entry>
26
+      </file>
27
+    </leaf>
28
+  </component>
29
+  <component name="Git.Settings">
30
+    <option name="RECENT_GIT_ROOT_PATH" value="$PROJECT_DIR$" />
31
+  </component>
32
+  <component name="GradleLocalSettings">
33
+    <option name="externalProjectsViewState">
34
+      <projects_view />
35
+    </option>
36
+    <option name="projectSyncType">
37
+      <map>
38
+        <entry key="$USER_HOME$/GitHub/gs-gradle/initial" value="PREVIEW" />
39
+      </map>
40
+    </option>
41
+  </component>
42
+  <component name="IdeDocumentHistory">
43
+    <option name="CHANGED_PATHS">
44
+      <list>
45
+        <option value="$PROJECT_DIR$/pom.xml" />
46
+      </list>
47
+    </option>
48
+  </component>
49
+  <component name="JsBuildToolGruntFileManager" detection-done="true" sorting="DEFINITION_ORDER" />
50
+  <component name="JsBuildToolPackageJson" detection-done="true" sorting="DEFINITION_ORDER" />
51
+  <component name="JsGulpfileManager">
52
+    <detection-done>true</detection-done>
53
+    <sorting>DEFINITION_ORDER</sorting>
54
+  </component>
55
+  <component name="MavenImportPreferences">
56
+    <option name="importingSettings">
57
+      <MavenImportingSettings>
58
+        <option name="importAutomatically" value="true" />
59
+      </MavenImportingSettings>
60
+    </option>
61
+  </component>
62
+  <component name="ProjectFrameBounds">
63
+    <option name="x" value="138" />
64
+    <option name="y" value="36" />
65
+    <option name="width" value="1440" />
66
+    <option name="height" value="828" />
67
+  </component>
68
+  <component name="ProjectView">
69
+    <navigator currentView="ProjectPane" proportions="" version="1">
70
+      <flattenPackages />
71
+      <showMembers />
72
+      <showModules />
73
+      <showLibraryContents />
74
+      <hideEmptyPackages />
75
+      <abbreviatePackageNames />
76
+      <autoscrollToSource />
77
+      <autoscrollFromSource />
78
+      <sortByType />
79
+      <manualOrder />
80
+      <foldersAlwaysOnTop value="true" />
81
+    </navigator>
82
+    <panes>
83
+      <pane id="AndroidView" />
84
+      <pane id="PackagesPane" />
85
+      <pane id="Scope" />
86
+      <pane id="ProjectPane">
87
+        <subPane>
88
+          <expand>
89
+            <path>
90
+              <item name="ZCW-Fido-URLFetch" type="b2602c69:ProjectViewProjectNode" />
91
+              <item name="ZCW-Fido-URLFetch" type="462c0819:PsiDirectoryNode" />
92
+            </path>
93
+            <path>
94
+              <item name="ZCW-Fido-URLFetch" type="b2602c69:ProjectViewProjectNode" />
95
+              <item name="ZCW-Fido-URLFetch" type="462c0819:PsiDirectoryNode" />
96
+              <item name="src" type="462c0819:PsiDirectoryNode" />
97
+            </path>
98
+            <path>
99
+              <item name="ZCW-Fido-URLFetch" type="b2602c69:ProjectViewProjectNode" />
100
+              <item name="ZCW-Fido-URLFetch" type="462c0819:PsiDirectoryNode" />
101
+              <item name="src" type="462c0819:PsiDirectoryNode" />
102
+              <item name="main" type="462c0819:PsiDirectoryNode" />
103
+            </path>
104
+            <path>
105
+              <item name="ZCW-Fido-URLFetch" type="b2602c69:ProjectViewProjectNode" />
106
+              <item name="ZCW-Fido-URLFetch" type="462c0819:PsiDirectoryNode" />
107
+              <item name="src" type="462c0819:PsiDirectoryNode" />
108
+              <item name="test" type="462c0819:PsiDirectoryNode" />
109
+            </path>
110
+          </expand>
111
+          <select />
112
+        </subPane>
113
+      </pane>
114
+      <pane id="Scratches" />
115
+    </panes>
116
+  </component>
117
+  <component name="PropertiesComponent">
118
+    <property name="nodejs_interpreter_path.stuck_in_default_project" value="undefined stuck path" />
119
+    <property name="settings.editor.selected.configurable" value="configurable.group.appearance" />
120
+    <property name="WebServerToolWindowFactoryState" value="false" />
121
+    <property name="aspect.path.notification.shown" value="true" />
122
+    <property name="last_opened_file_path" value="$PROJECT_DIR$" />
123
+    <property name="project.structure.last.edited" value="Modules" />
124
+    <property name="project.structure.proportion" value="0.15" />
125
+    <property name="project.structure.side.proportion" value="0.2" />
126
+  </component>
127
+  <component name="RunDashboard">
128
+    <option name="ruleStates">
129
+      <list>
130
+        <RuleState>
131
+          <option name="name" value="ConfigurationTypeDashboardGroupingRule" />
132
+        </RuleState>
133
+        <RuleState>
134
+          <option name="name" value="StatusDashboardGroupingRule" />
135
+        </RuleState>
136
+      </list>
137
+    </option>
138
+  </component>
139
+  <component name="RunManager">
140
+    <configuration default="true" type="Applet" factoryName="Applet">
141
+      <option name="WIDTH" value="400" />
142
+      <option name="HEIGHT" value="300" />
143
+      <option name="POLICY_FILE" value="$APPLICATION_HOME_DIR$/bin/appletviewer.policy" />
144
+      <module />
145
+    </configuration>
146
+    <configuration default="true" type="Application" factoryName="Application">
147
+      <extension name="coverage" enabled="false" merge="false" sample_coverage="true" runner="idea" />
148
+      <option name="MAIN_CLASS_NAME" />
149
+      <option name="VM_PARAMETERS" />
150
+      <option name="PROGRAM_PARAMETERS" />
151
+      <option name="WORKING_DIRECTORY" value="$PROJECT_DIR$" />
152
+      <option name="ALTERNATIVE_JRE_PATH_ENABLED" value="false" />
153
+      <option name="ALTERNATIVE_JRE_PATH" />
154
+      <option name="ENABLE_SWING_INSPECTOR" value="false" />
155
+      <option name="ENV_VARIABLES" />
156
+      <option name="PASS_PARENT_ENVS" value="true" />
157
+      <module name="" />
158
+      <envs />
159
+    </configuration>
160
+    <configuration default="true" type="JUnit" factoryName="JUnit">
161
+      <extension name="coverage" enabled="false" merge="false" sample_coverage="true" runner="idea" />
162
+      <module name="" />
163
+      <option name="ALTERNATIVE_JRE_PATH_ENABLED" value="false" />
164
+      <option name="ALTERNATIVE_JRE_PATH" />
165
+      <option name="PACKAGE_NAME" />
166
+      <option name="MAIN_CLASS_NAME" />
167
+      <option name="METHOD_NAME" />
168
+      <option name="TEST_OBJECT" value="class" />
169
+      <option name="VM_PARAMETERS" value="-ea" />
170
+      <option name="PARAMETERS" />
171
+      <option name="WORKING_DIRECTORY" value="%MODULE_WORKING_DIR%" />
172
+      <option name="ENV_VARIABLES" />
173
+      <option name="PASS_PARENT_ENVS" value="true" />
174
+      <option name="TEST_SEARCH_SCOPE">
175
+        <value defaultName="singleModule" />
176
+      </option>
177
+      <envs />
178
+      <patterns />
179
+    </configuration>
180
+    <configuration default="true" type="Remote" factoryName="Remote">
181
+      <option name="USE_SOCKET_TRANSPORT" value="true" />
182
+      <option name="SERVER_MODE" value="false" />
183
+      <option name="SHMEM_ADDRESS" value="javadebug" />
184
+      <option name="HOST" value="localhost" />
185
+      <option name="PORT" value="5005" />
186
+    </configuration>
187
+    <configuration default="true" type="TestNG" factoryName="TestNG">
188
+      <extension name="coverage" enabled="false" merge="false" sample_coverage="true" runner="idea" />
189
+      <module name="" />
190
+      <option name="ALTERNATIVE_JRE_PATH_ENABLED" value="false" />
191
+      <option name="ALTERNATIVE_JRE_PATH" />
192
+      <option name="SUITE_NAME" />
193
+      <option name="PACKAGE_NAME" />
194
+      <option name="MAIN_CLASS_NAME" />
195
+      <option name="METHOD_NAME" />
196
+      <option name="GROUP_NAME" />
197
+      <option name="TEST_OBJECT" value="CLASS" />
198
+      <option name="VM_PARAMETERS" value="-ea" />
199
+      <option name="PARAMETERS" />
200
+      <option name="WORKING_DIRECTORY" value="%MODULE_WORKING_DIR%" />
201
+      <option name="OUTPUT_DIRECTORY" />
202
+      <option name="ANNOTATION_TYPE" />
203
+      <option name="ENV_VARIABLES" />
204
+      <option name="PASS_PARENT_ENVS" value="true" />
205
+      <option name="TEST_SEARCH_SCOPE">
206
+        <value defaultName="singleModule" />
207
+      </option>
208
+      <option name="USE_DEFAULT_REPORTERS" value="false" />
209
+      <option name="PROPERTIES_FILE" />
210
+      <envs />
211
+      <properties />
212
+      <listeners />
213
+    </configuration>
214
+    <configuration default="true" type="#org.jetbrains.idea.devkit.run.PluginConfigurationType" factoryName="Plugin">
215
+      <module name="" />
216
+      <option name="VM_PARAMETERS" value="-Xmx512m -Xms256m -XX:MaxPermSize=250m -ea" />
217
+      <option name="PROGRAM_PARAMETERS" />
218
+      <predefined_log_file id="idea.log" enabled="true" />
219
+    </configuration>
220
+  </component>
221
+  <component name="ShelveChangesManager" show_recycled="false">
222
+    <option name="remove_strategy" value="false" />
223
+  </component>
224
+  <component name="SvnConfiguration">
225
+    <configuration />
226
+  </component>
227
+  <component name="TaskManager">
228
+    <task active="true" id="Default" summary="Default task">
229
+      <changelist id="e8170b63-0b1a-4508-8a2a-144453dc494f" name="Default" comment="" />
230
+      <created>1528120320022</created>
231
+      <option name="number" value="Default" />
232
+      <option name="presentableId" value="Default" />
233
+      <updated>1528120320022</updated>
234
+      <workItem from="1528120321406" duration="111000" />
235
+    </task>
236
+    <servers />
237
+  </component>
238
+  <component name="TimeTrackingManager">
239
+    <option name="totallyTimeSpent" value="111000" />
240
+  </component>
241
+  <component name="ToolWindowManager">
242
+    <frame x="138" y="36" width="1440" height="828" extended-state="0" />
243
+    <layout>
244
+      <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" />
245
+      <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" />
246
+      <window_info id="Palette&#9;" 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" />
247
+      <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" />
248
+      <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" />
249
+      <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" />
250
+      <window_info id="Maven Projects" 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" />
251
+      <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" />
252
+      <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" />
253
+      <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" />
254
+      <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" />
255
+      <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" />
256
+      <window_info id="Project" active="true" anchor="left" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="true" show_stripe_button="true" weight="0.25" sideWeight="0.5" order="0" side_tool="false" content_ui="combo" />
257
+      <window_info id="Database" 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" />
258
+      <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" />
259
+      <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" />
260
+      <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" />
261
+      <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" />
262
+      <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" />
263
+      <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" />
264
+      <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" />
265
+      <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" />
266
+      <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" />
267
+      <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" />
268
+      <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" />
269
+      <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" />
270
+    </layout>
271
+  </component>
272
+  <component name="TypeScriptGeneratedFilesManager">
273
+    <option name="version" value="1" />
274
+  </component>
275
+  <component name="VcsContentAnnotationSettings">
276
+    <option name="myLimit" value="2678400000" />
277
+  </component>
278
+  <component name="XDebuggerManager">
279
+    <breakpoint-manager />
280
+    <watches-manager />
281
+  </component>
282
+  <component name="editorHistoryManager">
283
+    <entry file="file://$PROJECT_DIR$/pom.xml">
284
+      <provider selected="true" editor-type-id="text-editor">
285
+        <state relative-caret-position="187">
286
+          <caret line="11" column="10" lean-forward="true" selection-start-line="11" selection-start-column="10" selection-end-line="11" selection-end-column="10" />
287
+          <folding />
288
+        </state>
289
+      </provider>
290
+    </entry>
291
+  </component>
292
+  <component name="masterDetails">
293
+    <states>
294
+      <state key="ArtifactsStructureConfigurable.UI">
295
+        <settings>
296
+          <artifact-editor />
297
+          <splitter-proportions>
298
+            <option name="proportions">
299
+              <list>
300
+                <option value="0.2" />
301
+              </list>
302
+            </option>
303
+          </splitter-proportions>
304
+        </settings>
305
+      </state>
306
+      <state key="FacetStructureConfigurable.UI">
307
+        <settings>
308
+          <last-edited>No facets are configured</last-edited>
309
+          <splitter-proportions>
310
+            <option name="proportions">
311
+              <list>
312
+                <option value="0.2" />
313
+              </list>
314
+            </option>
315
+          </splitter-proportions>
316
+        </settings>
317
+      </state>
318
+      <state key="GlobalLibrariesConfigurable.UI">
319
+        <settings>
320
+          <splitter-proportions>
321
+            <option name="proportions">
322
+              <list>
323
+                <option value="0.2" />
324
+              </list>
325
+            </option>
326
+          </splitter-proportions>
327
+        </settings>
328
+      </state>
329
+      <state key="JdkListConfigurable.UI">
330
+        <settings>
331
+          <last-edited>1.8</last-edited>
332
+          <splitter-proportions>
333
+            <option name="proportions">
334
+              <list>
335
+                <option value="0.2" />
336
+              </list>
337
+            </option>
338
+          </splitter-proportions>
339
+        </settings>
340
+      </state>
341
+      <state key="ModuleStructureConfigurable.UI">
342
+        <settings>
343
+          <last-edited>ZCW-Fido-URLFetch</last-edited>
344
+          <splitter-proportions>
345
+            <option name="proportions">
346
+              <list>
347
+                <option value="0.2" />
348
+                <option value="0.6" />
349
+              </list>
350
+            </option>
351
+          </splitter-proportions>
352
+        </settings>
353
+      </state>
354
+      <state key="ProjectJDKs.UI">
355
+        <settings>
356
+          <last-edited>1.8</last-edited>
357
+          <splitter-proportions>
358
+            <option name="proportions">
359
+              <list>
360
+                <option value="0.2" />
361
+              </list>
362
+            </option>
363
+          </splitter-proportions>
364
+        </settings>
365
+      </state>
366
+      <state key="ProjectLibrariesConfigurable.UI">
367
+        <settings>
368
+          <splitter-proportions>
369
+            <option name="proportions">
370
+              <list>
371
+                <option value="0.2" />
372
+              </list>
373
+            </option>
374
+          </splitter-proportions>
375
+        </settings>
376
+      </state>
377
+    </states>
378
+  </component>
379
+</project>

+ 12
- 0
pom.xml View File

@@ -0,0 +1,12 @@
1
+<?xml version="1.0" encoding="UTF-8"?>
2
+<project xmlns="http://maven.apache.org/POM/4.0.0"
3
+         xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
4
+         xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
5
+    <modelVersion>4.0.0</modelVersion>
6
+
7
+    <groupId>zipcode.rocks.fido</groupId>
8
+    <artifactId>ZCW-Fido-URLFetch</artifactId>
9
+    <version>1.0-SNAPSHOT</version>
10
+
11
+    
12
+</project>