Kaynağa Gözat

updated. almost done with part 9

William Simkins 6 yıl önce
ebeveyn
işleme
867f6cfabf
5 değiştirilmiş dosya ile 202 ekleme ve 0 silme
  1. 9
    0
      .idea/ZCW-ORM-SimpleAccount.iml
  2. 6
    0
      .idea/misc.xml
  3. 8
    0
      .idea/modules.xml
  4. 6
    0
      .idea/vcs.xml
  5. 173
    0
      .idea/workspace.xml

+ 9
- 0
.idea/ZCW-ORM-SimpleAccount.iml Dosyayı Görüntüle

@@ -0,0 +1,9 @@
1
+<?xml version="1.0" encoding="UTF-8"?>
2
+<module type="JAVA_MODULE" version="4">
3
+  <component name="NewModuleRootManager" inherit-compiler-output="true">
4
+    <exclude-output />
5
+    <content url="file://$MODULE_DIR$" />
6
+    <orderEntry type="inheritedJdk" />
7
+    <orderEntry type="sourceFolder" forTests="false" />
8
+  </component>
9
+</module>

+ 6
- 0
.idea/misc.xml Dosyayı Görüntüle

@@ -0,0 +1,6 @@
1
+<?xml version="1.0" encoding="UTF-8"?>
2
+<project version="4">
3
+  <component name="JavaScriptSettings">
4
+    <option name="languageLevel" value="ES6" />
5
+  </component>
6
+</project>

+ 8
- 0
.idea/modules.xml Dosyayı Görüntüle

@@ -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-ORM-SimpleAccount.iml" filepath="$PROJECT_DIR$/.idea/ZCW-ORM-SimpleAccount.iml" />
6
+    </modules>
7
+  </component>
8
+</project>

+ 6
- 0
.idea/vcs.xml Dosyayı Görüntüle

@@ -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>

+ 173
- 0
.idea/workspace.xml Dosyayı Görüntüle

@@ -0,0 +1,173 @@
1
+<?xml version="1.0" encoding="UTF-8"?>
2
+<project version="4">
3
+  <component name="ChangeListManager">
4
+    <list default="true" id="afad5809-d9c8-4b80-a1bd-597b36f81aec" name="Default" comment="" />
5
+    <option name="EXCLUDED_CONVERTED_TO_IGNORED" value="true" />
6
+    <option name="TRACKING_ENABLED" value="true" />
7
+    <option name="SHOW_DIALOG" value="false" />
8
+    <option name="HIGHLIGHT_CONFLICTS" value="true" />
9
+    <option name="HIGHLIGHT_NON_ACTIVE_CHANGELIST" value="false" />
10
+    <option name="LAST_RESOLUTION" value="IGNORE" />
11
+  </component>
12
+  <component name="Git.Settings">
13
+    <option name="RECENT_GIT_ROOT_PATH" value="$PROJECT_DIR$" />
14
+  </component>
15
+  <component name="JsBuildToolGruntFileManager" detection-done="true" sorting="DEFINITION_ORDER" />
16
+  <component name="JsBuildToolPackageJson" detection-done="true" sorting="DEFINITION_ORDER" />
17
+  <component name="JsGulpfileManager">
18
+    <detection-done>true</detection-done>
19
+    <sorting>DEFINITION_ORDER</sorting>
20
+  </component>
21
+  <component name="NodePackageJsonFileManager">
22
+    <packageJsonPaths />
23
+  </component>
24
+  <component name="ProjectFrameBounds">
25
+    <option name="x" value="20" />
26
+    <option name="y" value="23" />
27
+    <option name="width" value="1260" />
28
+    <option name="height" value="692" />
29
+  </component>
30
+  <component name="ProjectView">
31
+    <navigator proportions="" version="1">
32
+      <foldersAlwaysOnTop value="true" />
33
+    </navigator>
34
+    <panes>
35
+      <pane id="PackagesPane" />
36
+      <pane id="ProjectPane">
37
+        <subPane>
38
+          <expand>
39
+            <path>
40
+              <item name="ZCW-ORM-SimpleAccount" type="b2602c69:ProjectViewProjectNode" />
41
+              <item name="ZCW-ORM-SimpleAccount" type="462c0819:PsiDirectoryNode" />
42
+            </path>
43
+            <path>
44
+              <item name="ZCW-ORM-SimpleAccount" type="b2602c69:ProjectViewProjectNode" />
45
+              <item name="ZCW-ORM-SimpleAccount" type="462c0819:PsiDirectoryNode" />
46
+              <item name=".idea" type="462c0819:PsiDirectoryNode" />
47
+            </path>
48
+          </expand>
49
+          <select />
50
+        </subPane>
51
+      </pane>
52
+      <pane id="Scope" />
53
+      <pane id="AndroidView" />
54
+    </panes>
55
+  </component>
56
+  <component name="PropertiesComponent">
57
+    <property name="WebServerToolWindowFactoryState" value="false" />
58
+    <property name="aspect.path.notification.shown" value="true" />
59
+    <property name="last_opened_file_path" value="$PROJECT_DIR$" />
60
+    <property name="nodejs_interpreter_path.stuck_in_default_project" value="undefined stuck path" />
61
+    <property name="nodejs_npm_path_reset_for_default_project" value="true" />
62
+  </component>
63
+  <component name="RunDashboard">
64
+    <option name="ruleStates">
65
+      <list>
66
+        <RuleState>
67
+          <option name="name" value="ConfigurationTypeDashboardGroupingRule" />
68
+        </RuleState>
69
+        <RuleState>
70
+          <option name="name" value="StatusDashboardGroupingRule" />
71
+        </RuleState>
72
+      </list>
73
+    </option>
74
+  </component>
75
+  <component name="RunManager">
76
+    <configuration default="true" type="Application" factoryName="Application">
77
+      <option name="WORKING_DIRECTORY" value="$PROJECT_DIR$" />
78
+    </configuration>
79
+    <configuration default="true" type="JUnit" factoryName="JUnit">
80
+      <option name="ALTERNATIVE_JRE_PATH_ENABLED" value="false" />
81
+      <option name="ALTERNATIVE_JRE_PATH" />
82
+      <option name="PACKAGE_NAME" />
83
+      <option name="MAIN_CLASS_NAME" />
84
+      <option name="METHOD_NAME" />
85
+      <option name="TEST_OBJECT" value="class" />
86
+      <option name="VM_PARAMETERS" value="-ea" />
87
+      <option name="PARAMETERS" />
88
+      <option name="WORKING_DIRECTORY" value="%MODULE_WORKING_DIR%" />
89
+      <option name="PASS_PARENT_ENVS" value="true" />
90
+      <option name="TEST_SEARCH_SCOPE">
91
+        <value defaultName="singleModule" />
92
+      </option>
93
+      <patterns />
94
+    </configuration>
95
+    <configuration default="true" type="TestNG" factoryName="TestNG">
96
+      <option name="ALTERNATIVE_JRE_PATH_ENABLED" value="false" />
97
+      <option name="ALTERNATIVE_JRE_PATH" />
98
+      <option name="SUITE_NAME" />
99
+      <option name="PACKAGE_NAME" />
100
+      <option name="MAIN_CLASS_NAME" />
101
+      <option name="METHOD_NAME" />
102
+      <option name="GROUP_NAME" />
103
+      <option name="TEST_OBJECT" value="CLASS" />
104
+      <option name="VM_PARAMETERS" value="-ea" />
105
+      <option name="PARAMETERS" />
106
+      <option name="WORKING_DIRECTORY" value="%MODULE_WORKING_DIR%" />
107
+      <option name="OUTPUT_DIRECTORY" />
108
+      <option name="PASS_PARENT_ENVS" value="true" />
109
+      <option name="TEST_SEARCH_SCOPE">
110
+        <value defaultName="singleModule" />
111
+      </option>
112
+      <option name="USE_DEFAULT_REPORTERS" value="false" />
113
+      <option name="PROPERTIES_FILE" />
114
+      <properties />
115
+      <listeners />
116
+    </configuration>
117
+  </component>
118
+  <component name="SvnConfiguration">
119
+    <configuration />
120
+  </component>
121
+  <component name="TaskManager">
122
+    <task active="true" id="Default" summary="Default task">
123
+      <changelist id="afad5809-d9c8-4b80-a1bd-597b36f81aec" name="Default" comment="" />
124
+      <created>1529066501109</created>
125
+      <option name="number" value="Default" />
126
+      <option name="presentableId" value="Default" />
127
+      <updated>1529066501109</updated>
128
+      <workItem from="1529066502574" duration="405000" />
129
+    </task>
130
+    <servers />
131
+  </component>
132
+  <component name="TimeTrackingManager">
133
+    <option name="totallyTimeSpent" value="405000" />
134
+  </component>
135
+  <component name="ToolWindowManager">
136
+    <frame x="20" y="23" width="1260" height="692" extended-state="0" />
137
+    <layout>
138
+      <window_info anchor="right" id="Palette" />
139
+      <window_info anchor="bottom" id="TODO" order="6" />
140
+      <window_info anchor="right" id="Palette&#9;" />
141
+      <window_info id="Image Layers" />
142
+      <window_info anchor="right" id="Capture Analysis" />
143
+      <window_info anchor="bottom" id="Event Log" side_tool="true" />
144
+      <window_info anchor="right" id="Maven Projects" />
145
+      <window_info anchor="bottom" id="Database Changes" show_stripe_button="false" />
146
+      <window_info anchor="bottom" id="Run" order="2" />
147
+      <window_info anchor="bottom" id="Version Control" />
148
+      <window_info anchor="bottom" id="Terminal" />
149
+      <window_info id="Capture Tool" />
150
+      <window_info id="Designer" />
151
+      <window_info active="true" content_ui="combo" id="Project" order="0" visible="true" weight="0.25" />
152
+      <window_info anchor="right" id="Database" />
153
+      <window_info id="Structure" order="1" side_tool="true" weight="0.25" />
154
+      <window_info anchor="right" id="Ant Build" order="1" weight="0.25" />
155
+      <window_info id="UI Designer" />
156
+      <window_info anchor="right" id="Theme Preview" />
157
+      <window_info anchor="bottom" id="Debug" order="3" weight="0.4" />
158
+      <window_info id="Favorites" side_tool="true" />
159
+      <window_info anchor="bottom" id="Find" order="1" />
160
+      <window_info anchor="right" id="Commander" internal_type="SLIDING" order="0" type="SLIDING" weight="0.4" />
161
+      <window_info anchor="right" content_ui="combo" id="Hierarchy" order="2" weight="0.25" />
162
+      <window_info anchor="bottom" id="Inspection" order="5" weight="0.4" />
163
+      <window_info anchor="bottom" id="Message" order="0" />
164
+      <window_info anchor="bottom" id="Cvs" order="4" weight="0.25" />
165
+    </layout>
166
+  </component>
167
+  <component name="TypeScriptGeneratedFilesManager">
168
+    <option name="version" value="1" />
169
+  </component>
170
+  <component name="VcsContentAnnotationSettings">
171
+    <option name="myLimit" value="2678400000" />
172
+  </component>
173
+</project>