Uh oh!
There was an error while loading. Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork 47
Expand file tree
/
Copy pathRallyRestToolkitForJava.ipr
More file actions
Latest commit
793 lines (793 loc) · 40.5 KB
/
Copy pathRallyRestToolkitForJava.ipr
File metadata and controls
793 lines (793 loc) · 40.5 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
<?xml version="1.0" encoding="UTF-8"?>
<projectversion="4">
<componentname="ArtifactManager">
<artifacttype="jar"build-on-make="true"name="rally-rest-api-2.2.1">
<output-path>$PROJECT_DIR$/out/artifacts/rally_rest_api_2_2.1</output-path>
<rootid="archive"name="rally-rest-api-2.2.1.1jar">
<elementid="directory"name="META-INF">
<elementid="file-copy"path="$PROJECT_DIR$/src/main/java/META-INF/MANIFEST.MF" />
</element>
<elementid="module-output"name="RallyRestToolkitForJava" />
</root>
</artifact>
</component>
<componentname="CompilerConfiguration">
<wildcardResourcePatterns>
<entryname="!?*.java" />
<entryname="!?*.form" />
<entryname="!?*.class" />
<entryname="!?*.groovy" />
<entryname="!?*.scala" />
<entryname="!?*.flex" />
<entryname="!?*.kt" />
<entryname="!?*.clj" />
</wildcardResourcePatterns>
<annotationProcessing>
<profilename="Maven default annotation processors profile"enabled="true">
<sourceOutputDirname="target/generated-sources/annotations" />
<sourceTestOutputDirname="target/generated-test-sources/test-annotations" />
<outputRelativeToContentRootvalue="true" />
<modulename="RallyRestToolkitForJava" />
</profile>
</annotationProcessing>
<bytecodeTargetLevel>
<modulename="RallyRestToolkitForJava"target="8" />
</bytecodeTargetLevel>
</component>
<componentname="CopyrightManager"default="" />
<componentname="DBNavigator.Project.DataEditorManager">
<record-view-column-sorting-typevalue="BY_INDEX" />
<value-preview-text-wrappingvalue="false" />
<value-preview-pinnedvalue="false" />
</component>
<componentname="DBNavigator.Project.DatabaseEditorStateManager">
<last-used-providers />
</component>
<componentname="DBNavigator.Project.DatabaseFileManager">
<open-files />
</component>
<componentname="DBNavigator.Project.ExecutionManager">
<retain-sticky-namesvalue="false" />
</component>
<componentname="DBNavigator.Project.Settings">
<connections />
<browser-settings>
<general>
<display-modevalue="TABBED" />
<navigation-history-sizevalue="100" />
<show-object-detailsvalue="false" />
</general>
<filters>
<object-type-filter>
<object-typename="SCHEMA"enabled="true" />
<object-typename="USER"enabled="true" />
<object-typename="ROLE"enabled="true" />
<object-typename="PRIVILEGE"enabled="true" />
<object-typename="CHARSET"enabled="true" />
<object-typename="TABLE"enabled="true" />
<object-typename="VIEW"enabled="true" />
<object-typename="MATERIALIZED_VIEW"enabled="true" />
<object-typename="NESTED_TABLE"enabled="true" />
<object-typename="COLUMN"enabled="true" />
<object-typename="INDEX"enabled="true" />
<object-typename="CONSTRAINT"enabled="true" />
<object-typename="DATASET_TRIGGER"enabled="true" />
<object-typename="DATABASE_TRIGGER"enabled="true" />
<object-typename="SYNONYM"enabled="true" />
<object-typename="SEQUENCE"enabled="true" />
<object-typename="PROCEDURE"enabled="true" />
<object-typename="FUNCTION"enabled="true" />
<object-typename="PACKAGE"enabled="true" />
<object-typename="TYPE"enabled="true" />
<object-typename="TYPE_ATTRIBUTE"enabled="true" />
<object-typename="ARGUMENT"enabled="true" />
<object-typename="DIMENSION"enabled="true" />
<object-typename="CLUSTER"enabled="true" />
<object-typename="DBLINK"enabled="true" />
</object-type-filter>
</filters>
<sorting>
<object-typename="COLUMN"sorting-type="NAME" />
<object-typename="FUNCTION"sorting-type="NAME" />
<object-typename="PROCEDURE"sorting-type="NAME" />
<object-typename="ARGUMENT"sorting-type="POSITION" />
<object-typename="TYPE ATTRIBUTE"sorting-type="POSITION" />
</sorting>
<default-editors>
<object-typename="VIEW"editor-type="SELECTION" />
<object-typename="PACKAGE"editor-type="SELECTION" />
<object-typename="TYPE"editor-type="SELECTION" />
</default-editors>
</browser-settings>
<navigation-settings>
<lookup-filters>
<lookup-objects>
<object-typename="SCHEMA"enabled="true" />
<object-typename="USER"enabled="false" />
<object-typename="ROLE"enabled="false" />
<object-typename="PRIVILEGE"enabled="false" />
<object-typename="CHARSET"enabled="false" />
<object-typename="TABLE"enabled="true" />
<object-typename="VIEW"enabled="true" />
<object-typename="MATERIALIZED VIEW"enabled="true" />
<object-typename="INDEX"enabled="true" />
<object-typename="CONSTRAINT"enabled="true" />
<object-typename="DATASET TRIGGER"enabled="true" />
<object-typename="DATABASE TRIGGER"enabled="true" />
<object-typename="SYNONYM"enabled="false" />
<object-typename="SEQUENCE"enabled="true" />
<object-typename="PROCEDURE"enabled="true" />
<object-typename="FUNCTION"enabled="true" />
<object-typename="PACKAGE"enabled="true" />
<object-typename="TYPE"enabled="true" />
<object-typename="DIMENSION"enabled="false" />
<object-typename="CLUSTER"enabled="false" />
<object-typename="DBLINK"enabled="true" />
</lookup-objects>
<force-database-loadvalue="false" />
<prompt-connection-selectionvalue="true" />
<prompt-schema-selectionvalue="true" />
</lookup-filters>
</navigation-settings>
<dataset-grid-settings>
<general>
<enable-zoomingvalue="true" />
<enable-column-tooltipvalue="true" />
</general>
<sorting>
<nulls-firstvalue="true" />
<max-sorting-columnsvalue="4" />
</sorting>
<audit-columns>
<column-namesvalue="" />
<visiblevalue="true" />
<editablevalue="false" />
</audit-columns>
</dataset-grid-settings>
<dataset-editor-settings>
<text-editor-popup>
<activevalue="false" />
<active-if-emptyvalue="false" />
<data-length-thresholdvalue="100" />
<popup-delayvalue="1000" />
</text-editor-popup>
<values-actions-popup>
<show-popup-buttonvalue="true" />
<element-count-thresholdvalue="1000" />
<data-length-thresholdvalue="250" />
</values-actions-popup>
<general>
<fetch-block-sizevalue="100" />
<fetch-timeoutvalue="30" />
<trim-whitespacesvalue="true" />
<convert-empty-strings-to-nullvalue="true" />
<select-content-on-cell-editvalue="true" />
<large-value-preview-activevalue="true" />
</general>
<filters>
<prompt-filter-dialogvalue="true" />
<default-filter-typevalue="BASIC" />
</filters>
<qualified-text-editortext-length-threshold="300">
<content-types>
<content-typename="Text"enabled="true" />
<content-typename="Properties"enabled="true" />
<content-typename="XML"enabled="true" />
<content-typename="DTD"enabled="true" />
<content-typename="HTML"enabled="true" />
<content-typename="XHTML"enabled="true" />
<content-typename="CSS"enabled="true" />
<content-typename="Java"enabled="true" />
<content-typename="SQL"enabled="true" />
<content-typename="PL/SQL"enabled="true" />
<content-typename="JavaScript"enabled="true" />
<content-typename="JSON"enabled="true" />
<content-typename="JSON5"enabled="true" />
<content-typename="JSP"enabled="true" />
<content-typename="JSPx"enabled="true" />
<content-typename="Groovy"enabled="true" />
<content-typename="FTL"enabled="true" />
<content-typename="GSP"enabled="true" />
<content-typename="VTL"enabled="true" />
<content-typename="AIDL"enabled="true" />
<content-typename="YAML"enabled="true" />
<content-typename="Manifest"enabled="true" />
</content-types>
</qualified-text-editor>
<record-navigation>
<navigation-targetvalue="VIEWER" />
</record-navigation>
</dataset-editor-settings>
<code-editor-settings>
<general>
<show-object-navigation-guttervalue="false" />
<show-spec-declaration-navigation-guttervalue="true" />
<enable-spellcheckingvalue="true" />
<enable-reference-spellcheckingvalue="false" />
</general>
<confirmations>
<save-changesvalue="false" />
<revert-changesvalue="true" />
</confirmations>
</code-editor-settings>
<code-completion-settings>
<filters>
<basic-filter>
<filter-elementtype="RESERVED_WORD"id="keyword"selected="true" />
<filter-elementtype="RESERVED_WORD"id="function"selected="true" />
<filter-elementtype="RESERVED_WORD"id="parameter"selected="true" />
<filter-elementtype="RESERVED_WORD"id="datatype"selected="true" />
<filter-elementtype="RESERVED_WORD"id="exception"selected="true" />
<filter-elementtype="OBJECT"id="schema"selected="true" />
<filter-elementtype="OBJECT"id="role"selected="true" />
<filter-elementtype="OBJECT"id="user"selected="true" />
<filter-elementtype="OBJECT"id="privilege"selected="true" />
<user-schema>
<filter-elementtype="OBJECT"id="table"selected="true" />
<filter-elementtype="OBJECT"id="view"selected="true" />
<filter-elementtype="OBJECT"id="materialized view"selected="true" />
<filter-elementtype="OBJECT"id="index"selected="true" />
<filter-elementtype="OBJECT"id="constraint"selected="true" />
<filter-elementtype="OBJECT"id="trigger"selected="true" />
<filter-elementtype="OBJECT"id="synonym"selected="false" />
<filter-elementtype="OBJECT"id="sequence"selected="true" />
<filter-elementtype="OBJECT"id="procedure"selected="true" />
<filter-elementtype="OBJECT"id="function"selected="true" />
<filter-elementtype="OBJECT"id="package"selected="true" />
<filter-elementtype="OBJECT"id="type"selected="true" />
<filter-elementtype="OBJECT"id="dimension"selected="true" />
<filter-elementtype="OBJECT"id="cluster"selected="true" />
<filter-elementtype="OBJECT"id="dblink"selected="true" />
</user-schema>
<public-schema>
<filter-elementtype="OBJECT"id="table"selected="false" />
<filter-elementtype="OBJECT"id="view"selected="false" />
<filter-elementtype="OBJECT"id="materialized view"selected="false" />
<filter-elementtype="OBJECT"id="index"selected="false" />
<filter-elementtype="OBJECT"id="constraint"selected="false" />
<filter-elementtype="OBJECT"id="trigger"selected="false" />
<filter-elementtype="OBJECT"id="synonym"selected="false" />
<filter-elementtype="OBJECT"id="sequence"selected="false" />
<filter-elementtype="OBJECT"id="procedure"selected="false" />
<filter-elementtype="OBJECT"id="function"selected="false" />
<filter-elementtype="OBJECT"id="package"selected="false" />
<filter-elementtype="OBJECT"id="type"selected="false" />
<filter-elementtype="OBJECT"id="dimension"selected="false" />
<filter-elementtype="OBJECT"id="cluster"selected="false" />
<filter-elementtype="OBJECT"id="dblink"selected="false" />
</public-schema>
<any-schema>
<filter-elementtype="OBJECT"id="table"selected="true" />
<filter-elementtype="OBJECT"id="view"selected="true" />
<filter-elementtype="OBJECT"id="materialized view"selected="true" />
<filter-elementtype="OBJECT"id="index"selected="true" />
<filter-elementtype="OBJECT"id="constraint"selected="true" />
<filter-elementtype="OBJECT"id="trigger"selected="true" />
<filter-elementtype="OBJECT"id="synonym"selected="true" />
<filter-elementtype="OBJECT"id="sequence"selected="true" />
<filter-elementtype="OBJECT"id="procedure"selected="true" />
<filter-elementtype="OBJECT"id="function"selected="true" />
<filter-elementtype="OBJECT"id="package"selected="true" />
<filter-elementtype="OBJECT"id="type"selected="true" />
<filter-elementtype="OBJECT"id="dimension"selected="true" />
<filter-elementtype="OBJECT"id="cluster"selected="true" />
<filter-elementtype="OBJECT"id="dblink"selected="true" />
</any-schema>
</basic-filter>
<extended-filter>
<filter-elementtype="RESERVED_WORD"id="keyword"selected="true" />
<filter-elementtype="RESERVED_WORD"id="function"selected="true" />
<filter-elementtype="RESERVED_WORD"id="parameter"selected="true" />
<filter-elementtype="RESERVED_WORD"id="datatype"selected="true" />
<filter-elementtype="RESERVED_WORD"id="exception"selected="true" />
<filter-elementtype="OBJECT"id="schema"selected="true" />
<filter-elementtype="OBJECT"id="user"selected="true" />
<filter-elementtype="OBJECT"id="role"selected="true" />
<filter-elementtype="OBJECT"id="privilege"selected="true" />
<user-schema>
<filter-elementtype="OBJECT"id="table"selected="true" />
<filter-elementtype="OBJECT"id="view"selected="true" />
<filter-elementtype="OBJECT"id="materialized view"selected="true" />
<filter-elementtype="OBJECT"id="index"selected="true" />
<filter-elementtype="OBJECT"id="constraint"selected="true" />
<filter-elementtype="OBJECT"id="trigger"selected="true" />
<filter-elementtype="OBJECT"id="synonym"selected="true" />
<filter-elementtype="OBJECT"id="sequence"selected="true" />
<filter-elementtype="OBJECT"id="procedure"selected="true" />
<filter-elementtype="OBJECT"id="function"selected="true" />
<filter-elementtype="OBJECT"id="package"selected="true" />
<filter-elementtype="OBJECT"id="type"selected="true" />
<filter-elementtype="OBJECT"id="dimension"selected="true" />
<filter-elementtype="OBJECT"id="cluster"selected="true" />
<filter-elementtype="OBJECT"id="dblink"selected="true" />
</user-schema>
<public-schema>
<filter-elementtype="OBJECT"id="table"selected="true" />
<filter-elementtype="OBJECT"id="view"selected="true" />
<filter-elementtype="OBJECT"id="materialized view"selected="true" />
<filter-elementtype="OBJECT"id="index"selected="true" />
<filter-elementtype="OBJECT"id="constraint"selected="true" />
<filter-elementtype="OBJECT"id="trigger"selected="true" />
<filter-elementtype="OBJECT"id="synonym"selected="true" />
<filter-elementtype="OBJECT"id="sequence"selected="true" />
<filter-elementtype="OBJECT"id="procedure"selected="true" />
<filter-elementtype="OBJECT"id="function"selected="true" />
<filter-elementtype="OBJECT"id="package"selected="true" />
<filter-elementtype="OBJECT"id="type"selected="true" />
<filter-elementtype="OBJECT"id="dimension"selected="true" />
<filter-elementtype="OBJECT"id="cluster"selected="true" />
<filter-elementtype="OBJECT"id="dblink"selected="true" />
</public-schema>
<any-schema>
<filter-elementtype="OBJECT"id="table"selected="true" />
<filter-elementtype="OBJECT"id="view"selected="true" />
<filter-elementtype="OBJECT"id="materialized view"selected="true" />
<filter-elementtype="OBJECT"id="index"selected="true" />
<filter-elementtype="OBJECT"id="constraint"selected="true" />
<filter-elementtype="OBJECT"id="trigger"selected="true" />
<filter-elementtype="OBJECT"id="synonym"selected="true" />
<filter-elementtype="OBJECT"id="sequence"selected="true" />
<filter-elementtype="OBJECT"id="procedure"selected="true" />
<filter-elementtype="OBJECT"id="function"selected="true" />
<filter-elementtype="OBJECT"id="package"selected="true" />
<filter-elementtype="OBJECT"id="type"selected="true" />
<filter-elementtype="OBJECT"id="dimension"selected="true" />
<filter-elementtype="OBJECT"id="cluster"selected="true" />
<filter-elementtype="OBJECT"id="dblink"selected="true" />
</any-schema>
</extended-filter>
</filters>
<sortingenabled="true">
<sorting-elementtype="RESERVED_WORD"id="keyword" />
<sorting-elementtype="RESERVED_WORD"id="datatype" />
<sorting-elementtype="OBJECT"id="column" />
<sorting-elementtype="OBJECT"id="table" />
<sorting-elementtype="OBJECT"id="view" />
<sorting-elementtype="OBJECT"id="materialized view" />
<sorting-elementtype="OBJECT"id="index" />
<sorting-elementtype="OBJECT"id="constraint" />
<sorting-elementtype="OBJECT"id="trigger" />
<sorting-elementtype="OBJECT"id="synonym" />
<sorting-elementtype="OBJECT"id="sequence" />
<sorting-elementtype="OBJECT"id="procedure" />
<sorting-elementtype="OBJECT"id="function" />
<sorting-elementtype="OBJECT"id="package" />
<sorting-elementtype="OBJECT"id="type" />
<sorting-elementtype="OBJECT"id="dimension" />
<sorting-elementtype="OBJECT"id="cluster" />
<sorting-elementtype="OBJECT"id="dblink" />
<sorting-elementtype="OBJECT"id="schema" />
<sorting-elementtype="OBJECT"id="role" />
<sorting-elementtype="OBJECT"id="user" />
<sorting-elementtype="RESERVED_WORD"id="function" />
<sorting-elementtype="RESERVED_WORD"id="parameter" />
</sorting>
<format>
<enforce-code-style-casevalue="true" />
</format>
</code-completion-settings>
<execution-engine-settings>
<statement-execution>
<fetch-block-sizevalue="100" />
<execution-timeoutvalue="20" />
<debug-execution-timeoutvalue="600" />
<focus-resultvalue="false" />
<prompt-executionvalue="false" />
</statement-execution>
<script-execution>
<command-line-interfaces />
<execution-timeoutvalue="300" />
</script-execution>
<method-execution>
<execution-timeoutvalue="30" />
<debug-execution-timeoutvalue="600" />
<parameter-history-sizevalue="10" />
</method-execution>
</execution-engine-settings>
<operation-settings>
<transactions>
<uncommitted-changes>
<on-project-closevalue="ASK" />
<on-disconnectvalue="ASK" />
<on-autocommit-togglevalue="ASK" />
</uncommitted-changes>
<multiple-uncommitted-changes>
<on-commitvalue="ASK" />
<on-rollbackvalue="ASK" />
</multiple-uncommitted-changes>
</transactions>
<session-browser>
<disconnect-sessionvalue="ASK" />
<kill-sessionvalue="ASK" />
<reload-on-filter-changevalue="false" />
</session-browser>
<compiler>
<compile-typevalue="KEEP" />
<compile-dependenciesvalue="ASK" />
<always-show-controlsvalue="false" />
</compiler>
<debugger>
<debugger-typevalue="ASK" />
<use-generic-runnersvalue="true" />
</debugger>
</operation-settings>
<ddl-file-settings>
<extensions>
<mappingfile-type-id="VIEW"extensions="vw" />
<mappingfile-type-id="TRIGGER"extensions="trg" />
<mappingfile-type-id="PROCEDURE"extensions="prc" />
<mappingfile-type-id="FUNCTION"extensions="fnc" />
<mappingfile-type-id="PACKAGE"extensions="pkg" />
<mappingfile-type-id="PACKAGE_SPEC"extensions="pks" />
<mappingfile-type-id="PACKAGE_BODY"extensions="pkb" />
<mappingfile-type-id="TYPE"extensions="tpe" />
<mappingfile-type-id="TYPE_SPEC"extensions="tps" />
<mappingfile-type-id="TYPE_BODY"extensions="tpb" />
</extensions>
<general>
<lookup-ddl-filesvalue="true" />
<create-ddl-filesvalue="false" />
<synchronize-ddl-filesvalue="true" />
<use-qualified-namesvalue="false" />
<make-scripts-rerunnablevalue="true" />
</general>
</ddl-file-settings>
<general-settings>
<regional-settings>
<date-formatvalue="MEDIUM" />
<number-formatvalue="UNGROUPED" />
<localevalue="SYSTEM_DEFAULT" />
<use-custom-formatsvalue="false" />
</regional-settings>
<environment>
<environment-types>
<environment-typeid="development"name="Development"description="Development environment"color="-2430209/-12296320"readonly-code="false"readonly-data="false" />
<environment-typeid="integration"name="Integration"description="Integration environment"color="-2621494/-12163514"readonly-code="true"readonly-data="false" />
<environment-typeid="production"name="Production"description="Productive environment"color="-11574/-10271420"readonly-code="true"readonly-data="true" />
<environment-typeid="other"name="Other"description=""color="-1576/-10724543"readonly-code="false"readonly-data="false" />
</environment-types>
<visibility-settings>
<connection-tabsvalue="true" />
<dialog-headersvalue="true" />
<object-editor-tabsvalue="true" />
<script-editor-tabsvalue="false" />
<execution-result-tabsvalue="true" />
</visibility-settings>
</environment>
</general-settings>
</component>
<componentname="DependencyValidationManager">
<optionname="SKIP_IMPORT_STATEMENTS"value="false" />
</component>
<componentname="Encoding">
<fileurl="file://$PROJECT_DIR$"charset="UTF-8" />
<fileurl="file://$PROJECT_DIR$/src/main/java"charset="UTF-8" />
<fileurl="file://$PROJECT_DIR$/src/main/resources"charset="UTF-8" />
<fileurl="PROJECT"charset="UTF-8" />
</component>
<componentname="IdProvider"IDEtalkID="C4353745D82B3A7FD8A34216EBBF584E" />
<componentname="InspectionProjectProfileManager">
<profileversion="1.0">
<optionname="myName"value="Project Default" />
</profile>
<versionvalue="1.0" />
</component>
<componentname="JavadocGenerationManager">
<optionname="OUTPUT_DIRECTORY"value="$PROJECT_DIR$/src/main/resources/doc" />
<optionname="OPTION_SCOPE"value="public" />
<optionname="OTHER_OPTIONS"value="-use -windowtitle "Rally Rest API for Java 2.2" -doctitle "Rally Rest API for Java 2.2" -link http://docs.oracle.com/javase/7/docs/api/ -link http://google-gson.googlecode.com/svn/trunk/gson/docs/javadocs/ -link http://hc.apache.org/httpcomponents-core-4.2.x/httpcore/apidocs/ -link http://hc.apache.org/httpcomponents-client-4.2.x/httpclient/apidocs/" />
</component>
<componentname="MavenProjectsManager">
<optionname="originalFiles">
<list>
<optionvalue="$PROJECT_DIR$/pom.xml" />
</list>
</option>
</component>
<componentname="Palette2">
<groupname="Swing">
<itemclass="com.intellij.uiDesigner.HSpacer"tooltip-text="Horizontal Spacer"icon="/com/intellij/uiDesigner/icons/hspacer.png"removable="false"auto-create-binding="false"can-attach-label="false">
<default-constraintsvsize-policy="1"hsize-policy="6"anchor="0"fill="1" />
</item>
<itemclass="com.intellij.uiDesigner.VSpacer"tooltip-text="Vertical Spacer"icon="/com/intellij/uiDesigner/icons/vspacer.png"removable="false"auto-create-binding="false"can-attach-label="false">
<default-constraintsvsize-policy="6"hsize-policy="1"anchor="0"fill="2" />
</item>
<itemclass="javax.swing.JPanel"icon="/com/intellij/uiDesigner/icons/panel.png"removable="false"auto-create-binding="false"can-attach-label="false">
<default-constraintsvsize-policy="3"hsize-policy="3"anchor="0"fill="3" />
</item>
<itemclass="javax.swing.JScrollPane"icon="/com/intellij/uiDesigner/icons/scrollPane.png"removable="false"auto-create-binding="false"can-attach-label="true">
<default-constraintsvsize-policy="7"hsize-policy="7"anchor="0"fill="3" />
</item>
<itemclass="javax.swing.JButton"icon="/com/intellij/uiDesigner/icons/button.png"removable="false"auto-create-binding="true"can-attach-label="false">
<default-constraintsvsize-policy="0"hsize-policy="3"anchor="0"fill="1" />
<initial-values>
<propertyname="text"value="Button" />
</initial-values>
</item>
<itemclass="javax.swing.JRadioButton"icon="/com/intellij/uiDesigner/icons/radioButton.png"removable="false"auto-create-binding="true"can-attach-label="false">
<default-constraintsvsize-policy="0"hsize-policy="3"anchor="8"fill="0" />
<initial-values>
<propertyname="text"value="RadioButton" />
</initial-values>
</item>
<itemclass="javax.swing.JCheckBox"icon="/com/intellij/uiDesigner/icons/checkBox.png"removable="false"auto-create-binding="true"can-attach-label="false">
<default-constraintsvsize-policy="0"hsize-policy="3"anchor="8"fill="0" />
<initial-values>
<propertyname="text"value="CheckBox" />
</initial-values>
</item>
<itemclass="javax.swing.JLabel"icon="/com/intellij/uiDesigner/icons/label.png"removable="false"auto-create-binding="false"can-attach-label="false">
<default-constraintsvsize-policy="0"hsize-policy="0"anchor="8"fill="0" />
<initial-values>
<propertyname="text"value="Label" />
</initial-values>
</item>
<itemclass="javax.swing.JTextField"icon="/com/intellij/uiDesigner/icons/textField.png"removable="false"auto-create-binding="true"can-attach-label="true">
<default-constraintsvsize-policy="0"hsize-policy="6"anchor="8"fill="1">
<preferred-sizewidth="150"height="-1" />
</default-constraints>
</item>
<itemclass="javax.swing.JPasswordField"icon="/com/intellij/uiDesigner/icons/passwordField.png"removable="false"auto-create-binding="true"can-attach-label="true">
<default-constraintsvsize-policy="0"hsize-policy="6"anchor="8"fill="1">
<preferred-sizewidth="150"height="-1" />
</default-constraints>
</item>
<itemclass="javax.swing.JFormattedTextField"icon="/com/intellij/uiDesigner/icons/formattedTextField.png"removable="false"auto-create-binding="true"can-attach-label="true">
<default-constraintsvsize-policy="0"hsize-policy="6"anchor="8"fill="1">
<preferred-sizewidth="150"height="-1" />
</default-constraints>
</item>
<itemclass="javax.swing.JTextArea"icon="/com/intellij/uiDesigner/icons/textArea.png"removable="false"auto-create-binding="true"can-attach-label="true">
<default-constraintsvsize-policy="6"hsize-policy="6"anchor="0"fill="3">
<preferred-sizewidth="150"height="50" />
</default-constraints>
</item>
<itemclass="javax.swing.JTextPane"icon="/com/intellij/uiDesigner/icons/textPane.png"removable="false"auto-create-binding="true"can-attach-label="true">
<default-constraintsvsize-policy="6"hsize-policy="6"anchor="0"fill="3">
<preferred-sizewidth="150"height="50" />
</default-constraints>
</item>
<itemclass="javax.swing.JEditorPane"icon="/com/intellij/uiDesigner/icons/editorPane.png"removable="false"auto-create-binding="true"can-attach-label="true">
<default-constraintsvsize-policy="6"hsize-policy="6"anchor="0"fill="3">
<preferred-sizewidth="150"height="50" />
</default-constraints>
</item>
<itemclass="javax.swing.JComboBox"icon="/com/intellij/uiDesigner/icons/comboBox.png"removable="false"auto-create-binding="true"can-attach-label="true">
<default-constraintsvsize-policy="0"hsize-policy="2"anchor="8"fill="1" />
</item>
<itemclass="javax.swing.JTable"icon="/com/intellij/uiDesigner/icons/table.png"removable="false"auto-create-binding="true"can-attach-label="false">
<default-constraintsvsize-policy="6"hsize-policy="6"anchor="0"fill="3">
<preferred-sizewidth="150"height="50" />
</default-constraints>
</item>
<itemclass="javax.swing.JList"icon="/com/intellij/uiDesigner/icons/list.png"removable="false"auto-create-binding="true"can-attach-label="false">
<default-constraintsvsize-policy="6"hsize-policy="2"anchor="0"fill="3">
<preferred-sizewidth="150"height="50" />
</default-constraints>
</item>
<itemclass="javax.swing.JTree"icon="/com/intellij/uiDesigner/icons/tree.png"removable="false"auto-create-binding="true"can-attach-label="false">
<default-constraintsvsize-policy="6"hsize-policy="6"anchor="0"fill="3">
<preferred-sizewidth="150"height="50" />
</default-constraints>
</item>
<itemclass="javax.swing.JTabbedPane"icon="/com/intellij/uiDesigner/icons/tabbedPane.png"removable="false"auto-create-binding="true"can-attach-label="false">
<default-constraintsvsize-policy="3"hsize-policy="3"anchor="0"fill="3">
<preferred-sizewidth="200"height="200" />
</default-constraints>
</item>
<itemclass="javax.swing.JSplitPane"icon="/com/intellij/uiDesigner/icons/splitPane.png"removable="false"auto-create-binding="false"can-attach-label="false">
<default-constraintsvsize-policy="3"hsize-policy="3"anchor="0"fill="3">
<preferred-sizewidth="200"height="200" />
</default-constraints>
</item>
<itemclass="javax.swing.JSpinner"icon="/com/intellij/uiDesigner/icons/spinner.png"removable="false"auto-create-binding="true"can-attach-label="true">
<default-constraintsvsize-policy="0"hsize-policy="6"anchor="8"fill="1" />
</item>
<itemclass="javax.swing.JSlider"icon="/com/intellij/uiDesigner/icons/slider.png"removable="false"auto-create-binding="true"can-attach-label="false">
<default-constraintsvsize-policy="0"hsize-policy="6"anchor="8"fill="1" />
</item>
<itemclass="javax.swing.JSeparator"icon="/com/intellij/uiDesigner/icons/separator.png"removable="false"auto-create-binding="false"can-attach-label="false">
<default-constraintsvsize-policy="6"hsize-policy="6"anchor="0"fill="3" />
</item>
<itemclass="javax.swing.JProgressBar"icon="/com/intellij/uiDesigner/icons/progressbar.png"removable="false"auto-create-binding="true"can-attach-label="false">
<default-constraintsvsize-policy="0"hsize-policy="6"anchor="0"fill="1" />
</item>
<itemclass="javax.swing.JToolBar"icon="/com/intellij/uiDesigner/icons/toolbar.png"removable="false"auto-create-binding="false"can-attach-label="false">
<default-constraintsvsize-policy="0"hsize-policy="6"anchor="0"fill="1">
<preferred-sizewidth="-1"height="20" />
</default-constraints>
</item>
<itemclass="javax.swing.JToolBar$Separator"icon="/com/intellij/uiDesigner/icons/toolbarSeparator.png"removable="false"auto-create-binding="false"can-attach-label="false">
<default-constraintsvsize-policy="0"hsize-policy="0"anchor="0"fill="1" />
</item>
<itemclass="javax.swing.JScrollBar"icon="/com/intellij/uiDesigner/icons/scrollbar.png"removable="false"auto-create-binding="true"can-attach-label="false">
<default-constraintsvsize-policy="6"hsize-policy="0"anchor="0"fill="2" />
</item>
</group>
</component>
<componentname="ProjectModuleManager">
<modules>
<modulefileurl="file://$PROJECT_DIR$/RallyRestToolkitForJava.iml"filepath="$PROJECT_DIR$/RallyRestToolkitForJava.iml" />
</modules>
</component>
<componentname="ProjectRootManager"version="2"languageLevel="JDK_1_6"project-jdk-name="1.8"project-jdk-type="JavaSDK">
<outputurl="file://$PROJECT_DIR$/out" />
</component>
<componentname="RemoteRepositoriesConfiguration">
<remote-repository>
<optionname="id"value="sonatype-nexus-snapshots" />
<optionname="name"value="Sonatype Nexus Snapshots" />
<optionname="url"value="https://oss.sonatype.org/content/repositories/snapshots" />
</remote-repository>
<remote-repository>
<optionname="id"value="central" />
<optionname="name"value="Central Repository" />
<optionname="url"value="https://repo.maven.apache.org/maven2" />
</remote-repository>
<remote-repository>
<optionname="id"value="central" />
<optionname="name"value="Maven Central repository" />
<optionname="url"value="https://repo1.maven.org/maven2" />
</remote-repository>
<remote-repository>
<optionname="id"value="jboss.community" />
<optionname="name"value="JBoss Community repository" />
<optionname="url"value="https://repository.jboss.org/nexus/content/repositories/public/" />
</remote-repository>
</component>
<componentname="RunConfigurationProducerService">
<optionname="ignoredProducers">
<set>
<optionvalue="com.android.tools.idea.compose.preview.runconfiguration.ComposePreviewRunConfigurationProducer" />
</set>
</option>
</component>
<componentname="VcsDirectoryMappings">
<mappingdirectory=""vcs="Git" />
</component>
<componentname="libraryTable">
<libraryname="Maven: com.beust:jcommander:1.12">
<CLASSES>
<rooturl="jar://$MAVEN_REPOSITORY$/com/beust/jcommander/1.12/jcommander-1.12.jar!/" />
</CLASSES>
<JAVADOC>
<rooturl="jar://$MAVEN_REPOSITORY$/com/beust/jcommander/1.12/jcommander-1.12-javadoc.jar!/" />
</JAVADOC>
<SOURCES>
<rooturl="jar://$MAVEN_REPOSITORY$/com/beust/jcommander/1.12/jcommander-1.12-sources.jar!/" />
</SOURCES>
</library>
<libraryname="Maven: com.google.code.gson:gson:2.8.9">
<CLASSES>
<rooturl="jar://$MAVEN_REPOSITORY$/com/google/code/gson/gson/2.8.9/gson-2.8.9.jar!/" />
</CLASSES>
<JAVADOC>
<rooturl="jar://$MAVEN_REPOSITORY$/com/google/code/gson/gson/2.8.9/gson-2.8.9-javadoc.jar!/" />
</JAVADOC>
<SOURCES>
<rooturl="jar://$MAVEN_REPOSITORY$/com/google/code/gson/gson/2.8.9/gson-2.8.9-sources.jar!/" />
</SOURCES>
</library>
<libraryname="Maven: commons-codec:commons-codec:1.11">
<CLASSES>
<rooturl="jar://$MAVEN_REPOSITORY$/commons-codec/commons-codec/1.11/commons-codec-1.11.jar!/" />
</CLASSES>
<JAVADOC>
<rooturl="jar://$MAVEN_REPOSITORY$/commons-codec/commons-codec/1.11/commons-codec-1.11-javadoc.jar!/" />
</JAVADOC>
<SOURCES>
<rooturl="jar://$MAVEN_REPOSITORY$/commons-codec/commons-codec/1.11/commons-codec-1.11-sources.jar!/" />
</SOURCES>
</library>
<libraryname="Maven: commons-logging:commons-logging:1.2">
<CLASSES>
<rooturl="jar://$MAVEN_REPOSITORY$/commons-logging/commons-logging/1.2/commons-logging-1.2.jar!/" />
</CLASSES>
<JAVADOC>
<rooturl="jar://$MAVEN_REPOSITORY$/commons-logging/commons-logging/1.2/commons-logging-1.2-javadoc.jar!/" />
</JAVADOC>
<SOURCES>
<rooturl="jar://$MAVEN_REPOSITORY$/commons-logging/commons-logging/1.2/commons-logging-1.2-sources.jar!/" />
</SOURCES>
</library>
<libraryname="Maven: junit:junit:3.8.1">
<CLASSES>
<rooturl="jar://$MAVEN_REPOSITORY$/junit/junit/3.8.1/junit-3.8.1.jar!/" />
</CLASSES>
<JAVADOC>
<rooturl="jar://$MAVEN_REPOSITORY$/junit/junit/3.8.1/junit-3.8.1-javadoc.jar!/" />
</JAVADOC>
<SOURCES>
<rooturl="jar://$MAVEN_REPOSITORY$/junit/junit/3.8.1/junit-3.8.1-sources.jar!/" />
</SOURCES>
</library>
<libraryname="Maven: org.apache.httpcomponents:httpclient:4.5.14">
<CLASSES>
<rooturl="jar://$MAVEN_REPOSITORY$/org/apache/httpcomponents/httpclient/4.5.14/httpclient-4.5.14.jar!/" />
</CLASSES>
<JAVADOC>
<rooturl="jar://$MAVEN_REPOSITORY$/org/apache/httpcomponents/httpclient/4.5.14/httpclient-4.5.14-javadoc.jar!/" />
</JAVADOC>
<SOURCES>
<rooturl="jar://$MAVEN_REPOSITORY$/org/apache/httpcomponents/httpclient/4.5.14/httpclient-4.5.14-sources.jar!/" />
</SOURCES>
</library>
<libraryname="Maven: org.apache.httpcomponents:httpcore:4.4.16">
<CLASSES>
<rooturl="jar://$MAVEN_REPOSITORY$/org/apache/httpcomponents/httpcore/4.4.16/httpcore-4.4.16.jar!/" />
</CLASSES>
<JAVADOC>
<rooturl="jar://$MAVEN_REPOSITORY$/org/apache/httpcomponents/httpcore/4.4.16/httpcore-4.4.16-javadoc.jar!/" />
</JAVADOC>
<SOURCES>
<rooturl="jar://$MAVEN_REPOSITORY$/org/apache/httpcomponents/httpcore/4.4.16/httpcore-4.4.16-sources.jar!/" />
</SOURCES>
</library>
<libraryname="Maven: org.beanshell:bsh:2.0b4">
<CLASSES>
<rooturl="jar://$MAVEN_REPOSITORY$/org/beanshell/bsh/2.0b4/bsh-2.0b4.jar!/" />
</CLASSES>
<JAVADOC>
<rooturl="jar://$MAVEN_REPOSITORY$/org/beanshell/bsh/2.0b4/bsh-2.0b4-javadoc.jar!/" />
</JAVADOC>
<SOURCES>
<rooturl="jar://$MAVEN_REPOSITORY$/org/beanshell/bsh/2.0b4/bsh-2.0b4-sources.jar!/" />
</SOURCES>
</library>
<libraryname="Maven: org.hamcrest:hamcrest-core:1.1">
<CLASSES>
<rooturl="jar://$MAVEN_REPOSITORY$/org/hamcrest/hamcrest-core/1.1/hamcrest-core-1.1.jar!/" />
</CLASSES>
<JAVADOC>
<rooturl="jar://$MAVEN_REPOSITORY$/org/hamcrest/hamcrest-core/1.1/hamcrest-core-1.1-javadoc.jar!/" />
</JAVADOC>
<SOURCES>
<rooturl="jar://$MAVEN_REPOSITORY$/org/hamcrest/hamcrest-core/1.1/hamcrest-core-1.1-sources.jar!/" />
</SOURCES>
</library>
<libraryname="Maven: org.mockito:mockito-core:1.9.5">
<CLASSES>
<rooturl="jar://$MAVEN_REPOSITORY$/org/mockito/mockito-core/1.9.5/mockito-core-1.9.5.jar!/" />
</CLASSES>
<JAVADOC>
<rooturl="jar://$MAVEN_REPOSITORY$/org/mockito/mockito-core/1.9.5/mockito-core-1.9.5-javadoc.jar!/" />
</JAVADOC>
<SOURCES>
<rooturl="jar://$MAVEN_REPOSITORY$/org/mockito/mockito-core/1.9.5/mockito-core-1.9.5-sources.jar!/" />
</SOURCES>
</library>
<libraryname="Maven: org.objenesis:objenesis:1.0">
<CLASSES>
<rooturl="jar://$MAVEN_REPOSITORY$/org/objenesis/objenesis/1.0/objenesis-1.0.jar!/" />
</CLASSES>
<JAVADOC>
<rooturl="jar://$MAVEN_REPOSITORY$/org/objenesis/objenesis/1.0/objenesis-1.0-javadoc.jar!/" />
</JAVADOC>
<SOURCES>
<rooturl="jar://$MAVEN_REPOSITORY$/org/objenesis/objenesis/1.0/objenesis-1.0-sources.jar!/" />
</SOURCES>
</library>
<libraryname="Maven: org.testng:testng:6.1.1">
<CLASSES>
<rooturl="jar://$MAVEN_REPOSITORY$/org/testng/testng/6.1.1/testng-6.1.1.jar!/" />
</CLASSES>
<JAVADOC>
<rooturl="jar://$MAVEN_REPOSITORY$/org/testng/testng/6.1.1/testng-6.1.1-javadoc.jar!/" />
</JAVADOC>
<SOURCES>
<rooturl="jar://$MAVEN_REPOSITORY$/org/testng/testng/6.1.1/testng-6.1.1-sources.jar!/" />
</SOURCES>
</library>
<libraryname="Maven: org.yaml:snakeyaml:1.6">
<CLASSES>
<rooturl="jar://$MAVEN_REPOSITORY$/org/yaml/snakeyaml/1.6/snakeyaml-1.6.jar!/" />
</CLASSES>
<JAVADOC>
<rooturl="jar://$MAVEN_REPOSITORY$/org/yaml/snakeyaml/1.6/snakeyaml-1.6-javadoc.jar!/" />
</JAVADOC>
<SOURCES>
<rooturl="jar://$MAVEN_REPOSITORY$/org/yaml/snakeyaml/1.6/snakeyaml-1.6-sources.jar!/" />
</SOURCES>
</library>
</component>
</project>