Biblioteca Java - Blame information for rev 31
Subversion Repositories:
Rev | Author | Line No. | Line |
---|---|---|---|
31 | mihai | 1 | <?xml version="1.0" encoding="UTF-8"?> |
2 | <project version="4"> | ||
3 | <component name="ChangeListManager"> | ||
4 | <list default="true" id="3019f9ad-ba64-40fa-ba5e-c560dd8e34ff" name="Default" comment="" /> | ||
5 | <ignored path="TestActiveMQ2.iws" /> | ||
6 | <ignored path=".idea/workspace.xml" /> | ||
7 | <ignored path="$PROJECT_DIR$/out/" /> | ||
8 | <ignored path="$PROJECT_DIR$/target/" /> | ||
9 | <option name="EXCLUDED_CONVERTED_TO_IGNORED" value="true" /> | ||
10 | <option name="TRACKING_ENABLED" value="true" /> | ||
11 | <option name="SHOW_DIALOG" value="false" /> | ||
12 | <option name="HIGHLIGHT_CONFLICTS" value="true" /> | ||
13 | <option name="HIGHLIGHT_NON_ACTIVE_CHANGELIST" value="false" /> | ||
14 | <option name="LAST_RESOLUTION" value="IGNORE" /> | ||
15 | </component> | ||
16 | <component name="ChangesViewManager" flattened_view="true" show_ignored="false" /> | ||
17 | <component name="CreatePatchCommitExecutor"> | ||
18 | <option name="PATCH_PATH" value="" /> | ||
19 | </component> | ||
20 | <component name="ExecutionTargetManager" SELECTED_TARGET="default_target" /> | ||
21 | <component name="FavoritesManager"> | ||
22 | <favorites_list name="TestActiveMQ2" /> | ||
23 | </component> | ||
24 | <component name="FileEditorManager"> | ||
25 | <leaf> | ||
26 | <file leaf-file-name="Server.java" pinned="false" current-in-tab="true"> | ||
27 | <entry file="file://$PROJECT_DIR$/src/main/java/com/linkscreens/activemq/server/Server.java"> | ||
28 | <provider selected="true" editor-type-id="text-editor"> | ||
29 | <state vertical-scroll-proportion="1.0227642"> | ||
30 | <caret line="37" column="50" selection-start-line="37" selection-start-column="50" selection-end-line="37" selection-end-column="50" /> | ||
31 | <folding> | ||
32 | <element signature="imports" expanded="true" /> | ||
33 | <element signature="e#584#606#0" expanded="true" /> | ||
34 | </folding> | ||
35 | </state> | ||
36 | </provider> | ||
37 | </entry> | ||
38 | </file> | ||
39 | <file leaf-file-name="Client.java" pinned="false" current-in-tab="false"> | ||
40 | <entry file="file://$PROJECT_DIR$/src/main/java/com/linkscreens/activemq/client/Client.java"> | ||
41 | <provider selected="true" editor-type-id="text-editor"> | ||
42 | <state vertical-scroll-proportion="0.0"> | ||
43 | <caret line="17" column="0" selection-start-line="17" selection-start-column="0" selection-end-line="17" selection-end-column="0" /> | ||
44 | <folding> | ||
45 | <element signature="imports" expanded="true" /> | ||
46 | </folding> | ||
47 | </state> | ||
48 | </provider> | ||
49 | </entry> | ||
50 | </file> | ||
51 | <file leaf-file-name="ServerMessageHandler.java" pinned="false" current-in-tab="false"> | ||
52 | <entry file="file://$PROJECT_DIR$/src/main/java/com/linkscreens/activemq/server/ServerMessageHandler.java"> | ||
53 | <provider selected="true" editor-type-id="text-editor"> | ||
54 | <state vertical-scroll-proportion="0.0"> | ||
55 | <caret line="14" column="13" selection-start-line="14" selection-start-column="13" selection-end-line="14" selection-end-column="13" /> | ||
56 | <folding> | ||
57 | <element signature="imports" expanded="true" /> | ||
58 | </folding> | ||
59 | </state> | ||
60 | </provider> | ||
61 | </entry> | ||
62 | </file> | ||
63 | <file leaf-file-name="MessageProtocol.java" pinned="false" current-in-tab="false"> | ||
64 | <entry file="file://$PROJECT_DIR$/src/main/java/com/linkscreens/activemq/protocol/MessageProtocol.java"> | ||
65 | <provider selected="true" editor-type-id="text-editor"> | ||
66 | <state vertical-scroll-proportion="0.0"> | ||
67 | <caret line="16" column="0" selection-start-line="16" selection-start-column="0" selection-end-line="16" selection-end-column="0" /> | ||
68 | <folding> | ||
69 | <element signature="e#295#296#0" expanded="true" /> | ||
70 | <element signature="e#333#334#0" expanded="true" /> | ||
71 | </folding> | ||
72 | </state> | ||
73 | </provider> | ||
74 | </entry> | ||
75 | </file> | ||
76 | <file leaf-file-name="MessageProtocolFactory.java" pinned="false" current-in-tab="false"> | ||
77 | <entry file="file://$PROJECT_DIR$/src/main/java/com/linkscreens/activemq/protocol/MessageProtocolFactory.java"> | ||
78 | <provider selected="true" editor-type-id="text-editor"> | ||
79 | <state vertical-scroll-proportion="0.0"> | ||
80 | <caret line="18" column="1" selection-start-line="18" selection-start-column="1" selection-end-line="18" selection-end-column="1" /> | ||
81 | <folding /> | ||
82 | </state> | ||
83 | </provider> | ||
84 | </entry> | ||
85 | </file> | ||
86 | <file leaf-file-name="EchoMessageProtocol.java" pinned="false" current-in-tab="false"> | ||
87 | <entry file="file://$PROJECT_DIR$/src/main/java/com/linkscreens/activemq/protocol/EchoMessageProtocol.java"> | ||
88 | <provider selected="true" editor-type-id="text-editor"> | ||
89 | <state vertical-scroll-proportion="0.0"> | ||
90 | <caret line="8" column="4" selection-start-line="8" selection-start-column="4" selection-end-line="8" selection-end-column="4" /> | ||
91 | <folding> | ||
92 | <element signature="e#203#204#0" expanded="true" /> | ||
93 | <element signature="e#243#244#0" expanded="true" /> | ||
94 | </folding> | ||
95 | </state> | ||
96 | </provider> | ||
97 | </entry> | ||
98 | </file> | ||
99 | <file leaf-file-name="ProtocolType.java" pinned="false" current-in-tab="false"> | ||
100 | <entry file="file://$PROJECT_DIR$/src/main/java/com/linkscreens/activemq/protocol/ProtocolType.java"> | ||
101 | <provider selected="true" editor-type-id="text-editor"> | ||
102 | <state vertical-scroll-proportion="0.0"> | ||
103 | <caret line="7" column="12" selection-start-line="7" selection-start-column="12" selection-end-line="7" selection-end-column="24" /> | ||
104 | <folding> | ||
105 | <element signature="e#234#235#0" expanded="true" /> | ||
106 | <element signature="e#258#259#0" expanded="true" /> | ||
107 | <element signature="e#309#310#0" expanded="true" /> | ||
108 | <element signature="e#384#385#0" expanded="true" /> | ||
109 | <element signature="e#416#417#0" expanded="true" /> | ||
110 | <element signature="e#448#449#0" expanded="true" /> | ||
111 | </folding> | ||
112 | </state> | ||
113 | </provider> | ||
114 | </entry> | ||
115 | </file> | ||
116 | <file leaf-file-name="Server.java" pinned="false" current-in-tab="false"> | ||
117 | <entry file="file://$PROJECT_DIR$/src/main/java/test/clientserver/Server.java"> | ||
118 | <provider selected="true" editor-type-id="text-editor"> | ||
119 | <state vertical-scroll-proportion="0.0"> | ||
120 | <caret line="53" column="0" selection-start-line="53" selection-start-column="0" selection-end-line="53" selection-end-column="0" /> | ||
121 | <folding> | ||
122 | <element signature="imports" expanded="true" /> | ||
123 | </folding> | ||
124 | </state> | ||
125 | </provider> | ||
126 | </entry> | ||
127 | </file> | ||
128 | </leaf> | ||
129 | </component> | ||
130 | <component name="FileTemplateManagerImpl"> | ||
131 | <option name="RECENT_TEMPLATES"> | ||
132 | <list> | ||
133 | <option value="Enum" /> | ||
134 | <option value="Class" /> | ||
135 | </list> | ||
136 | </option> | ||
137 | </component> | ||
138 | <component name="GradleLocalSettings"> | ||
139 | <option name="externalProjectsViewState"> | ||
140 | <projects_view /> | ||
141 | </option> | ||
142 | </component> | ||
143 | <component name="IdeDocumentHistory"> | ||
144 | <option name="CHANGED_PATHS"> | ||
145 | <list> | ||
146 | <option value="$PROJECT_DIR$/pom.xml" /> | ||
147 | <option value="$PROJECT_DIR$/src/main/java/test/activemq/App.java" /> | ||
148 | <option value="$PROJECT_DIR$/src/main/java/test/clientserver/MessageProtocol.java" /> | ||
149 | <option value="$PROJECT_DIR$/src/main/java/test/clientserver/Server.java" /> | ||
150 | <option value="$PROJECT_DIR$/src/main/java/com/linkscreens/activemq/com/linkscreens/activemq/protocol/ProtocolType.java" /> | ||
151 | <option value="$PROJECT_DIR$/src/main/java/test/clientserver/Client.java" /> | ||
152 | <option value="$PROJECT_DIR$/src/main/java/com/linkscreens/activemq/com/linkscreens/activemq/protocol/MessageProtocolFactory.java" /> | ||
153 | <option value="$PROJECT_DIR$/src/main/java/com/linkscreens/activemq/com/linkscreens/activemq/protocol/EchoMessageProtocol.java" /> | ||
154 | <option value="$PROJECT_DIR$/src/main/java/com/linkscreens/activemq/com/linkscreens/activemq/protocol/DummyMessageProtocol.java" /> | ||
155 | <option value="$PROJECT_DIR$/src/main/java/com/linkscreens/activemq/com/linkscreens/activemq/protocol/MessageProtocol.java" /> | ||
156 | <option value="$PROJECT_DIR$/src/main/java/com/linkscreens/activemq/client/Client.java" /> | ||
157 | <option value="$PROJECT_DIR$/src/main/java/com/linkscreens/activemq/protocol/DummyMessageProtocol.java" /> | ||
158 | <option value="$PROJECT_DIR$/src/main/java/com/linkscreens/activemq/server/ServerMessageHandler.java" /> | ||
159 | <option value="$PROJECT_DIR$/src/main/java/com/linkscreens/activemq/server/Server.java" /> | ||
160 | </list> | ||
161 | </option> | ||
162 | </component> | ||
163 | <component name="MavenImportPreferences"> | ||
164 | <option name="generalSettings"> | ||
165 | <MavenGeneralSettings> | ||
166 | <option name="mavenHome" value="Bundled (Maven 3)" /> | ||
167 | </MavenGeneralSettings> | ||
168 | </option> | ||
169 | <option name="importingSettings"> | ||
170 | <MavenImportingSettings> | ||
171 | <option name="importAutomatically" value="true" /> | ||
172 | </MavenImportingSettings> | ||
173 | </option> | ||
174 | </component> | ||
175 | <component name="NamedScopeManager"> | ||
176 | <order /> | ||
177 | </component> | ||
178 | <component name="ProjectFrameBounds"> | ||
179 | <option name="x" value="-8" /> | ||
180 | <option name="y" value="-8" /> | ||
181 | <option name="width" value="1936" /> | ||
182 | <option name="height" value="1066" /> | ||
183 | </component> | ||
184 | <component name="ProjectLevelVcsManager" settingsEditedManually="false"> | ||
185 | <OptionsSetting value="true" id="Add" /> | ||
186 | <OptionsSetting value="true" id="Remove" /> | ||
187 | <OptionsSetting value="true" id="Checkout" /> | ||
188 | <OptionsSetting value="true" id="Update" /> | ||
189 | <OptionsSetting value="true" id="Status" /> | ||
190 | <OptionsSetting value="true" id="Edit" /> | ||
191 | <ConfirmationsSetting value="0" id="Add" /> | ||
192 | <ConfirmationsSetting value="0" id="Remove" /> | ||
193 | </component> | ||
194 | <component name="ProjectView"> | ||
195 | <navigator currentView="Scope" currentSubView="Project Files" proportions="" version="1"> | ||
196 | <flattenPackages /> | ||
197 | <showMembers /> | ||
198 | <showModules /> | ||
199 | <showLibraryContents /> | ||
200 | <hideEmptyPackages /> | ||
201 | <abbreviatePackageNames /> | ||
202 | <autoscrollToSource /> | ||
203 | <autoscrollFromSource /> | ||
204 | <sortByType /> | ||
205 | </navigator> | ||
206 | <panes> | ||
207 | <pane id="Scope"> | ||
208 | <subPane subId="Project Files"> | ||
209 | <PATH> | ||
210 | <PATH_ELEMENT USER_OBJECT="Root"> | ||
211 | <option name="myItemId" value="" /> | ||
212 | <option name="myItemType" value="" /> | ||
213 | </PATH_ELEMENT> | ||
214 | <PATH_ELEMENT USER_OBJECT="TestActiveMQ2"> | ||
215 | <option name="myItemId" value="" /> | ||
216 | <option name="myItemType" value="" /> | ||
217 | </PATH_ELEMENT> | ||
218 | </PATH> | ||
219 | <PATH> | ||
220 | <PATH_ELEMENT USER_OBJECT="Root"> | ||
221 | <option name="myItemId" value="" /> | ||
222 | <option name="myItemType" value="" /> | ||
223 | </PATH_ELEMENT> | ||
224 | <PATH_ELEMENT USER_OBJECT="TestActiveMQ2"> | ||
225 | <option name="myItemId" value="" /> | ||
226 | <option name="myItemType" value="" /> | ||
227 | </PATH_ELEMENT> | ||
228 | <PATH_ELEMENT USER_OBJECT="src"> | ||
229 | <option name="myItemId" value="" /> | ||
230 | <option name="myItemType" value="" /> | ||
231 | </PATH_ELEMENT> | ||
232 | </PATH> | ||
233 | <PATH> | ||
234 | <PATH_ELEMENT USER_OBJECT="Root"> | ||
235 | <option name="myItemId" value="" /> | ||
236 | <option name="myItemType" value="" /> | ||
237 | </PATH_ELEMENT> | ||
238 | <PATH_ELEMENT USER_OBJECT="TestActiveMQ2"> | ||
239 | <option name="myItemId" value="" /> | ||
240 | <option name="myItemType" value="" /> | ||
241 | </PATH_ELEMENT> | ||
242 | <PATH_ELEMENT USER_OBJECT="src"> | ||
243 | <option name="myItemId" value="" /> | ||
244 | <option name="myItemType" value="" /> | ||
245 | </PATH_ELEMENT> | ||
246 | <PATH_ELEMENT USER_OBJECT="main/java"> | ||
247 | <option name="myItemId" value="" /> | ||
248 | <option name="myItemType" value="" /> | ||
249 | </PATH_ELEMENT> | ||
250 | </PATH> | ||
251 | <PATH> | ||
252 | <PATH_ELEMENT USER_OBJECT="Root"> | ||
253 | <option name="myItemId" value="" /> | ||
254 | <option name="myItemType" value="" /> | ||
255 | </PATH_ELEMENT> | ||
256 | <PATH_ELEMENT USER_OBJECT="TestActiveMQ2"> | ||
257 | <option name="myItemId" value="" /> | ||
258 | <option name="myItemType" value="" /> | ||
259 | </PATH_ELEMENT> | ||
260 | <PATH_ELEMENT USER_OBJECT="src"> | ||
261 | <option name="myItemId" value="" /> | ||
262 | <option name="myItemType" value="" /> | ||
263 | </PATH_ELEMENT> | ||
264 | <PATH_ELEMENT USER_OBJECT="main/java"> | ||
265 | <option name="myItemId" value="" /> | ||
266 | <option name="myItemType" value="" /> | ||
267 | </PATH_ELEMENT> | ||
268 | <PATH_ELEMENT USER_OBJECT="com/linkscreens/activemq"> | ||
269 | <option name="myItemId" value="" /> | ||
270 | <option name="myItemType" value="" /> | ||
271 | </PATH_ELEMENT> | ||
272 | <PATH_ELEMENT USER_OBJECT="server"> | ||
273 | <option name="myItemId" value="" /> | ||
274 | <option name="myItemType" value="" /> | ||
275 | </PATH_ELEMENT> | ||
276 | </PATH> | ||
277 | <PATH> | ||
278 | <PATH_ELEMENT USER_OBJECT="Root"> | ||
279 | <option name="myItemId" value="" /> | ||
280 | <option name="myItemType" value="" /> | ||
281 | </PATH_ELEMENT> | ||
282 | <PATH_ELEMENT USER_OBJECT="TestActiveMQ2"> | ||
283 | <option name="myItemId" value="" /> | ||
284 | <option name="myItemType" value="" /> | ||
285 | </PATH_ELEMENT> | ||
286 | <PATH_ELEMENT USER_OBJECT="src"> | ||
287 | <option name="myItemId" value="" /> | ||
288 | <option name="myItemType" value="" /> | ||
289 | </PATH_ELEMENT> | ||
290 | <PATH_ELEMENT USER_OBJECT="main/java"> | ||
291 | <option name="myItemId" value="" /> | ||
292 | <option name="myItemType" value="" /> | ||
293 | </PATH_ELEMENT> | ||
294 | <PATH_ELEMENT USER_OBJECT="com/linkscreens/activemq"> | ||
295 | <option name="myItemId" value="" /> | ||
296 | <option name="myItemType" value="" /> | ||
297 | </PATH_ELEMENT> | ||
298 | <PATH_ELEMENT USER_OBJECT="protocol"> | ||
299 | <option name="myItemId" value="" /> | ||
300 | <option name="myItemType" value="" /> | ||
301 | </PATH_ELEMENT> | ||
302 | </PATH> | ||
303 | <PATH> | ||
304 | <PATH_ELEMENT USER_OBJECT="Root"> | ||
305 | <option name="myItemId" value="" /> | ||
306 | <option name="myItemType" value="" /> | ||
307 | </PATH_ELEMENT> | ||
308 | <PATH_ELEMENT USER_OBJECT="TestActiveMQ2"> | ||
309 | <option name="myItemId" value="" /> | ||
310 | <option name="myItemType" value="" /> | ||
311 | </PATH_ELEMENT> | ||
312 | <PATH_ELEMENT USER_OBJECT="src"> | ||
313 | <option name="myItemId" value="" /> | ||
314 | <option name="myItemType" value="" /> | ||
315 | </PATH_ELEMENT> | ||
316 | <PATH_ELEMENT USER_OBJECT="main/java"> | ||
317 | <option name="myItemId" value="" /> | ||
318 | <option name="myItemType" value="" /> | ||
319 | </PATH_ELEMENT> | ||
320 | <PATH_ELEMENT USER_OBJECT="com/linkscreens/activemq"> | ||
321 | <option name="myItemId" value="" /> | ||
322 | <option name="myItemType" value="" /> | ||
323 | </PATH_ELEMENT> | ||
324 | <PATH_ELEMENT USER_OBJECT="client"> | ||
325 | <option name="myItemId" value="" /> | ||
326 | <option name="myItemType" value="" /> | ||
327 | </PATH_ELEMENT> | ||
328 | </PATH> | ||
329 | </subPane> | ||
330 | </pane> | ||
331 | <pane id="Scratches" /> | ||
332 | <pane id="PackagesPane"> | ||
333 | <subPane> | ||
334 | <PATH> | ||
335 | <PATH_ELEMENT> | ||
336 | <option name="myItemId" value="TestActiveMQ2" /> | ||
337 | <option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.PackageViewProjectNode" /> | ||
338 | </PATH_ELEMENT> | ||
339 | <PATH_ELEMENT> | ||
340 | <option name="myItemId" value="TestActiveMQ2" /> | ||
341 | <option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.PackageViewModuleNode" /> | ||
342 | </PATH_ELEMENT> | ||
343 | </PATH> | ||
344 | <PATH> | ||
345 | <PATH_ELEMENT> | ||
346 | <option name="myItemId" value="TestActiveMQ2" /> | ||
347 | <option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.PackageViewProjectNode" /> | ||
348 | </PATH_ELEMENT> | ||
349 | <PATH_ELEMENT> | ||
350 | <option name="myItemId" value="TestActiveMQ2" /> | ||
351 | <option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.PackageViewModuleNode" /> | ||
352 | </PATH_ELEMENT> | ||
353 | <PATH_ELEMENT> | ||
354 | <option name="myItemId" value="test" /> | ||
355 | <option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.PackageElementNode" /> | ||
356 | </PATH_ELEMENT> | ||
357 | <PATH_ELEMENT> | ||
358 | <option name="myItemId" value="clientserver" /> | ||
359 | <option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.PackageElementNode" /> | ||
360 | </PATH_ELEMENT> | ||
361 | </PATH> | ||
362 | <PATH> | ||
363 | <PATH_ELEMENT> | ||
364 | <option name="myItemId" value="TestActiveMQ2" /> | ||
365 | <option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.PackageViewProjectNode" /> | ||
366 | </PATH_ELEMENT> | ||
367 | <PATH_ELEMENT> | ||
368 | <option name="myItemId" value="TestActiveMQ2" /> | ||
369 | <option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.PackageViewModuleNode" /> | ||
370 | </PATH_ELEMENT> | ||
371 | <PATH_ELEMENT> | ||
372 | <option name="myItemId" value="test" /> | ||
373 | <option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.PackageElementNode" /> | ||
374 | </PATH_ELEMENT> | ||
375 | <PATH_ELEMENT> | ||
376 | <option name="myItemId" value="activemq" /> | ||
377 | <option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.PackageElementNode" /> | ||
378 | </PATH_ELEMENT> | ||
379 | </PATH> | ||
380 | <PATH> | ||
381 | <PATH_ELEMENT> | ||
382 | <option name="myItemId" value="TestActiveMQ2" /> | ||
383 | <option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.PackageViewProjectNode" /> | ||
384 | </PATH_ELEMENT> | ||
385 | <PATH_ELEMENT> | ||
386 | <option name="myItemId" value="TestActiveMQ2" /> | ||
387 | <option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.PackageViewModuleNode" /> | ||
388 | </PATH_ELEMENT> | ||
389 | <PATH_ELEMENT> | ||
390 | <option name="myItemId" value="com.linkscreens.activemq" /> | ||
391 | <option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.PackageElementNode" /> | ||
392 | </PATH_ELEMENT> | ||
393 | <PATH_ELEMENT> | ||
394 | <option name="myItemId" value="server" /> | ||
395 | <option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.PackageElementNode" /> | ||
396 | </PATH_ELEMENT> | ||
397 | </PATH> | ||
398 | <PATH> | ||
399 | <PATH_ELEMENT> | ||
400 | <option name="myItemId" value="TestActiveMQ2" /> | ||
401 | <option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.PackageViewProjectNode" /> | ||
402 | </PATH_ELEMENT> | ||
403 | <PATH_ELEMENT> | ||
404 | <option name="myItemId" value="TestActiveMQ2" /> | ||
405 | <option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.PackageViewModuleNode" /> | ||
406 | </PATH_ELEMENT> | ||
407 | <PATH_ELEMENT> | ||
408 | <option name="myItemId" value="com.linkscreens.activemq" /> | ||
409 | <option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.PackageElementNode" /> | ||
410 | </PATH_ELEMENT> | ||
411 | </PATH> | ||
412 | <PATH> | ||
413 | <PATH_ELEMENT> | ||
414 | <option name="myItemId" value="TestActiveMQ2" /> | ||
415 | <option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.PackageViewProjectNode" /> | ||
416 | </PATH_ELEMENT> | ||
417 | <PATH_ELEMENT> | ||
418 | <option name="myItemId" value="TestActiveMQ2" /> | ||
419 | <option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.PackageViewModuleNode" /> | ||
420 | </PATH_ELEMENT> | ||
421 | <PATH_ELEMENT> | ||
422 | <option name="myItemId" value="com.linkscreens.activemq" /> | ||
423 | <option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.PackageElementNode" /> | ||
424 | </PATH_ELEMENT> | ||
425 | <PATH_ELEMENT> | ||
426 | <option name="myItemId" value="client" /> | ||
427 | <option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.PackageElementNode" /> | ||
428 | </PATH_ELEMENT> | ||
429 | </PATH> | ||
430 | </subPane> | ||
431 | </pane> | ||
432 | <pane id="ProjectPane"> | ||
433 | <subPane> | ||
434 | <PATH> | ||
435 | <PATH_ELEMENT> | ||
436 | <option name="myItemId" value="TestActiveMQ2" /> | ||
437 | <option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.ProjectViewProjectNode" /> | ||
438 | </PATH_ELEMENT> | ||
439 | </PATH> | ||
440 | <PATH> | ||
441 | <PATH_ELEMENT> | ||
442 | <option name="myItemId" value="TestActiveMQ2" /> | ||
443 | <option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.ProjectViewProjectNode" /> | ||
444 | </PATH_ELEMENT> | ||
445 | <PATH_ELEMENT> | ||
446 | <option name="myItemId" value="TestActiveMQ2" /> | ||
447 | <option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.PsiDirectoryNode" /> | ||
448 | </PATH_ELEMENT> | ||
449 | </PATH> | ||
450 | <PATH> | ||
451 | <PATH_ELEMENT> | ||
452 | <option name="myItemId" value="TestActiveMQ2" /> | ||
453 | <option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.ProjectViewProjectNode" /> | ||
454 | </PATH_ELEMENT> | ||
455 | <PATH_ELEMENT> | ||
456 | <option name="myItemId" value="TestActiveMQ2" /> | ||
457 | <option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.PsiDirectoryNode" /> | ||
458 | </PATH_ELEMENT> | ||
459 | <PATH_ELEMENT> | ||
460 | <option name="myItemId" value="src" /> | ||
461 | <option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.PsiDirectoryNode" /> | ||
462 | </PATH_ELEMENT> | ||
463 | </PATH> | ||
464 | <PATH> | ||
465 | <PATH_ELEMENT> | ||
466 | <option name="myItemId" value="TestActiveMQ2" /> | ||
467 | <option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.ProjectViewProjectNode" /> | ||
468 | </PATH_ELEMENT> | ||
469 | <PATH_ELEMENT> | ||
470 | <option name="myItemId" value="TestActiveMQ2" /> | ||
471 | <option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.PsiDirectoryNode" /> | ||
472 | </PATH_ELEMENT> | ||
473 | <PATH_ELEMENT> | ||
474 | <option name="myItemId" value="src" /> | ||
475 | <option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.PsiDirectoryNode" /> | ||
476 | </PATH_ELEMENT> | ||
477 | <PATH_ELEMENT> | ||
478 | <option name="myItemId" value="main" /> | ||
479 | <option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.PsiDirectoryNode" /> | ||
480 | </PATH_ELEMENT> | ||
481 | <PATH_ELEMENT> | ||
482 | <option name="myItemId" value="java" /> | ||
483 | <option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.PsiDirectoryNode" /> | ||
484 | </PATH_ELEMENT> | ||
485 | </PATH> | ||
486 | <PATH> | ||
487 | <PATH_ELEMENT> | ||
488 | <option name="myItemId" value="TestActiveMQ2" /> | ||
489 | <option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.ProjectViewProjectNode" /> | ||
490 | </PATH_ELEMENT> | ||
491 | <PATH_ELEMENT> | ||
492 | <option name="myItemId" value="TestActiveMQ2" /> | ||
493 | <option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.PsiDirectoryNode" /> | ||
494 | </PATH_ELEMENT> | ||
495 | <PATH_ELEMENT> | ||
496 | <option name="myItemId" value="src" /> | ||
497 | <option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.PsiDirectoryNode" /> | ||
498 | </PATH_ELEMENT> | ||
499 | <PATH_ELEMENT> | ||
500 | <option name="myItemId" value="main" /> | ||
501 | <option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.PsiDirectoryNode" /> | ||
502 | </PATH_ELEMENT> | ||
503 | <PATH_ELEMENT> | ||
504 | <option name="myItemId" value="java" /> | ||
505 | <option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.PsiDirectoryNode" /> | ||
506 | </PATH_ELEMENT> | ||
507 | <PATH_ELEMENT> | ||
508 | <option name="myItemId" value="activemq" /> | ||
509 | <option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.PsiDirectoryNode" /> | ||
510 | </PATH_ELEMENT> | ||
511 | </PATH> | ||
512 | <PATH> | ||
513 | <PATH_ELEMENT> | ||
514 | <option name="myItemId" value="TestActiveMQ2" /> | ||
515 | <option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.ProjectViewProjectNode" /> | ||
516 | </PATH_ELEMENT> | ||
517 | <PATH_ELEMENT> | ||
518 | <option name="myItemId" value="TestActiveMQ2" /> | ||
519 | <option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.PsiDirectoryNode" /> | ||
520 | </PATH_ELEMENT> | ||
521 | <PATH_ELEMENT> | ||
522 | <option name="myItemId" value="src" /> | ||
523 | <option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.PsiDirectoryNode" /> | ||
524 | </PATH_ELEMENT> | ||
525 | <PATH_ELEMENT> | ||
526 | <option name="myItemId" value="main" /> | ||
527 | <option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.PsiDirectoryNode" /> | ||
528 | </PATH_ELEMENT> | ||
529 | <PATH_ELEMENT> | ||
530 | <option name="myItemId" value="java" /> | ||
531 | <option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.PsiDirectoryNode" /> | ||
532 | </PATH_ELEMENT> | ||
533 | <PATH_ELEMENT> | ||
534 | <option name="myItemId" value="activemq" /> | ||
535 | <option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.PsiDirectoryNode" /> | ||
536 | </PATH_ELEMENT> | ||
537 | <PATH_ELEMENT> | ||
538 | <option name="myItemId" value="protocol" /> | ||
539 | <option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.PsiDirectoryNode" /> | ||
540 | </PATH_ELEMENT> | ||
541 | </PATH> | ||
542 | </subPane> | ||
543 | </pane> | ||
544 | </panes> | ||
545 | </component> | ||
546 | <component name="PropertiesComponent"> | ||
547 | <property name="recentsLimit" value="5" /> | ||
548 | <property name="dynamic.classpath" value="false" /> | ||
549 | <property name="last_directory_selection" value="$PROJECT_DIR$/src/main/java" /> | ||
550 | <property name="last_opened_file_path" value="D:/work/linkscreens/git05MediaSources" /> | ||
551 | <property name="OverrideImplement.combined" value="true" /> | ||
552 | <property name="OverrideImplement.overriding.sorted" value="false" /> | ||
553 | </component> | ||
554 | <component name="RunManager" selected="Application.Client"> | ||
555 | <configuration default="false" name="App" type="Application" factoryName="Application" temporary="true" nameIsGenerated="true"> | ||
556 | <extension name="coverage" enabled="false" merge="false" sample_coverage="true" runner="idea"> | ||
557 | <pattern> | ||
558 | <option name="PATTERN" value="test.activemq.*" /> | ||
559 | <option name="ENABLED" value="true" /> | ||
560 | </pattern> | ||
561 | </extension> | ||
562 | <option name="MAIN_CLASS_NAME" value="test.activemq.App" /> | ||
563 | <option name="VM_PARAMETERS" /> | ||
564 | <option name="PROGRAM_PARAMETERS" /> | ||
565 | <option name="WORKING_DIRECTORY" value="$PROJECT_DIR$" /> | ||
566 | <option name="ALTERNATIVE_JRE_PATH_ENABLED" value="false" /> | ||
567 | <option name="ALTERNATIVE_JRE_PATH" /> | ||
568 | <option name="ENABLE_SWING_INSPECTOR" value="false" /> | ||
569 | <option name="ENV_VARIABLES" /> | ||
570 | <option name="PASS_PARENT_ENVS" value="true" /> | ||
571 | <module name="TestActiveMQ2" /> | ||
572 | <envs /> | ||
573 | <method /> | ||
574 | </configuration> | ||
575 | <configuration default="false" name="Server" type="Application" factoryName="Application" temporary="true" nameIsGenerated="true"> | ||
576 | <extension name="coverage" enabled="false" merge="false" sample_coverage="true" runner="idea"> | ||
577 | <pattern> | ||
578 | <option name="PATTERN" value="test.clientserver.*" /> | ||
579 | <option name="ENABLED" value="true" /> | ||
580 | </pattern> | ||
581 | </extension> | ||
582 | <option name="MAIN_CLASS_NAME" value="test.clientserver.Server" /> | ||
583 | <option name="VM_PARAMETERS" /> | ||
584 | <option name="PROGRAM_PARAMETERS" /> | ||
585 | <option name="WORKING_DIRECTORY" value="$PROJECT_DIR$" /> | ||
586 | <option name="ALTERNATIVE_JRE_PATH_ENABLED" value="false" /> | ||
587 | <option name="ALTERNATIVE_JRE_PATH" /> | ||
588 | <option name="ENABLE_SWING_INSPECTOR" value="false" /> | ||
589 | <option name="ENV_VARIABLES" /> | ||
590 | <option name="PASS_PARENT_ENVS" value="true" /> | ||
591 | <module name="TestActiveMQ2" /> | ||
592 | <envs /> | ||
593 | <method /> | ||
594 | </configuration> | ||
595 | <configuration default="false" name="Client" type="Application" factoryName="Application" temporary="true" nameIsGenerated="true"> | ||
596 | <extension name="coverage" enabled="false" merge="false" sample_coverage="true" runner="idea"> | ||
597 | <pattern> | ||
598 | <option name="PATTERN" value="test.clientserver.*" /> | ||
599 | <option name="ENABLED" value="true" /> | ||
600 | </pattern> | ||
601 | </extension> | ||
602 | <option name="MAIN_CLASS_NAME" value="test.clientserver.Client" /> | ||
603 | <option name="VM_PARAMETERS" /> | ||
604 | <option name="PROGRAM_PARAMETERS" /> | ||
605 | <option name="WORKING_DIRECTORY" value="$PROJECT_DIR$" /> | ||
606 | <option name="ALTERNATIVE_JRE_PATH_ENABLED" value="false" /> | ||
607 | <option name="ALTERNATIVE_JRE_PATH" /> | ||
608 | <option name="ENABLE_SWING_INSPECTOR" value="false" /> | ||
609 | <option name="ENV_VARIABLES" /> | ||
610 | <option name="PASS_PARENT_ENVS" value="true" /> | ||
611 | <module name="TestActiveMQ2" /> | ||
612 | <envs /> | ||
613 | <method /> | ||
614 | </configuration> | ||
615 | <configuration default="false" name="Server (1)" type="Application" factoryName="Application" temporary="true" nameIsGenerated="true"> | ||
616 | <extension name="coverage" enabled="false" merge="false" sample_coverage="true" runner="idea"> | ||
617 | <pattern> | ||
618 | <option name="PATTERN" value="com.linkscreens.activemq.server.*" /> | ||
619 | <option name="ENABLED" value="true" /> | ||
620 | </pattern> | ||
621 | </extension> | ||
622 | <option name="MAIN_CLASS_NAME" value="com.linkscreens.activemq.server.Server" /> | ||
623 | <option name="VM_PARAMETERS" /> | ||
624 | <option name="PROGRAM_PARAMETERS" /> | ||
625 | <option name="WORKING_DIRECTORY" value="$PROJECT_DIR$" /> | ||
626 | <option name="ALTERNATIVE_JRE_PATH_ENABLED" value="false" /> | ||
627 | <option name="ALTERNATIVE_JRE_PATH" /> | ||
628 | <option name="ENABLE_SWING_INSPECTOR" value="false" /> | ||
629 | <option name="ENV_VARIABLES" /> | ||
630 | <option name="PASS_PARENT_ENVS" value="true" /> | ||
631 | <module name="TestActiveMQ2" /> | ||
632 | <envs /> | ||
633 | <method /> | ||
634 | </configuration> | ||
635 | <configuration default="true" type="#org.jetbrains.idea.devkit.run.PluginConfigurationType" factoryName="Plugin"> | ||
636 | <module name="" /> | ||
637 | <option name="VM_PARAMETERS" value="-Xmx512m -Xms256m -XX:MaxPermSize=250m -ea" /> | ||
638 | <option name="PROGRAM_PARAMETERS" /> | ||
639 | <method /> | ||
640 | </configuration> | ||
641 | <configuration default="true" type="AndroidRunConfigurationType" factoryName="Android Application"> | ||
642 | <module name="" /> | ||
643 | <option name="ACTIVITY_CLASS" value="" /> | ||
644 | <option name="MODE" value="default_activity" /> | ||
645 | <option name="DEPLOY" value="true" /> | ||
646 | <option name="ARTIFACT_NAME" value="" /> | ||
647 | <option name="TARGET_SELECTION_MODE" value="EMULATOR" /> | ||
648 | <option name="USE_LAST_SELECTED_DEVICE" value="false" /> | ||
649 | <option name="PREFERRED_AVD" value="" /> | ||
650 | <option name="USE_COMMAND_LINE" value="true" /> | ||
651 | <option name="COMMAND_LINE" value="" /> | ||
652 | <option name="WIPE_USER_DATA" value="false" /> | ||
653 | <option name="DISABLE_BOOT_ANIMATION" value="false" /> | ||
654 | <option name="NETWORK_SPEED" value="full" /> | ||
655 | <option name="NETWORK_LATENCY" value="none" /> | ||
656 | <option name="CLEAR_LOGCAT" value="false" /> | ||
657 | <option name="SHOW_LOGCAT_AUTOMATICALLY" value="true" /> | ||
658 | <option name="FILTER_LOGCAT_AUTOMATICALLY" value="true" /> | ||
659 | <method /> | ||
660 | </configuration> | ||
661 | <configuration default="true" type="AndroidTestRunConfigurationType" factoryName="Android Tests"> | ||
662 | <module name="" /> | ||
663 | <option name="TESTING_TYPE" value="0" /> | ||
664 | <option name="INSTRUMENTATION_RUNNER_CLASS" value="" /> | ||
665 | <option name="METHOD_NAME" value="" /> | ||
666 | <option name="CLASS_NAME" value="" /> | ||
667 | <option name="PACKAGE_NAME" value="" /> | ||
668 | <option name="TARGET_SELECTION_MODE" value="EMULATOR" /> | ||
669 | <option name="USE_LAST_SELECTED_DEVICE" value="false" /> | ||
670 | <option name="PREFERRED_AVD" value="" /> | ||
671 | <option name="USE_COMMAND_LINE" value="true" /> | ||
672 | <option name="COMMAND_LINE" value="" /> | ||
673 | <option name="WIPE_USER_DATA" value="false" /> | ||
674 | <option name="DISABLE_BOOT_ANIMATION" value="false" /> | ||
675 | <option name="NETWORK_SPEED" value="full" /> | ||
676 | <option name="NETWORK_LATENCY" value="none" /> | ||
677 | <option name="CLEAR_LOGCAT" value="false" /> | ||
678 | <option name="SHOW_LOGCAT_AUTOMATICALLY" value="true" /> | ||
679 | <option name="FILTER_LOGCAT_AUTOMATICALLY" value="true" /> | ||
680 | <method /> | ||
681 | </configuration> | ||
682 | <configuration default="true" type="Applet" factoryName="Applet"> | ||
683 | <option name="WIDTH" value="400" /> | ||
684 | <option name="HEIGHT" value="300" /> | ||
685 | <option name="POLICY_FILE" value="$APPLICATION_HOME_DIR$/bin/appletviewer.policy" /> | ||
686 | <module /> | ||
687 | <method /> | ||
688 | </configuration> | ||
689 | <configuration default="true" type="Application" factoryName="Application"> | ||
690 | <extension name="coverage" enabled="false" merge="false" sample_coverage="true" runner="idea" /> | ||
691 | <option name="MAIN_CLASS_NAME" /> | ||
692 | <option name="VM_PARAMETERS" /> | ||
693 | <option name="PROGRAM_PARAMETERS" /> | ||
694 | <option name="WORKING_DIRECTORY" value="$PROJECT_DIR$" /> | ||
695 | <option name="ALTERNATIVE_JRE_PATH_ENABLED" value="false" /> | ||
696 | <option name="ALTERNATIVE_JRE_PATH" /> | ||
697 | <option name="ENABLE_SWING_INSPECTOR" value="false" /> | ||
698 | <option name="ENV_VARIABLES" /> | ||
699 | <option name="PASS_PARENT_ENVS" value="true" /> | ||
700 | <module name="" /> | ||
701 | <envs /> | ||
702 | <method /> | ||
703 | </configuration> | ||
704 | <configuration default="true" type="GradleRunConfiguration" factoryName="Gradle"> | ||
705 | <ExternalSystemSettings> | ||
706 | <option name="executionName" /> | ||
707 | <option name="externalProjectPath" /> | ||
708 | <option name="externalSystemIdString" value="GRADLE" /> | ||
709 | <option name="scriptParameters" /> | ||
710 | <option name="taskDescriptions"> | ||
711 | <list /> | ||
712 | </option> | ||
713 | <option name="taskNames"> | ||
714 | <list /> | ||
715 | </option> | ||
716 | <option name="vmOptions" /> | ||
717 | </ExternalSystemSettings> | ||
718 | <method /> | ||
719 | </configuration> | ||
720 | <configuration default="true" type="JUnit" factoryName="JUnit"> | ||
721 | <extension name="coverage" enabled="false" merge="false" sample_coverage="true" runner="idea" /> | ||
722 | <module name="" /> | ||
723 | <option name="ALTERNATIVE_JRE_PATH_ENABLED" value="false" /> | ||
724 | <option name="ALTERNATIVE_JRE_PATH" /> | ||
725 | <option name="PACKAGE_NAME" /> | ||
726 | <option name="MAIN_CLASS_NAME" /> | ||
727 | <option name="METHOD_NAME" /> | ||
728 | <option name="TEST_OBJECT" value="class" /> | ||
729 | <option name="VM_PARAMETERS" value="-ea" /> | ||
730 | <option name="PARAMETERS" /> | ||
731 | <option name="WORKING_DIRECTORY" value="$MODULE_DIR$" /> | ||
732 | <option name="ENV_VARIABLES" /> | ||
733 | <option name="PASS_PARENT_ENVS" value="true" /> | ||
734 | <option name="TEST_SEARCH_SCOPE"> | ||
735 | <value defaultName="singleModule" /> | ||
736 | </option> | ||
737 | <envs /> | ||
738 | <patterns /> | ||
739 | <method /> | ||
740 | </configuration> | ||
741 | <configuration default="true" type="JarApplication" factoryName="JAR Application"> | ||
742 | <extension name="coverage" enabled="false" merge="false" sample_coverage="true" runner="idea" /> | ||
743 | <envs /> | ||
744 | <method /> | ||
745 | </configuration> | ||
746 | <configuration default="true" type="Remote" factoryName="Remote"> | ||
747 | <option name="USE_SOCKET_TRANSPORT" value="true" /> | ||
748 | <option name="SERVER_MODE" value="false" /> | ||
749 | <option name="SHMEM_ADDRESS" value="javadebug" /> | ||
750 | <option name="HOST" value="localhost" /> | ||
751 | <option name="PORT" value="5005" /> | ||
752 | <method /> | ||
753 | </configuration> | ||
754 | <configuration default="true" type="ScalaTestRunConfiguration" factoryName="ScalaTest"> | ||
755 | <extension name="coverage" enabled="false" merge="false" sample_coverage="true" runner="idea" /> | ||
756 | <extension name="scalaCoverage" /> | ||
757 | <module name="" /> | ||
758 | <setting name="path" value="" /> | ||
759 | <setting name="package" value="" /> | ||
760 | <setting name="vmparams" value="" /> | ||
761 | <setting name="params" value="" /> | ||
762 | <setting name="workingDirectory" value="" /> | ||
763 | <setting name="searchForTest" value="Across module dependencies" /> | ||
764 | <setting name="testName" value="" /> | ||
765 | <setting name="testKind" value="Class" /> | ||
766 | <setting name="showProgressMessages" value="true" /> | ||
767 | <envs /> | ||
768 | <method /> | ||
769 | </configuration> | ||
770 | <configuration default="true" type="Specs2RunConfiguration" factoryName="Specs2"> | ||
771 | <extension name="coverage" enabled="false" merge="false" sample_coverage="true" runner="idea" /> | ||
772 | <extension name="scalaCoverage" /> | ||
773 | <module name="" /> | ||
774 | <setting name="path" value="" /> | ||
775 | <setting name="package" value="" /> | ||
776 | <setting name="vmparams" value="" /> | ||
777 | <setting name="params" value="" /> | ||
778 | <setting name="workingDirectory" value="" /> | ||
779 | <setting name="searchForTest" value="Across module dependencies" /> | ||
780 | <setting name="testName" value="" /> | ||
781 | <setting name="testKind" value="Class" /> | ||
782 | <setting name="showProgressMessages" value="true" /> | ||
783 | <envs /> | ||
784 | <method /> | ||
785 | </configuration> | ||
786 | <configuration default="true" type="TestNG" factoryName="TestNG"> | ||
787 | <extension name="coverage" enabled="false" merge="false" sample_coverage="true" runner="idea" /> | ||
788 | <module name="" /> | ||
789 | <option name="ALTERNATIVE_JRE_PATH_ENABLED" value="false" /> | ||
790 | <option name="ALTERNATIVE_JRE_PATH" /> | ||
791 | <option name="SUITE_NAME" /> | ||
792 | <option name="PACKAGE_NAME" /> | ||
793 | <option name="MAIN_CLASS_NAME" /> | ||
794 | <option name="METHOD_NAME" /> | ||
795 | <option name="GROUP_NAME" /> | ||
796 | <option name="TEST_OBJECT" value="CLASS" /> | ||
797 | <option name="VM_PARAMETERS" value="-ea" /> | ||
798 | <option name="PARAMETERS" /> | ||
799 | <option name="WORKING_DIRECTORY" value="$PROJECT_DIR$" /> | ||
800 | <option name="OUTPUT_DIRECTORY" /> | ||
801 | <option name="ANNOTATION_TYPE" /> | ||
802 | <option name="ENV_VARIABLES" /> | ||
803 | <option name="PASS_PARENT_ENVS" value="true" /> | ||
804 | <option name="TEST_SEARCH_SCOPE"> | ||
805 | <value defaultName="singleModule" /> | ||
806 | </option> | ||
807 | <option name="USE_DEFAULT_REPORTERS" value="false" /> | ||
808 | <option name="PROPERTIES_FILE" /> | ||
809 | <envs /> | ||
810 | <properties /> | ||
811 | <listeners /> | ||
812 | <method /> | ||
813 | </configuration> | ||
814 | <configuration default="true" type="uTestRunConfiguration" factoryName="utest"> | ||
815 | <extension name="coverage" enabled="false" merge="false" sample_coverage="true" runner="idea" /> | ||
816 | <extension name="scalaCoverage" /> | ||
817 | <module name="" /> | ||
818 | <setting name="path" value="" /> | ||
819 | <setting name="package" value="" /> | ||
820 | <setting name="vmparams" value="" /> | ||
821 | <setting name="params" value="" /> | ||
822 | <setting name="workingDirectory" value="" /> | ||
823 | <setting name="searchForTest" value="Across module dependencies" /> | ||
824 | <setting name="testName" value="" /> | ||
825 | <setting name="testKind" value="Class" /> | ||
826 | <setting name="showProgressMessages" value="true" /> | ||
827 | <envs /> | ||
828 | <method /> | ||
829 | </configuration> | ||
830 | <list size="4"> | ||
831 | <item index="0" class="java.lang.String" itemvalue="Application.App" /> | ||
832 | <item index="1" class="java.lang.String" itemvalue="Application.Server" /> | ||
833 | <item index="2" class="java.lang.String" itemvalue="Application.Client" /> | ||
834 | <item index="3" class="java.lang.String" itemvalue="Application.Server (1)" /> | ||
835 | </list> | ||
836 | <recent_temporary> | ||
837 | <list size="4"> | ||
838 | <item index="0" class="java.lang.String" itemvalue="Application.Server (1)" /> | ||
839 | <item index="1" class="java.lang.String" itemvalue="Application.Client" /> | ||
840 | <item index="2" class="java.lang.String" itemvalue="Application.Server" /> | ||
841 | <item index="3" class="java.lang.String" itemvalue="Application.App" /> | ||
842 | </list> | ||
843 | </recent_temporary> | ||
844 | </component> | ||
845 | <component name="SbtLocalSettings"> | ||
846 | <option name="externalProjectsViewState"> | ||
847 | <projects_view /> | ||
848 | </option> | ||
849 | </component> | ||
850 | <component name="ShelveChangesManager" show_recycled="false" /> | ||
851 | <component name="SvnConfiguration"> | ||
852 | <configuration /> | ||
853 | </component> | ||
854 | <component name="TaskManager"> | ||
855 | <task active="true" id="Default" summary="Default task"> | ||
856 | <changelist id="3019f9ad-ba64-40fa-ba5e-c560dd8e34ff" name="Default" comment="" /> | ||
857 | <created>1438083180165</created> | ||
858 | <option name="number" value="Default" /> | ||
859 | <updated>1438083180165</updated> | ||
860 | </task> | ||
861 | <servers /> | ||
862 | </component> | ||
863 | <component name="ToolWindowManager"> | ||
864 | <frame x="-8" y="-8" width="1936" height="1066" extended-state="6" /> | ||
865 | <editor active="true" /> | ||
866 | <layout> | ||
867 | <window_info id="Palette" active="false" anchor="right" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" weight="0.33" sideWeight="0.5" order="-1" side_tool="false" content_ui="tabs" /> | ||
868 | <window_info id="TODO" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" weight="0.33" sideWeight="0.5" order="6" side_tool="false" content_ui="tabs" /> | ||
869 | <window_info id="Messages" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="true" weight="0.32881" sideWeight="0.5" order="-1" side_tool="false" content_ui="tabs" /> | ||
870 | <window_info id="Palette	" active="false" anchor="left" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" weight="0.33" sideWeight="0.5" order="-1" side_tool="false" content_ui="tabs" /> | ||
871 | <window_info id="Event Log" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" weight="0.33" sideWeight="0.5" order="-1" side_tool="true" content_ui="tabs" /> | ||
872 | <window_info id="Application Servers" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" weight="0.33" sideWeight="0.5" order="-1" side_tool="false" content_ui="tabs" /> | ||
873 | <window_info id="Maven Projects" active="false" anchor="right" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" weight="0.33" sideWeight="0.5" order="-1" side_tool="false" content_ui="tabs" /> | ||
874 | <window_info id="Version Control" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" weight="0.33" sideWeight="0.5" order="-1" side_tool="false" content_ui="tabs" /> | ||
875 | <window_info id="Run" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" weight="0.3507307" sideWeight="0.5" order="2" side_tool="false" content_ui="tabs" /> | ||
876 | <window_info id="Terminal" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" weight="0.33" sideWeight="0.5" order="-1" side_tool="false" content_ui="tabs" /> | ||
877 | <window_info id="Designer" active="false" anchor="right" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" weight="0.33" sideWeight="0.5" order="-1" side_tool="false" content_ui="tabs" /> | ||
878 | <window_info id="Project" active="false" anchor="left" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="true" weight="0.19270833" sideWeight="0.5" order="0" side_tool="false" content_ui="combo" /> | ||
879 | <window_info id="Find" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" weight="0.38726515" sideWeight="0.5" order="1" side_tool="false" content_ui="tabs" /> | ||
880 | <window_info id="Structure" active="false" anchor="left" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" weight="0.25" sideWeight="0.5" order="1" side_tool="false" content_ui="tabs" /> | ||
881 | <window_info id="Ant Build" active="false" anchor="right" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" weight="0.25" sideWeight="0.5" order="1" side_tool="false" content_ui="tabs" /> | ||
882 | <window_info id="UI Designer" active="false" anchor="left" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" weight="0.33" sideWeight="0.5" order="-1" side_tool="false" content_ui="tabs" /> | ||
883 | <window_info id="Favorites" active="false" anchor="left" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" weight="0.33" sideWeight="0.5" order="-1" side_tool="true" content_ui="tabs" /> | ||
884 | <window_info id="Debug" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" weight="0.4" sideWeight="0.5" order="3" side_tool="false" content_ui="tabs" /> | ||
885 | <window_info id="Cvs" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" weight="0.25" sideWeight="0.5" order="4" side_tool="false" content_ui="tabs" /> | ||
886 | <window_info id="Hierarchy" active="false" anchor="right" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" weight="0.25" sideWeight="0.5" order="2" side_tool="false" content_ui="combo" /> | ||
887 | <window_info id="Message" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" weight="0.33" sideWeight="0.5" order="0" side_tool="false" content_ui="tabs" /> | ||
888 | <window_info id="Commander" active="false" anchor="right" auto_hide="false" internal_type="SLIDING" type="SLIDING" visible="false" weight="0.4" sideWeight="0.5" order="0" side_tool="false" content_ui="tabs" /> | ||
889 | <window_info id="Inspection" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" weight="0.4" sideWeight="0.5" order="5" side_tool="false" content_ui="tabs" /> | ||
890 | </layout> | ||
891 | </component> | ||
892 | <component name="Vcs.Log.UiProperties"> | ||
893 | <option name="RECENTLY_FILTERED_USER_GROUPS"> | ||
894 | <collection /> | ||
895 | </option> | ||
896 | <option name="RECENTLY_FILTERED_BRANCH_GROUPS"> | ||
897 | <collection /> | ||
898 | </option> | ||
899 | </component> | ||
900 | <component name="VcsContentAnnotationSettings"> | ||
901 | <option name="myLimit" value="2678400000" /> | ||
902 | </component> | ||
903 | <component name="XDebuggerManager"> | ||
904 | <breakpoint-manager /> | ||
905 | <watches-manager /> | ||
906 | </component> | ||
907 | <component name="antWorkspaceConfiguration"> | ||
908 | <option name="IS_AUTOSCROLL_TO_SOURCE" value="false" /> | ||
909 | <option name="FILTER_TARGETS" value="false" /> | ||
910 | </component> | ||
911 | <component name="editorHistoryManager"> | ||
912 | <entry file="file://$PROJECT_DIR$/pom.xml"> | ||
913 | <provider selected="true" editor-type-id="text-editor"> | ||
914 | <state vertical-scroll-proportion="-11.925926"> | ||
915 | <caret line="23" column="16" selection-start-line="23" selection-start-column="16" selection-end-line="23" selection-end-column="16" /> | ||
916 | <folding /> | ||
917 | </state> | ||
918 | </provider> | ||
919 | </entry> | ||
920 | <entry file="file://$PROJECT_DIR$/src/main/java/test/activemq/App.java"> | ||
921 | <provider selected="true" editor-type-id="text-editor"> | ||
922 | <state vertical-scroll-proportion="-5.275862"> | ||
923 | <caret line="76" column="74" selection-start-line="76" selection-start-column="74" selection-end-line="76" selection-end-column="74" /> | ||
924 | <folding> | ||
925 | <element signature="imports" expanded="false" /> | ||
926 | </folding> | ||
927 | </state> | ||
928 | </provider> | ||
929 | </entry> | ||
930 | <entry file="file://$PROJECT_DIR$/src/test/java/test/activemq/AppTest.java"> | ||
931 | <provider selected="true" editor-type-id="text-editor"> | ||
932 | <state vertical-scroll-proportion="0.20877193"> | ||
933 | <caret line="9" column="13" selection-start-line="9" selection-start-column="13" selection-end-line="9" selection-end-column="13" /> | ||
934 | <folding /> | ||
935 | </state> | ||
936 | </provider> | ||
937 | </entry> | ||
938 | <entry file="file://$PROJECT_DIR$/src/main/java/test/clientserver/MessageProtocol.java"> | ||
939 | <provider selected="true" editor-type-id="text-editor"> | ||
940 | <state vertical-scroll-proportion="0.0"> | ||
941 | <caret line="14" column="28" selection-start-line="5" selection-start-column="8" selection-end-line="14" selection-end-column="28" /> | ||
942 | <folding /> | ||
943 | </state> | ||
944 | </provider> | ||
945 | </entry> | ||
946 | <entry file="jar://$MAVEN_REPOSITORY$/org/apache/activemq/activemq-all/5.11.1/activemq-all-5.11.1.jar!/javax/jms/Session.class"> | ||
947 | <provider selected="true" editor-type-id="text-editor"> | ||
948 | <state vertical-scroll-proportion="0.35714287"> | ||
949 | <caret line="68" column="20" selection-start-line="68" selection-start-column="20" selection-end-line="68" selection-end-column="20" /> | ||
950 | <folding /> | ||
951 | </state> | ||
952 | </provider> | ||
953 | </entry> | ||
954 | <entry file="jar://$MAVEN_REPOSITORY$/org/apache/activemq/activemq-all/5.11.1/activemq-all-5.11.1.jar!/javax/jms/MessageConsumer.class"> | ||
955 | <provider selected="true" editor-type-id="text-editor"> | ||
956 | <state vertical-scroll-proportion="0.329806"> | ||
957 | <caret line="16" column="9" selection-start-line="16" selection-start-column="9" selection-end-line="16" selection-end-column="9" /> | ||
958 | <folding /> | ||
959 | </state> | ||
960 | </provider> | ||
961 | </entry> | ||
962 | <entry file="file://$PROJECT_DIR$/src/main/java/com/linkscreens/activemq/protocol/ProtocolType.java"> | ||
963 | <provider selected="true" editor-type-id="text-editor"> | ||
964 | <state vertical-scroll-proportion="0.0"> | ||
965 | <caret line="7" column="12" selection-start-line="7" selection-start-column="12" selection-end-line="7" selection-end-column="24" /> | ||
966 | <folding> | ||
967 | <element signature="e#234#235#0" expanded="true" /> | ||
968 | <element signature="e#258#259#0" expanded="true" /> | ||
969 | <element signature="e#309#310#0" expanded="true" /> | ||
970 | <element signature="e#384#385#0" expanded="true" /> | ||
971 | <element signature="e#416#417#0" expanded="true" /> | ||
972 | <element signature="e#448#449#0" expanded="true" /> | ||
973 | </folding> | ||
974 | </state> | ||
975 | </provider> | ||
976 | </entry> | ||
977 | <entry file="file://$PROJECT_DIR$/src/main/java/test/clientserver/Server.java"> | ||
978 | <provider selected="true" editor-type-id="text-editor"> | ||
979 | <state vertical-scroll-proportion="0.0"> | ||
980 | <caret line="53" column="0" selection-start-line="53" selection-start-column="0" selection-end-line="53" selection-end-column="0" /> | ||
981 | <folding> | ||
982 | <element signature="imports" expanded="true" /> | ||
983 | </folding> | ||
984 | </state> | ||
985 | </provider> | ||
986 | </entry> | ||
987 | <entry file="file://$PROJECT_DIR$/src/main/java/com/linkscreens/activemq/protocol/MessageProtocolFactory.java"> | ||
988 | <provider selected="true" editor-type-id="text-editor"> | ||
989 | <state vertical-scroll-proportion="0.0"> | ||
990 | <caret line="18" column="1" selection-start-line="18" selection-start-column="1" selection-end-line="18" selection-end-column="1" /> | ||
991 | <folding /> | ||
992 | </state> | ||
993 | </provider> | ||
994 | </entry> | ||
995 | <entry file="file://$PROJECT_DIR$/src/main/java/com/linkscreens/activemq/protocol/MessageProtocol.java"> | ||
996 | <provider selected="true" editor-type-id="text-editor"> | ||
997 | <state vertical-scroll-proportion="0.0"> | ||
998 | <caret line="16" column="0" selection-start-line="16" selection-start-column="0" selection-end-line="16" selection-end-column="0" /> | ||
999 | <folding> | ||
1000 | <element signature="e#295#296#0" expanded="true" /> | ||
1001 | <element signature="e#333#334#0" expanded="true" /> | ||
1002 | </folding> | ||
1003 | </state> | ||
1004 | </provider> | ||
1005 | </entry> | ||
1006 | <entry file="file://$PROJECT_DIR$/src/main/java/com/linkscreens/activemq/protocol/EchoMessageProtocol.java"> | ||
1007 | <provider selected="true" editor-type-id="text-editor"> | ||
1008 | <state vertical-scroll-proportion="0.0"> | ||
1009 | <caret line="8" column="4" selection-start-line="8" selection-start-column="4" selection-end-line="8" selection-end-column="4" /> | ||
1010 | <folding> | ||
1011 | <element signature="e#203#204#0" expanded="true" /> | ||
1012 | <element signature="e#243#244#0" expanded="true" /> | ||
1013 | </folding> | ||
1014 | </state> | ||
1015 | </provider> | ||
1016 | </entry> | ||
1017 | <entry file="file://$PROJECT_DIR$/src/main/java/test/clientserver/Client.java"> | ||
1018 | <provider selected="true" editor-type-id="text-editor"> | ||
1019 | <state vertical-scroll-proportion="0.6633663"> | ||
1020 | <caret line="120" column="1" selection-start-line="2" selection-start-column="0" selection-end-line="120" selection-end-column="1" /> | ||
1021 | <folding> | ||
1022 | <element signature="imports" expanded="false" /> | ||
1023 | </folding> | ||
1024 | </state> | ||
1025 | </provider> | ||
1026 | </entry> | ||
1027 | <entry file="file://$PROJECT_DIR$/src/main/java/com/linkscreens/activemq/protocol/DummyMessageProtocol.java"> | ||
1028 | <provider selected="true" editor-type-id="text-editor"> | ||
1029 | <state vertical-scroll-proportion="0.15841584"> | ||
1030 | <caret line="10" column="5" selection-start-line="10" selection-start-column="5" selection-end-line="10" selection-end-column="5" /> | ||
1031 | <folding> | ||
1032 | <element signature="e#195#196#0" expanded="true" /> | ||
1033 | <element signature="e#236#237#0" expanded="true" /> | ||
1034 | </folding> | ||
1035 | </state> | ||
1036 | </provider> | ||
1037 | </entry> | ||
1038 | <entry file="file://$PROJECT_DIR$/src/main/java/com/linkscreens/activemq/client/Client.java"> | ||
1039 | <provider selected="true" editor-type-id="text-editor"> | ||
1040 | <state vertical-scroll-proportion="0.0"> | ||
1041 | <caret line="17" column="0" selection-start-line="17" selection-start-column="0" selection-end-line="17" selection-end-column="0" /> | ||
1042 | <folding> | ||
1043 | <element signature="imports" expanded="true" /> | ||
1044 | </folding> | ||
1045 | </state> | ||
1046 | </provider> | ||
1047 | </entry> | ||
1048 | <entry file="file://$PROJECT_DIR$/src/main/java/com/linkscreens/activemq/server/ServerMessageHandler.java"> | ||
1049 | <provider selected="true" editor-type-id="text-editor"> | ||
1050 | <state vertical-scroll-proportion="0.0"> | ||
1051 | <caret line="14" column="13" selection-start-line="14" selection-start-column="13" selection-end-line="14" selection-end-column="13" /> | ||
1052 | <folding> | ||
1053 | <element signature="imports" expanded="true" /> | ||
1054 | </folding> | ||
1055 | </state> | ||
1056 | </provider> | ||
1057 | </entry> | ||
1058 | <entry file="file://$PROJECT_DIR$/src/main/java/com/linkscreens/activemq/server/Server.java"> | ||
1059 | <provider selected="true" editor-type-id="text-editor"> | ||
1060 | <state vertical-scroll-proportion="1.0227642"> | ||
1061 | <caret line="37" column="50" selection-start-line="37" selection-start-column="50" selection-end-line="37" selection-end-column="50" /> | ||
1062 | <folding> | ||
1063 | <element signature="imports" expanded="true" /> | ||
1064 | <element signature="e#584#606#0" expanded="true" /> | ||
1065 | </folding> | ||
1066 | </state> | ||
1067 | </provider> | ||
1068 | </entry> | ||
1069 | </component> | ||
1070 | </project> |