-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitignore
728 lines (716 loc) · 65.2 KB
/
.gitignore
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
.DS_Store
**/.DS_Store
*/*/dist
target
*/target
*/*/target
.settings
*/.settings
*/*/.settings
.classpath
*/.classpath
*/*.classpath
.project
*/.project
*/*/.project
*/*.bak
*/*/*/*.bak
**/*.epoch
**/bin
**/*.lck
*.lck
**/*.log
*.log
**/output
**/test-output
.metadata/.lock
.metadata/.mylyn/repositories.xml.zip
.metadata/.mylyn/tasks.xml.zip
.metadata/.plugins/org.eclipse.core.resources/.history/0/a0ab0ff82dc300161b4bc23e1821d511
.metadata/.plugins/org.eclipse.core.resources/.history/0/b072b4f42dc300161b4bc23e1821d511
.metadata/.plugins/org.eclipse.core.resources/.history/12/d048aaf92dc300161b4bc23e1821d511
.metadata/.plugins/org.eclipse.core.resources/.history/16/d013bcf42dc300161b4bc23e1821d511
.metadata/.plugins/org.eclipse.core.resources/.history/17/a0b44cf82dc300161b4bc23e1821d511
.metadata/.plugins/org.eclipse.core.resources/.history/18/10f37ef92dc300161b4bc23e1821d511
.metadata/.plugins/org.eclipse.core.resources/.history/18/9052b8f92dc300161b4bc23e1821d511
.metadata/.plugins/org.eclipse.core.resources/.history/18/b00105fc2dc300161b4bc23e1821d511
.metadata/.plugins/org.eclipse.core.resources/.history/19/d0f693f82dc300161b4bc23e1821d511
.metadata/.plugins/org.eclipse.core.resources/.history/1b/b017d2f52dc300161b4bc23e1821d511
.metadata/.plugins/org.eclipse.core.resources/.history/1d/b03c99fa2dc300161b4bc23e1821d511
.metadata/.plugins/org.eclipse.core.resources/.history/1f/805a5af62dc300161b4bc23e1821d511
.metadata/.plugins/org.eclipse.core.resources/.history/2/b00449fb2dc300161b4bc23e1821d511
.metadata/.plugins/org.eclipse.core.resources/.history/20/e08da5f92dc300161b4bc23e1821d511
.metadata/.plugins/org.eclipse.core.resources/.history/24/c01c31f52dc300161b4bc23e1821d511
.metadata/.plugins/org.eclipse.core.resources/.history/24/d0567ef92dc300161b4bc23e1821d511
.metadata/.plugins/org.eclipse.core.resources/.history/25/60fa50f82dc300161b4bc23e1821d511
.metadata/.plugins/org.eclipse.core.resources/.history/2f/a034f6fb2dc300161b4bc23e1821d511
.metadata/.plugins/org.eclipse.core.resources/.history/30/306eb0fa2dc300161b4bc23e1821d511
.metadata/.plugins/org.eclipse.core.resources/.history/34/50be21f62dc300161b4bc23e1821d511
.metadata/.plugins/org.eclipse.core.resources/.history/34/70d533f82dc300161b4bc23e1821d511
.metadata/.plugins/org.eclipse.core.resources/.history/36/209ba8f92dc300161b4bc23e1821d511
.metadata/.plugins/org.eclipse.core.resources/.history/36/d0995ef92dc300161b4bc23e1821d511
.metadata/.plugins/org.eclipse.core.resources/.history/37/60e592f82dc300161b4bc23e1821d511
.metadata/.plugins/org.eclipse.core.resources/.history/38/303f9dfb2dc300161b4bc23e1821d511
.metadata/.plugins/org.eclipse.core.resources/.history/39/c0f65af62dc300161b4bc23e1821d511
.metadata/.plugins/org.eclipse.core.resources/.history/3a/302adffb2dc300161b4bc23e1821d511
.metadata/.plugins/org.eclipse.core.resources/.history/3b/3041f0fb2dc300161b4bc23e1821d511
.metadata/.plugins/org.eclipse.core.resources/.history/3b/a0bf4dfb2dc300161b4bc23e1821d511
.metadata/.plugins/org.eclipse.core.resources/.history/3b/c07766fb2dc300161b4bc23e1821d511
.metadata/.plugins/org.eclipse.core.resources/.history/3c/e066defb2dc300161b4bc23e1821d511
.metadata/.plugins/org.eclipse.core.resources/.history/4/e0ee9ef42dc300161b4bc23e1821d511
.metadata/.plugins/org.eclipse.core.resources/.history/40/70dfd2f92dc300161b4bc23e1821d511
.metadata/.plugins/org.eclipse.core.resources/.history/40/a062a7f92dc300161b4bc23e1821d511
.metadata/.plugins/org.eclipse.core.resources/.history/41/b0acc8f62dc300161b4bc23e1821d511
.metadata/.plugins/org.eclipse.core.resources/.history/43/40e1cdfa2dc300161b4bc23e1821d511
.metadata/.plugins/org.eclipse.core.resources/.history/46/d0b0e0fb2dc300161b4bc23e1821d511
.metadata/.plugins/org.eclipse.core.resources/.history/47/30845ff92dc300161b4bc23e1821d511
.metadata/.plugins/org.eclipse.core.resources/.history/47/406033f82dc300161b4bc23e1821d511
.metadata/.plugins/org.eclipse.core.resources/.history/49/604c85f42dc300161b4bc23e1821d511
.metadata/.plugins/org.eclipse.core.resources/.history/4a/a0f1a4f92dc300161b4bc23e1821d511
.metadata/.plugins/org.eclipse.core.resources/.history/4c/107a30f82dc300161b4bc23e1821d511
.metadata/.plugins/org.eclipse.core.resources/.history/4d/d0a1aafa2dc300161b4bc23e1821d511
.metadata/.plugins/org.eclipse.core.resources/.history/4f/208062fb2dc300161b4bc23e1821d511
.metadata/.plugins/org.eclipse.core.resources/.history/50/202078fa2dc300161b4bc23e1821d511
.metadata/.plugins/org.eclipse.core.resources/.history/50/6098f5fb2dc300161b4bc23e1821d511
.metadata/.plugins/org.eclipse.core.resources/.history/53/f0d899fa2dc300161b4bc23e1821d511
.metadata/.plugins/org.eclipse.core.resources/.history/55/e0e361fb2dc300161b4bc23e1821d511
.metadata/.plugins/org.eclipse.core.resources/.history/56/10ca64fb2dc300161b4bc23e1821d511
.metadata/.plugins/org.eclipse.core.resources/.history/56/d02010f82dc300161b4bc23e1821d511
.metadata/.plugins/org.eclipse.core.resources/.history/57/6016f9f72dc300161b4bc23e1821d511
.metadata/.plugins/org.eclipse.core.resources/.history/59/20917afa2dc300161b4bc23e1821d511
.metadata/.plugins/org.eclipse.core.resources/.history/5c/300498fa2dc300161b4bc23e1821d511
.metadata/.plugins/org.eclipse.core.resources/.history/5c/b0132cf52dc300161b4bc23e1821d511
.metadata/.plugins/org.eclipse.core.resources/.history/5c/f034fcf52dc300161b4bc23e1821d511
.metadata/.plugins/org.eclipse.core.resources/.history/5f/00482ff52dc300161b4bc23e1821d511
.metadata/.plugins/org.eclipse.core.resources/.history/61/e0f7bdf92dc300161b4bc23e1821d511
.metadata/.plugins/org.eclipse.core.resources/.history/63/f0082df62dc300161b4bc23e1821d511
.metadata/.plugins/org.eclipse.core.resources/.history/64/60c6a6f92dc300161b4bc23e1821d511
.metadata/.plugins/org.eclipse.core.resources/.history/67/a0e17df92dc300161b4bc23e1821d511
.metadata/.plugins/org.eclipse.core.resources/.history/68/f0d320f62dc300161b4bc23e1821d511
.metadata/.plugins/org.eclipse.core.resources/.history/6a/905083f42dc300161b4bc23e1821d511
.metadata/.plugins/org.eclipse.core.resources/.history/6a/b07f79fa2dc300161b4bc23e1821d511
.metadata/.plugins/org.eclipse.core.resources/.history/6b/70615efb2dc300161b4bc23e1821d511
.metadata/.plugins/org.eclipse.core.resources/.history/6f/502a6ffb2dc300161b4bc23e1821d511
.metadata/.plugins/org.eclipse.core.resources/.history/6f/f0cae3f52dc300161b4bc23e1821d511
.metadata/.plugins/org.eclipse.core.resources/.history/7/a09ebbf42dc300161b4bc23e1821d511
.metadata/.plugins/org.eclipse.core.resources/.history/73/f0774df82dc300161b4bc23e1821d511
.metadata/.plugins/org.eclipse.core.resources/.history/74/408fb7f92dc300161b4bc23e1821d511
.metadata/.plugins/org.eclipse.core.resources/.history/74/d042cff32dc300161b4bc23e1821d511
.metadata/.plugins/org.eclipse.core.resources/.history/76/20f50afc2dc300161b4bc23e1821d511
.metadata/.plugins/org.eclipse.core.resources/.history/77/20fcf4fb2dc300161b4bc23e1821d511
.metadata/.plugins/org.eclipse.core.resources/.history/7a/60502bf52dc300161b4bc23e1821d511
.metadata/.plugins/org.eclipse.core.resources/.history/7b/20e15bf62dc300161b4bc23e1821d511
.metadata/.plugins/org.eclipse.core.resources/.history/7b/b0ad9bfa2dc300161b4bc23e1821d511
.metadata/.plugins/org.eclipse.core.resources/.history/7c/504cbdf42dc300161b4bc23e1821d511
.metadata/.plugins/org.eclipse.core.resources/.history/7d/40a14ff52dc300161b4bc23e1821d511
.metadata/.plugins/org.eclipse.core.resources/.history/7d/f06797fa2dc300161b4bc23e1821d511
.metadata/.plugins/org.eclipse.core.resources/.history/81/60e4a1f92dc300161b4bc23e1821d511
.metadata/.plugins/org.eclipse.core.resources/.history/82/a0a5f8fb2dc300161b4bc23e1821d511
.metadata/.plugins/org.eclipse.core.resources/.history/86/105db5f42dc300161b4bc23e1821d511
.metadata/.plugins/org.eclipse.core.resources/.history/86/107073fb2dc300161b4bc23e1821d511
.metadata/.plugins/org.eclipse.core.resources/.history/87/50155ef42dc300161b4bc23e1821d511
.metadata/.plugins/org.eclipse.core.resources/.history/87/a0e885f42dc300161b4bc23e1821d511
.metadata/.plugins/org.eclipse.core.resources/.history/8b/208b9ff42dc300161b4bc23e1821d511
.metadata/.plugins/org.eclipse.core.resources/.history/8d/808b31f82dc300161b4bc23e1821d511
.metadata/.plugins/org.eclipse.core.resources/.history/8e/306bfbf82dc300161b4bc23e1821d511
.metadata/.plugins/org.eclipse.core.resources/.history/8f/50624ef82dc300161b4bc23e1821d511
.metadata/.plugins/org.eclipse.core.resources/.history/9/2058e6f42dc300161b4bc23e1821d511
.metadata/.plugins/org.eclipse.core.resources/.history/91/30b301f62dc300161b4bc23e1821d511
.metadata/.plugins/org.eclipse.core.resources/.history/94/f0f7f6fb2dc300161b4bc23e1821d511
.metadata/.plugins/org.eclipse.core.resources/.history/96/000f5ff92dc300161b4bc23e1821d511
.metadata/.plugins/org.eclipse.core.resources/.history/99/d04748f82dc300161b4bc23e1821d511
.metadata/.plugins/org.eclipse.core.resources/.history/9c/70360ff82dc300161b4bc23e1821d511
.metadata/.plugins/org.eclipse.core.resources/.history/a0/101882f42dc300161b4bc23e1821d511
.metadata/.plugins/org.eclipse.core.resources/.history/a0/70e82df52dc300161b4bc23e1821d511
.metadata/.plugins/org.eclipse.core.resources/.history/a1/a0b2f9f72dc300161b4bc23e1821d511
.metadata/.plugins/org.eclipse.core.resources/.history/a2/50febdf62dc300161b4bc23e1821d511
.metadata/.plugins/org.eclipse.core.resources/.history/a9/10eb32f82dc300161b4bc23e1821d511
.metadata/.plugins/org.eclipse.core.resources/.history/aa/302e32f52dc300161b4bc23e1821d511
.metadata/.plugins/org.eclipse.core.resources/.history/aa/30ae4cfb2dc300161b4bc23e1821d511
.metadata/.plugins/org.eclipse.core.resources/.history/ac/20b084f42dc300161b4bc23e1821d511
.metadata/.plugins/org.eclipse.core.resources/.history/af/508f9df42dc300161b4bc23e1821d511
.metadata/.plugins/org.eclipse.core.resources/.history/af/80fb60f42dc300161b4bc23e1821d511
.metadata/.plugins/org.eclipse.core.resources/.history/af/d0ad49f52dc300161b4bc23e1821d511
.metadata/.plugins/org.eclipse.core.resources/.history/b0/5000a0f42dc300161b4bc23e1821d511
.metadata/.plugins/org.eclipse.core.resources/.history/b2/506665fb2dc300161b4bc23e1821d511
.metadata/.plugins/org.eclipse.core.resources/.history/bc/3094f7fb2dc300161b4bc23e1821d511
.metadata/.plugins/org.eclipse.core.resources/.history/c0/60234dfb2dc300161b4bc23e1821d511
.metadata/.plugins/org.eclipse.core.resources/.history/c4/f0e165f82dc300161b4bc23e1821d511
.metadata/.plugins/org.eclipse.core.resources/.history/c8/60b24afb2dc300161b4bc23e1821d511
.metadata/.plugins/org.eclipse.core.resources/.history/c8/f0e84ff82dc300161b4bc23e1821d511
.metadata/.plugins/org.eclipse.core.resources/.history/ca/202b26f62dc300161b4bc23e1821d511
.metadata/.plugins/org.eclipse.core.resources/.history/cc/602d7bfa2dc300161b4bc23e1821d511
.metadata/.plugins/org.eclipse.core.resources/.history/cc/704363fb2dc300161b4bc23e1821d511
.metadata/.plugins/org.eclipse.core.resources/.history/cc/a0ea2bfc2dc300161b4bc23e1821d511
.metadata/.plugins/org.eclipse.core.resources/.history/cc/c03577fa2dc300161b4bc23e1821d511
.metadata/.plugins/org.eclipse.core.resources/.history/cd/2024cbf32dc300161b4bc23e1821d511
.metadata/.plugins/org.eclipse.core.resources/.history/cd/a0e614f92dc300161b4bc23e1821d511
.metadata/.plugins/org.eclipse.core.resources/.history/ce/a041f7f72dc300161b4bc23e1821d511
.metadata/.plugins/org.eclipse.core.resources/.history/cf/6037a9f92dc300161b4bc23e1821d511
.metadata/.plugins/org.eclipse.core.resources/.history/da/70829dfa2dc300161b4bc23e1821d511
.metadata/.plugins/org.eclipse.core.resources/.history/db/005b7cf92dc300161b4bc23e1821d511
.metadata/.plugins/org.eclipse.core.resources/.history/dc/00b8cff32dc300161b4bc23e1821d511
.metadata/.plugins/org.eclipse.core.resources/.history/dd/302dd0f32dc300161b4bc23e1821d511
.metadata/.plugins/org.eclipse.core.resources/.history/de/b00558f52dc300161b4bc23e1821d511
.metadata/.plugins/org.eclipse.core.resources/.history/de/d027faf72dc300161b4bc23e1821d511
.metadata/.plugins/org.eclipse.core.resources/.history/e2/1002d3f52dc300161b4bc23e1821d511
.metadata/.plugins/org.eclipse.core.resources/.history/e4/00719cfa2dc300161b4bc23e1821d511
.metadata/.plugins/org.eclipse.core.resources/.history/e4/90497bf92dc300161b4bc23e1821d511
.metadata/.plugins/org.eclipse.core.resources/.history/e5/10ea5ff42dc300161b4bc23e1821d511
.metadata/.plugins/org.eclipse.core.resources/.history/e6/405f60f42dc300161b4bc23e1821d511
.metadata/.plugins/org.eclipse.core.resources/.history/e6/50975af82dc300161b4bc23e1821d511
.metadata/.plugins/org.eclipse.core.resources/.history/e7/a0254ff82dc300161b4bc23e1821d511
.metadata/.plugins/org.eclipse.core.resources/.history/e7/e07d9cf42dc300161b4bc23e1821d511
.metadata/.plugins/org.eclipse.core.resources/.history/e8/30135df92dc300161b4bc23e1821d511
.metadata/.plugins/org.eclipse.core.resources/.history/e9/404993fa2dc300161b4bc23e1821d511
.metadata/.plugins/org.eclipse.core.resources/.history/e9/50f14bf82dc300161b4bc23e1821d511
.metadata/.plugins/org.eclipse.core.resources/.history/e9/d038f4fb2dc300161b4bc23e1821d511
.metadata/.plugins/org.eclipse.core.resources/.history/eb/705930f52dc300161b4bc23e1821d511
.metadata/.plugins/org.eclipse.core.resources/.history/ec/a071fbf52dc300161b4bc23e1821d511
.metadata/.plugins/org.eclipse.core.resources/.history/ed/d0b8d9f52dc300161b4bc23e1821d511
.metadata/.plugins/org.eclipse.core.resources/.history/f1/b0df63fb2dc300161b4bc23e1821d511
.metadata/.plugins/org.eclipse.core.resources/.history/f2/d0af0df82dc300161b4bc23e1821d511
.metadata/.plugins/org.eclipse.core.resources/.history/f3/0026e1fb2dc300161b4bc23e1821d511
.metadata/.plugins/org.eclipse.core.resources/.history/f5/309be1fb2dc300161b4bc23e1821d511
.metadata/.plugins/org.eclipse.core.resources/.history/f5/60a05ff82dc300161b4bc23e1821d511
.metadata/.plugins/org.eclipse.core.resources/.history/f8/00020bf62dc300161b4bc23e1821d511
.metadata/.plugins/org.eclipse.core.resources/.history/fc/903ad4f52dc300161b4bc23e1821d511
.metadata/.plugins/org.eclipse.core.resources/.projects/RemoteSystemsTempFiles/.indexes/properties.index
.metadata/.plugins/org.eclipse.core.resources/.projects/RemoteSystemsTempFiles/.markers.snap
.metadata/.plugins/org.eclipse.core.resources/.projects/RemoteSystemsTempFiles/.syncinfo.snap
.metadata/.plugins/org.eclipse.core.resources/.projects/RemoteSystemsTempFiles/org.eclipse.egit.core/GitProjectData.properties
.metadata/.plugins/org.eclipse.core.resources/.projects/basic-api-all/.indexes/af/history.index
.metadata/.plugins/org.eclipse.core.resources/.projects/basic-api-all/.indexes/properties.index
.metadata/.plugins/org.eclipse.core.resources/.projects/basic-api-all/.location
.metadata/.plugins/org.eclipse.core.resources/.projects/basic-api-all/.markers.snap
.metadata/.plugins/org.eclipse.core.resources/.projects/basic-api-all/.syncinfo.snap
.metadata/.plugins/org.eclipse.core.resources/.projects/basic-api-all/org.eclipse.egit.core/GitProjectData.properties
.metadata/.plugins/org.eclipse.core.resources/.projects/basic-api-auth/.indexes/af/history.index
.metadata/.plugins/org.eclipse.core.resources/.projects/basic-api-auth/.indexes/properties.index
.metadata/.plugins/org.eclipse.core.resources/.projects/basic-api-auth/.location
.metadata/.plugins/org.eclipse.core.resources/.projects/basic-api-auth/.markers.snap
.metadata/.plugins/org.eclipse.core.resources/.projects/basic-api-auth/.syncinfo.snap
.metadata/.plugins/org.eclipse.core.resources/.projects/basic-api-auth/org.eclipse.egit.core/GitProjectData.properties
.metadata/.plugins/org.eclipse.core.resources/.projects/basic-api-remote-service/.indexes/af/history.index
.metadata/.plugins/org.eclipse.core.resources/.projects/basic-api-remote-service/.indexes/properties.index
.metadata/.plugins/org.eclipse.core.resources/.projects/basic-api-remote-service/.location
.metadata/.plugins/org.eclipse.core.resources/.projects/basic-api-remote-service/.markers.snap
.metadata/.plugins/org.eclipse.core.resources/.projects/basic-api-remote-service/.syncinfo.snap
.metadata/.plugins/org.eclipse.core.resources/.projects/basic-api-remote-service/org.eclipse.egit.core/GitProjectData.properties
.metadata/.plugins/org.eclipse.core.resources/.projects/basic-api-resume/.indexes/af/history.index
.metadata/.plugins/org.eclipse.core.resources/.projects/basic-api-resume/.indexes/properties.index
.metadata/.plugins/org.eclipse.core.resources/.projects/basic-api-resume/.location
.metadata/.plugins/org.eclipse.core.resources/.projects/basic-api-resume/.markers.snap
.metadata/.plugins/org.eclipse.core.resources/.projects/basic-api-resume/.syncinfo.snap
.metadata/.plugins/org.eclipse.core.resources/.projects/basic-api-resume/org.eclipse.egit.core/GitProjectData.properties
.metadata/.plugins/org.eclipse.core.resources/.projects/basic-api-search/.indexes/af/history.index
.metadata/.plugins/org.eclipse.core.resources/.projects/basic-api-search/.indexes/properties.index
.metadata/.plugins/org.eclipse.core.resources/.projects/basic-api-search/.location
.metadata/.plugins/org.eclipse.core.resources/.projects/basic-api-search/.markers.snap
.metadata/.plugins/org.eclipse.core.resources/.projects/basic-api-search/.syncinfo.snap
.metadata/.plugins/org.eclipse.core.resources/.projects/basic-api-search/org.eclipse.egit.core/GitProjectData.properties
.metadata/.plugins/org.eclipse.core.resources/.projects/basic-api/.indexes/properties.index
.metadata/.plugins/org.eclipse.core.resources/.projects/basic-api/.markers.snap
.metadata/.plugins/org.eclipse.core.resources/.projects/basic-api/.syncinfo.snap
.metadata/.plugins/org.eclipse.core.resources/.projects/basic-api/org.eclipse.egit.core/GitProjectData.properties
.metadata/.plugins/org.eclipse.core.resources/.projects/core/.indexes/af/history.index
.metadata/.plugins/org.eclipse.core.resources/.projects/core/.indexes/properties.index
.metadata/.plugins/org.eclipse.core.resources/.projects/core/.markers.snap
.metadata/.plugins/org.eclipse.core.resources/.projects/core/.syncinfo.snap
.metadata/.plugins/org.eclipse.core.resources/.projects/core/org.eclipse.egit.core/GitProjectData.properties
.metadata/.plugins/org.eclipse.core.resources/.projects/dao/.indexes/af/history.index
.metadata/.plugins/org.eclipse.core.resources/.projects/dao/.indexes/properties.index
.metadata/.plugins/org.eclipse.core.resources/.projects/dao/.location
.metadata/.plugins/org.eclipse.core.resources/.projects/dao/.markers.snap
.metadata/.plugins/org.eclipse.core.resources/.projects/dao/.syncinfo.snap
.metadata/.plugins/org.eclipse.core.resources/.projects/dao/org.eclipse.egit.core/GitProjectData.properties
.metadata/.plugins/org.eclipse.core.resources/.projects/elite-api-all/.indexes/af/history.index
.metadata/.plugins/org.eclipse.core.resources/.projects/elite-api-all/.indexes/properties.index
.metadata/.plugins/org.eclipse.core.resources/.projects/elite-api-all/.location
.metadata/.plugins/org.eclipse.core.resources/.projects/elite-api-all/.markers.snap
.metadata/.plugins/org.eclipse.core.resources/.projects/elite-api-all/.syncinfo.snap
.metadata/.plugins/org.eclipse.core.resources/.projects/elite-api-all/org.eclipse.egit.core/GitProjectData.properties
.metadata/.plugins/org.eclipse.core.resources/.projects/elite-api-remote-service/.indexes/af/history.index
.metadata/.plugins/org.eclipse.core.resources/.projects/elite-api-remote-service/.indexes/properties.index
.metadata/.plugins/org.eclipse.core.resources/.projects/elite-api-remote-service/.location
.metadata/.plugins/org.eclipse.core.resources/.projects/elite-api-remote-service/.markers.snap
.metadata/.plugins/org.eclipse.core.resources/.projects/elite-api-remote-service/.syncinfo.snap
.metadata/.plugins/org.eclipse.core.resources/.projects/elite-api-remote-service/org.eclipse.egit.core/GitProjectData.properties
.metadata/.plugins/org.eclipse.core.resources/.projects/elite-api/.indexes/properties.index
.metadata/.plugins/org.eclipse.core.resources/.projects/elite-api/.markers.snap
.metadata/.plugins/org.eclipse.core.resources/.projects/elite-api/.syncinfo.snap
.metadata/.plugins/org.eclipse.core.resources/.projects/elite-api/org.eclipse.egit.core/GitProjectData.properties
.metadata/.plugins/org.eclipse.core.resources/.projects/elite-app-web-c/.indexes/af/history.index
.metadata/.plugins/org.eclipse.core.resources/.projects/elite-app-web-c/.indexes/properties.index
.metadata/.plugins/org.eclipse.core.resources/.projects/elite-app-web-c/.location
.metadata/.plugins/org.eclipse.core.resources/.projects/elite-app-web-c/.markers.snap
.metadata/.plugins/org.eclipse.core.resources/.projects/elite-app-web-c/.syncinfo.snap
.metadata/.plugins/org.eclipse.core.resources/.projects/elite-app-web-c/org.eclipse.egit.core/GitProjectData.properties
.metadata/.plugins/org.eclipse.core.resources/.projects/elite-app/.indexes/properties.index
.metadata/.plugins/org.eclipse.core.resources/.projects/elite-app/.markers.snap
.metadata/.plugins/org.eclipse.core.resources/.projects/elite-app/.syncinfo.snap
.metadata/.plugins/org.eclipse.core.resources/.projects/elite-app/org.eclipse.egit.core/GitProjectData.properties
.metadata/.plugins/org.eclipse.core.resources/.projects/lieni-api/.indexes/properties.index
.metadata/.plugins/org.eclipse.core.resources/.projects/lieni-api/.markers.snap
.metadata/.plugins/org.eclipse.core.resources/.projects/lieni-api/.syncinfo.snap
.metadata/.plugins/org.eclipse.core.resources/.projects/lieni-api/org.eclipse.egit.core/GitProjectData.properties
.metadata/.plugins/org.eclipse.core.resources/.projects/lieni-app/.indexes/properties.index
.metadata/.plugins/org.eclipse.core.resources/.projects/lieni-app/.markers.snap
.metadata/.plugins/org.eclipse.core.resources/.projects/lieni-app/.syncinfo.snap
.metadata/.plugins/org.eclipse.core.resources/.projects/lieni-app/org.eclipse.egit.core/GitProjectData.properties
.metadata/.plugins/org.eclipse.core.resources/.projects/lieni-plugin/.indexes/properties.index
.metadata/.plugins/org.eclipse.core.resources/.projects/lieni-plugin/.markers.snap
.metadata/.plugins/org.eclipse.core.resources/.projects/lieni-plugin/.syncinfo.snap
.metadata/.plugins/org.eclipse.core.resources/.projects/lieni-plugin/org.eclipse.egit.core/GitProjectData.properties
.metadata/.plugins/org.eclipse.core.resources/.projects/model/.indexes/af/history.index
.metadata/.plugins/org.eclipse.core.resources/.projects/model/.indexes/properties.index
.metadata/.plugins/org.eclipse.core.resources/.projects/model/.markers.snap
.metadata/.plugins/org.eclipse.core.resources/.projects/model/.syncinfo.snap
.metadata/.plugins/org.eclipse.core.resources/.projects/model/org.eclipse.egit.core/GitProjectData.properties
.metadata/.plugins/org.eclipse.core.resources/.projects/mybatis-plugin/.indexes/af/history.index
.metadata/.plugins/org.eclipse.core.resources/.projects/mybatis-plugin/.indexes/properties.index
.metadata/.plugins/org.eclipse.core.resources/.projects/mybatis-plugin/.location
.metadata/.plugins/org.eclipse.core.resources/.projects/mybatis-plugin/.markers.snap
.metadata/.plugins/org.eclipse.core.resources/.projects/mybatis-plugin/.syncinfo.snap
.metadata/.plugins/org.eclipse.core.resources/.projects/mybatis-plugin/org.eclipse.egit.core/GitProjectData.properties
.metadata/.plugins/org.eclipse.core.resources/.projects/static-builder/.indexes/af/history.index
.metadata/.plugins/org.eclipse.core.resources/.projects/static-builder/.indexes/properties.index
.metadata/.plugins/org.eclipse.core.resources/.projects/static-builder/.location
.metadata/.plugins/org.eclipse.core.resources/.projects/static-builder/.markers.snap
.metadata/.plugins/org.eclipse.core.resources/.projects/static-builder/.syncinfo.snap
.metadata/.plugins/org.eclipse.core.resources/.projects/static-builder/org.eclipse.egit.core/GitProjectData.properties
.metadata/.plugins/org.eclipse.core.resources/.root/.indexes/history.version
.metadata/.plugins/org.eclipse.core.resources/.root/.indexes/properties.index
.metadata/.plugins/org.eclipse.core.resources/.root/.indexes/properties.version
.metadata/.plugins/org.eclipse.core.resources/.root/.markers.snap
.metadata/.plugins/org.eclipse.core.resources/.root/1.tree
.metadata/.plugins/org.eclipse.core.resources/.safetable/org.eclipse.core.resources
.metadata/.plugins/org.eclipse.core.resources/1.snap
.metadata/.plugins/org.eclipse.e4.workbench/workbench.xmi
.metadata/.plugins/org.eclipse.epp.logging.aeri.ide/org.eclipse.epp.logging.aeri.ide.server/local-history/_0.fdt
.metadata/.plugins/org.eclipse.epp.logging.aeri.ide/org.eclipse.epp.logging.aeri.ide.server/local-history/_0.fdx
.metadata/.plugins/org.eclipse.epp.logging.aeri.ide/org.eclipse.epp.logging.aeri.ide.server/local-history/_0.fnm
.metadata/.plugins/org.eclipse.epp.logging.aeri.ide/org.eclipse.epp.logging.aeri.ide.server/local-history/_0.frq
.metadata/.plugins/org.eclipse.epp.logging.aeri.ide/org.eclipse.epp.logging.aeri.ide.server/local-history/_0.nrm
.metadata/.plugins/org.eclipse.epp.logging.aeri.ide/org.eclipse.epp.logging.aeri.ide.server/local-history/_0.tii
.metadata/.plugins/org.eclipse.epp.logging.aeri.ide/org.eclipse.epp.logging.aeri.ide.server/local-history/_0.tis
.metadata/.plugins/org.eclipse.epp.logging.aeri.ide/org.eclipse.epp.logging.aeri.ide.server/local-history/segments.gen
.metadata/.plugins/org.eclipse.epp.logging.aeri.ide/org.eclipse.epp.logging.aeri.ide.server/local-history/segments_1
.metadata/.plugins/org.eclipse.epp.logging.aeri.ide/org.eclipse.epp.logging.aeri.ide.server/local-history/write.lock
.metadata/.plugins/org.eclipse.epp.logging.aeri.ide/org.eclipse.epp.logging.aeri.ide.server/remote-history/_0.fdt
.metadata/.plugins/org.eclipse.epp.logging.aeri.ide/org.eclipse.epp.logging.aeri.ide.server/remote-history/_0.fdx
.metadata/.plugins/org.eclipse.epp.logging.aeri.ide/org.eclipse.epp.logging.aeri.ide.server/remote-history/_0.fnm
.metadata/.plugins/org.eclipse.epp.logging.aeri.ide/org.eclipse.epp.logging.aeri.ide.server/remote-history/_0.frq
.metadata/.plugins/org.eclipse.epp.logging.aeri.ide/org.eclipse.epp.logging.aeri.ide.server/remote-history/_0.nrm
.metadata/.plugins/org.eclipse.epp.logging.aeri.ide/org.eclipse.epp.logging.aeri.ide.server/remote-history/_0.tii
.metadata/.plugins/org.eclipse.epp.logging.aeri.ide/org.eclipse.epp.logging.aeri.ide.server/remote-history/_0.tis
.metadata/.plugins/org.eclipse.epp.logging.aeri.ide/org.eclipse.epp.logging.aeri.ide.server/remote-history/segments.gen
.metadata/.plugins/org.eclipse.epp.logging.aeri.ide/org.eclipse.epp.logging.aeri.ide.server/remote-history/segments_1
.metadata/.plugins/org.eclipse.epp.logging.aeri.ide/org.eclipse.epp.logging.aeri.ide.server/server-config.json
.metadata/.plugins/org.eclipse.epp.logging.aeri.ide/org.jboss.tools/local-history/_0.fdt
.metadata/.plugins/org.eclipse.epp.logging.aeri.ide/org.jboss.tools/local-history/_0.fdx
.metadata/.plugins/org.eclipse.epp.logging.aeri.ide/org.jboss.tools/local-history/_0.fnm
.metadata/.plugins/org.eclipse.epp.logging.aeri.ide/org.jboss.tools/local-history/_0.frq
.metadata/.plugins/org.eclipse.epp.logging.aeri.ide/org.jboss.tools/local-history/_0.nrm
.metadata/.plugins/org.eclipse.epp.logging.aeri.ide/org.jboss.tools/local-history/_0.tii
.metadata/.plugins/org.eclipse.epp.logging.aeri.ide/org.jboss.tools/local-history/_0.tis
.metadata/.plugins/org.eclipse.epp.logging.aeri.ide/org.jboss.tools/local-history/segments.gen
.metadata/.plugins/org.eclipse.epp.logging.aeri.ide/org.jboss.tools/local-history/segments_1
.metadata/.plugins/org.eclipse.epp.logging.aeri.ide/org.jboss.tools/local-history/write.lock
.metadata/.plugins/org.eclipse.epp.logging.aeri.ide/org.jboss.tools/remote-history/_0.fdt
.metadata/.plugins/org.eclipse.epp.logging.aeri.ide/org.jboss.tools/remote-history/_0.fdx
.metadata/.plugins/org.eclipse.epp.logging.aeri.ide/org.jboss.tools/remote-history/_0.fnm
.metadata/.plugins/org.eclipse.epp.logging.aeri.ide/org.jboss.tools/remote-history/_0.frq
.metadata/.plugins/org.eclipse.epp.logging.aeri.ide/org.jboss.tools/remote-history/_0.nrm
.metadata/.plugins/org.eclipse.epp.logging.aeri.ide/org.jboss.tools/remote-history/_0.tii
.metadata/.plugins/org.eclipse.epp.logging.aeri.ide/org.jboss.tools/remote-history/_0.tis
.metadata/.plugins/org.eclipse.epp.logging.aeri.ide/org.jboss.tools/remote-history/segments.gen
.metadata/.plugins/org.eclipse.epp.logging.aeri.ide/org.jboss.tools/remote-history/segments_1
.metadata/.plugins/org.eclipse.epp.logging.aeri.ide/org.jboss.tools/server-config.json
.metadata/.plugins/org.eclipse.jdt.core/1319774933.index
.metadata/.plugins/org.eclipse.jdt.core/1896386436.index
.metadata/.plugins/org.eclipse.jdt.core/3161919046.index
.metadata/.plugins/org.eclipse.jdt.core/3678006507.index
.metadata/.plugins/org.eclipse.jdt.core/539187166.index
.metadata/.plugins/org.eclipse.jdt.core/assumedExternalFilesCache
.metadata/.plugins/org.eclipse.jdt.core/externalFilesCache
.metadata/.plugins/org.eclipse.jdt.core/externalLibsTimeStamps
.metadata/.plugins/org.eclipse.jdt.core/indexNamesMap.txt
.metadata/.plugins/org.eclipse.jdt.core/javaLikeNames.txt
.metadata/.plugins/org.eclipse.jdt.core/nonChainingJarsCache
.metadata/.plugins/org.eclipse.jdt.core/savedIndexNames.txt
.metadata/.plugins/org.eclipse.jdt.core/variablesAndContainers.dat
.metadata/.plugins/org.eclipse.jdt.launching/.install.xml
.metadata/.plugins/org.eclipse.jdt.launching/libraryInfos.xml
.metadata/.plugins/org.eclipse.jdt.ui/OpenTypeHistory.xml
.metadata/.plugins/org.eclipse.jdt.ui/QualifiedTypeNameHistory.xml
.metadata/.plugins/org.eclipse.jdt.ui/dialog_settings.xml
.metadata/.plugins/org.eclipse.m2e.core.ui/dialog_settings.xml
.metadata/.plugins/org.eclipse.m2e.core/basic-api-all.lifecyclemapping
.metadata/.plugins/org.eclipse.m2e.core/basic-api-auth.lifecyclemapping
.metadata/.plugins/org.eclipse.m2e.core/basic-api-remote-service.lifecyclemapping
.metadata/.plugins/org.eclipse.m2e.core/basic-api-resume.lifecyclemapping
.metadata/.plugins/org.eclipse.m2e.core/basic-api-search.lifecyclemapping
.metadata/.plugins/org.eclipse.m2e.core/basic-api.lifecyclemapping
.metadata/.plugins/org.eclipse.m2e.core/core.lifecyclemapping
.metadata/.plugins/org.eclipse.m2e.core/dao.lifecyclemapping
.metadata/.plugins/org.eclipse.m2e.core/elite-api-all.lifecyclemapping
.metadata/.plugins/org.eclipse.m2e.core/elite-api-remote-service.lifecyclemapping
.metadata/.plugins/org.eclipse.m2e.core/elite-api.lifecyclemapping
.metadata/.plugins/org.eclipse.m2e.core/elite-app-web-c.lifecyclemapping
.metadata/.plugins/org.eclipse.m2e.core/elite-app.lifecyclemapping
.metadata/.plugins/org.eclipse.m2e.core/lieni-api.lifecyclemapping
.metadata/.plugins/org.eclipse.m2e.core/lieni-app.lifecyclemapping
.metadata/.plugins/org.eclipse.m2e.core/lieni-plugin.lifecyclemapping
.metadata/.plugins/org.eclipse.m2e.core/model.lifecyclemapping
.metadata/.plugins/org.eclipse.m2e.core/mybatis-plugin.lifecyclemapping
.metadata/.plugins/org.eclipse.m2e.core/nexus/031167422e5c6f3aa6073926df6b68af/_0.cfs
.metadata/.plugins/org.eclipse.m2e.core/nexus/031167422e5c6f3aa6073926df6b68af/segments.gen
.metadata/.plugins/org.eclipse.m2e.core/nexus/031167422e5c6f3aa6073926df6b68af/segments_2
.metadata/.plugins/org.eclipse.m2e.core/nexus/031167422e5c6f3aa6073926df6b68af/write.lock
.metadata/.plugins/org.eclipse.m2e.core/nexus/05b0fe8524860bd73cbb07ef30fb34cc/_0.cfs
.metadata/.plugins/org.eclipse.m2e.core/nexus/05b0fe8524860bd73cbb07ef30fb34cc/segments.gen
.metadata/.plugins/org.eclipse.m2e.core/nexus/05b0fe8524860bd73cbb07ef30fb34cc/segments_2
.metadata/.plugins/org.eclipse.m2e.core/nexus/05b0fe8524860bd73cbb07ef30fb34cc/write.lock
.metadata/.plugins/org.eclipse.m2e.core/nexus/2c5df51b445a52d8f8fe4149aac3b3c4/_a.cfs
.metadata/.plugins/org.eclipse.m2e.core/nexus/2c5df51b445a52d8f8fe4149aac3b3c4/_a_2.del
.metadata/.plugins/org.eclipse.m2e.core/nexus/2c5df51b445a52d8f8fe4149aac3b3c4/_b.cfs
.metadata/.plugins/org.eclipse.m2e.core/nexus/2c5df51b445a52d8f8fe4149aac3b3c4/_c.cfs
.metadata/.plugins/org.eclipse.m2e.core/nexus/2c5df51b445a52d8f8fe4149aac3b3c4/segments.gen
.metadata/.plugins/org.eclipse.m2e.core/nexus/2c5df51b445a52d8f8fe4149aac3b3c4/segments_d
.metadata/.plugins/org.eclipse.m2e.core/nexus/2c5df51b445a52d8f8fe4149aac3b3c4/write.lock
.metadata/.plugins/org.eclipse.m2e.core/nexus/830bc118332e77292949ed1e6d2fabe0/_k.cfs
.metadata/.plugins/org.eclipse.m2e.core/nexus/830bc118332e77292949ed1e6d2fabe0/_l.cfs
.metadata/.plugins/org.eclipse.m2e.core/nexus/830bc118332e77292949ed1e6d2fabe0/_m.cfs
.metadata/.plugins/org.eclipse.m2e.core/nexus/830bc118332e77292949ed1e6d2fabe0/segments.gen
.metadata/.plugins/org.eclipse.m2e.core/nexus/830bc118332e77292949ed1e6d2fabe0/segments_m
.metadata/.plugins/org.eclipse.m2e.core/nexus/830bc118332e77292949ed1e6d2fabe0/write.lock
.metadata/.plugins/org.eclipse.m2e.core/static-builder.lifecyclemapping
.metadata/.plugins/org.eclipse.m2e.core/workspaceState.ser
.metadata/.plugins/org.eclipse.m2e.core/workspacestate.properties
.metadata/.plugins/org.eclipse.m2e.jdt/basic-api-all.container
.metadata/.plugins/org.eclipse.m2e.jdt/basic-api-auth.container
.metadata/.plugins/org.eclipse.m2e.jdt/basic-api-remote-service.container
.metadata/.plugins/org.eclipse.m2e.jdt/basic-api-resume.container
.metadata/.plugins/org.eclipse.m2e.jdt/basic-api-search.container
.metadata/.plugins/org.eclipse.m2e.jdt/basic-api.container
.metadata/.plugins/org.eclipse.m2e.jdt/core.container
.metadata/.plugins/org.eclipse.m2e.jdt/dao.container
.metadata/.plugins/org.eclipse.m2e.jdt/elite-api-all.container
.metadata/.plugins/org.eclipse.m2e.jdt/elite-api-remote-service.container
.metadata/.plugins/org.eclipse.m2e.jdt/elite-api.container
.metadata/.plugins/org.eclipse.m2e.jdt/elite-app-web-c.container
.metadata/.plugins/org.eclipse.m2e.jdt/elite-app.container
.metadata/.plugins/org.eclipse.m2e.jdt/lieni-api.container
.metadata/.plugins/org.eclipse.m2e.jdt/lieni-app.container
.metadata/.plugins/org.eclipse.m2e.jdt/lieni-plugin.container
.metadata/.plugins/org.eclipse.m2e.jdt/model.container
.metadata/.plugins/org.eclipse.m2e.jdt/mybatis-plugin.container
.metadata/.plugins/org.eclipse.m2e.jdt/static-builder.container
.metadata/.plugins/org.eclipse.m2e.logback.configuration/logback.1.7.0.20160603-1933.xml
.metadata/.plugins/org.eclipse.oomph.setup/workspace.setup
.metadata/.plugins/org.eclipse.pde.core/.cache/clean-cache.properties
.metadata/.plugins/org.eclipse.rse.core/initializerMarks/org.eclipse.rse.internal.core.RSELocalConnectionInitializer.mark
.metadata/.plugins/org.eclipse.rse.core/profiles/PRF.rysh091_0/FP.local.files_0/node.properties
.metadata/.plugins/org.eclipse.rse.core/profiles/PRF.rysh091_0/H.local_16/node.properties
.metadata/.plugins/org.eclipse.rse.core/profiles/PRF.rysh091_0/node.properties
.metadata/.plugins/org.eclipse.tm.terminal.view.ui/.executables/data.properties
.metadata/.plugins/org.eclipse.ui.intro/introstate
.metadata/.plugins/org.eclipse.ui.workbench/dialog_settings.xml
.metadata/.plugins/org.eclipse.ui.workbench/workingsets.xml
.metadata/.plugins/org.eclipse.wst.common.snippets/hidden.xml
.metadata/.plugins/org.eclipse.wst.common.snippets/user.xml
.metadata/.plugins/org.eclipse.wst.jsdt.core/externalLibsTimeStamps
.metadata/.plugins/org.eclipse.wst.jsdt.core/indexes/1125018321.index
.metadata/.plugins/org.eclipse.wst.jsdt.core/indexes/1692260365.index
.metadata/.plugins/org.eclipse.wst.jsdt.core/indexes/1723716864.index
.metadata/.plugins/org.eclipse.wst.jsdt.core/indexes/1752317227.index
.metadata/.plugins/org.eclipse.wst.jsdt.core/indexes/2845916363.index
.metadata/.plugins/org.eclipse.wst.jsdt.core/indexes/2891156796.index
.metadata/.plugins/org.eclipse.wst.jsdt.core/indexes/3738810856.index
.metadata/.plugins/org.eclipse.wst.jsdt.core/indexes/3999328701.index
.metadata/.plugins/org.eclipse.wst.jsdt.core/indexes/4094844121.index
.metadata/.plugins/org.eclipse.wst.jsdt.core/indexes/539187166.index
.metadata/.plugins/org.eclipse.wst.jsdt.core/indexes/savedIndexNames.txt
.metadata/.plugins/org.eclipse.wst.jsdt.core/libraries/baseBrowserLibrary.js
.metadata/.plugins/org.eclipse.wst.jsdt.core/libraries/browserWindow.js
.metadata/.plugins/org.eclipse.wst.jsdt.core/libraries/dom5.js
.metadata/.plugins/org.eclipse.wst.jsdt.core/libraries/system.js
.metadata/.plugins/org.eclipse.wst.jsdt.core/libraries/xhr.js
.metadata/.plugins/org.eclipse.wst.jsdt.core/variablesAndContainers.dat
.metadata/.plugins/org.eclipse.wst.jsdt.ui/OpenTypeHistory.xml
.metadata/.plugins/org.eclipse.wst.jsdt.ui/QualifiedTypeNameHistory.xml
.metadata/.plugins/org.eclipse.wst.sse.core/task-tags.properties
.metadata/.plugins/org.jboss.ide.eclipse.as.core/.global/filesets/default/org.jboss.ide.eclipse.as.32
.metadata/.plugins/org.jboss.ide.eclipse.as.core/.global/filesets/default/org.jboss.ide.eclipse.as.40
.metadata/.plugins/org.jboss.ide.eclipse.as.core/.global/filesets/default/org.jboss.ide.eclipse.as.42
.metadata/.plugins/org.jboss.ide.eclipse.as.core/.global/filesets/default/org.jboss.ide.eclipse.as.50
.metadata/.plugins/org.jboss.ide.eclipse.as.core/.global/filesets/default/org.jboss.ide.eclipse.as.51
.metadata/.plugins/org.jboss.ide.eclipse.as.core/.global/filesets/default/org.jboss.ide.eclipse.as.60
.metadata/.plugins/org.jboss.ide.eclipse.as.core/.global/filesets/default/org.jboss.ide.eclipse.as.70
.metadata/.plugins/org.jboss.ide.eclipse.as.core/.global/filesets/default/org.jboss.ide.eclipse.as.71
.metadata/.plugins/org.jboss.ide.eclipse.as.core/.global/filesets/default/org.jboss.ide.eclipse.as.eap.43
.metadata/.plugins/org.jboss.ide.eclipse.as.core/.global/filesets/default/org.jboss.ide.eclipse.as.eap.50
.metadata/.plugins/org.jboss.ide.eclipse.as.core/.global/filesets/default/org.jboss.ide.eclipse.as.eap.60
.metadata/.plugins/org.jboss.ide.eclipse.as.core/.global/filesets/default/org.jboss.ide.eclipse.as.eap.61
.metadata/.plugins/org.jboss.ide.eclipse.as.core/.global/filesets/default/org.jboss.ide.eclipse.as.eap.70
.metadata/.plugins/org.jboss.ide.eclipse.as.core/.global/filesets/default/org.jboss.ide.eclipse.as.wildfly.100
.metadata/.plugins/org.jboss.ide.eclipse.as.core/.global/filesets/default/org.jboss.ide.eclipse.as.wildfly.80
.metadata/.plugins/org.jboss.ide.eclipse.as.core/.global/filesets/default/org.jboss.ide.eclipse.as.wildfly.90
.metadata/.plugins/org.jboss.tools.cdi.core/bean-archives.txt
.metadata/.plugins/org.jboss.tools.central/central/7c396cd/css/jboss-app.css
.metadata/.plugins/org.jboss.tools.central/central/7c396cd/images/background.jpg
.metadata/.plugins/org.jboss.tools.central/central/7c396cd/images/icon-addtools.png
.metadata/.plugins/org.jboss.tools.central/central/7c396cd/images/icon-addtools.svg
.metadata/.plugins/org.jboss.tools.central/central/7c396cd/images/icon-community.png
.metadata/.plugins/org.jboss.tools.central/central/7c396cd/images/icon-community.svg
.metadata/.plugins/org.jboss.tools.central/central/7c396cd/images/icon-default.png
.metadata/.plugins/org.jboss.tools.central/central/7c396cd/images/icon-html5.png
.metadata/.plugins/org.jboss.tools.central/central/7c396cd/images/icon-hybridmobile.gif
.metadata/.plugins/org.jboss.tools.central/central/7c396cd/images/icon-info.png
.metadata/.plugins/org.jboss.tools.central/central/7c396cd/images/icon-info.svg
.metadata/.plugins/org.jboss.tools.central/central/7c396cd/images/icon-javaee.gif
.metadata/.plugins/org.jboss.tools.central/central/7c396cd/images/icon-openshift.gif
.metadata/.plugins/org.jboss.tools.central/central/7c396cd/index.html
.metadata/.plugins/org.jboss.tools.central/central/7c396cd/js/main.min.js
.metadata/.plugins/org.jboss.tools.central/central/7c396cd/lib/bootstrap-sass-official/fonts/glyphicons-halflings-regular.eot
.metadata/.plugins/org.jboss.tools.central/central/7c396cd/lib/bootstrap-sass-official/fonts/glyphicons-halflings-regular.svg
.metadata/.plugins/org.jboss.tools.central/central/7c396cd/lib/bootstrap-sass-official/fonts/glyphicons-halflings-regular.ttf
.metadata/.plugins/org.jboss.tools.central/central/7c396cd/lib/bootstrap-sass-official/fonts/glyphicons-halflings-regular.woff
.metadata/.plugins/org.jboss.tools.central/central/7c396cd/lib/bootstrap-sass-official/fonts/glyphicons-halflings-regular.woff2
.metadata/.plugins/org.jboss.tools.central/central/7c396cd/lib/bootstrap-sass-official/js/bootstrap.min.js
.metadata/.plugins/org.jboss.tools.central/central/7c396cd/lib/jquery-highlight/js/jquery.highlight.js
.metadata/.plugins/org.jboss.tools.central/central/7c396cd/lib/jquery/js/jquery.min.js
.metadata/.plugins/org.jboss.tools.central/central/7c396cd/lib/twbs-pagination/js/jquery.twbsPagination.min.js
.metadata/.plugins/org.jboss.tools.central/central/loading_2.1.0.Final_v20160613_2000_B8.html
.metadata/.plugins/org.jboss.tools.central/images/1072245283/html5.png
.metadata/.plugins/org.jboss.tools.central/images/1081903135/jbossforge_icon_16px.png
.metadata/.plugins/org.jboss.tools.central/images/120008326/images%2Ffuse_integration_wizard.png
.metadata/.plugins/org.jboss.tools.central/images/1303548886/new_m2_project.gif
.metadata/.plugins/org.jboss.tools.central/images/1312968272/images%2Fwizards%2Fopenshift-logo-white-icon.png
.metadata/.plugins/org.jboss.tools.central/images/1434786077/openshift-logo-white-icon.png
.metadata/.plugins/org.jboss.tools.central/images/1580004337/newwebprj_wiz.gif
.metadata/.plugins/org.jboss.tools.central/images/1921345874/newcordovaprj_wiz.png
.metadata/.plugins/org.jboss.tools.central/images/220095120/images%2Fwizards%2Fhtml5.png
.metadata/.plugins/org.jboss.tools.central/images/275264962/images%2Fwizards%2Fnewwebprj_wiz.gif
.metadata/.plugins/org.jboss.tools.central/images/375224535/images%2Fwizards%2Fnew_m2_project.gif
.metadata/.plugins/org.jboss.tools.central/images/488005876/images%2Fwizards%2Fjbossforge_icon_16px.png
.metadata/.plugins/org.jboss.tools.central/images/633831035/images%2Fwizards%2Fnewcordovaprj_wiz.png
.metadata/.plugins/org.jboss.tools.central/proxyWizards/1481851152033/.rcache/.contributions.1
.metadata/.plugins/org.jboss.tools.central/proxyWizards/1481851152033/.rcache/.contributors.1
.metadata/.plugins/org.jboss.tools.central/proxyWizards/1481851152033/.rcache/.extraData.1
.metadata/.plugins/org.jboss.tools.central/proxyWizards/1481851152033/.rcache/.mainData.1
.metadata/.plugins/org.jboss.tools.central/proxyWizards/1481851152033/.rcache/.manager/.fileTable.7
.metadata/.plugins/org.jboss.tools.central/proxyWizards/1481851152033/.rcache/.manager/.fileTable.8
.metadata/.plugins/org.jboss.tools.central/proxyWizards/1481851152033/.rcache/.manager/.fileTableLock
.metadata/.plugins/org.jboss.tools.central/proxyWizards/1481851152033/.rcache/.namespaces.1
.metadata/.plugins/org.jboss.tools.central/proxyWizards/1481851152033/.rcache/.orphans.1
.metadata/.plugins/org.jboss.tools.central/proxyWizards/1481851152033/.rcache/.table.1
.metadata/.plugins/org.jboss.tools.central/proxyWizards/1481851152033/org.jboss.tools.central.discovery.earlyaccess_4.4.2.Final_v20161125_1830_B59.jar_1641110262190009175.jar
.metadata/.plugins/org.jboss.tools.central/proxyWizards/1481851152033/org.jboss.tools.central.discovery.integration_stack.earlyaccess_4.4.0.Final_v20161115_1505_B538.jar_8943469389166374900.jar
.metadata/.plugins/org.jboss.tools.central/proxyWizards/1481851152033/org.jboss.tools.central.discovery.integration_stack_4.4.0.Final_v20161115_1505_B538.jar_4475891347848393978.jar
.metadata/.plugins/org.jboss.tools.central/proxyWizards/1481851152033/org.jboss.tools.central.discovery_4.4.2.Final_v20161125_1830_B59.jar_8468463792107766399.jar
.metadata/.plugins/org.jboss.tools.common.model/images/default.gif
.metadata/.plugins/org.jboss.tools.common.projecttemplates/lib/ApacheCommon2.3/common-annotations.jar
.metadata/.plugins/org.jboss.tools.common.projecttemplates/lib/ApacheCommon2.3/commons-beanutils.jar
.metadata/.plugins/org.jboss.tools.common.projecttemplates/lib/ApacheCommon2.3/commons-collections.jar
.metadata/.plugins/org.jboss.tools.common.projecttemplates/lib/ApacheCommon2.3/commons-digester.jar
.metadata/.plugins/org.jboss.tools.common.projecttemplates/lib/ApacheCommon2.3/commons-logging.jar
.metadata/.plugins/org.jboss.tools.common.projecttemplates/lib/ApacheCommon2.3/jstl.jar
.metadata/.plugins/org.jboss.tools.common.projecttemplates/lib/ApacheCommon2.3/standard.jar
.metadata/.plugins/org.jboss.tools.common.projecttemplates/lib/RichFaces3.1/richfaces-api-3.1.6.SR1.jar
.metadata/.plugins/org.jboss.tools.common.projecttemplates/lib/RichFaces3.1/richfaces-impl-3.1.6.SR1.jar
.metadata/.plugins/org.jboss.tools.common.projecttemplates/lib/RichFaces3.1/richfaces-ui-3.1.6.SR1.jar
.metadata/.plugins/org.jboss.tools.common.projecttemplates/lib/RichFaces3.3/richfaces-api-3.3.3.Final.jar
.metadata/.plugins/org.jboss.tools.common.projecttemplates/lib/RichFaces3.3/richfaces-impl-3.3.3.Final.jar
.metadata/.plugins/org.jboss.tools.common.projecttemplates/lib/RichFaces3.3/richfaces-ui-3.3.3.Final.jar
.metadata/.plugins/org.jboss.tools.common.projecttemplates/lib/Tiles/struts.jar
.metadata/.plugins/org.jboss.tools.common.projecttemplates/lib/facelets/jsf-facelets.jar
.metadata/.plugins/org.jboss.tools.common.projecttemplates/lib/jsf-1.2/jsf-tlds.jar
.metadata/.plugins/org.jboss.tools.common.projecttemplates/lib/servlet/2.2/servlet.jar
.metadata/.plugins/org.jboss.tools.common.projecttemplates/lib/servlet/2.3/servlet.jar
.metadata/.plugins/org.jboss.tools.common.projecttemplates/lib/servlet/2.4/jsp-api.jar
.metadata/.plugins/org.jboss.tools.common.projecttemplates/lib/servlet/2.4/servlet-api.jar
.metadata/.plugins/org.jboss.tools.common.projecttemplates/templates/JSFCapabilities.xml
.metadata/.plugins/org.jboss.tools.common.projecttemplates/templates/JSFVersions.xml
.metadata/.plugins/org.jboss.tools.common.projecttemplates/templates/jsf-1.1/JSFBlankWithLibs/.preprocessing
.metadata/.plugins/org.jboss.tools.common.projecttemplates/templates/jsf-1.1/JSFBlankWithLibs/WebContent/WEB-INF/faces-config.xml
.metadata/.plugins/org.jboss.tools.common.projecttemplates/templates/jsf-1.1/JSFBlankWithLibs/WebContent/WEB-INF/lib/jsf-api.jar
.metadata/.plugins/org.jboss.tools.common.projecttemplates/templates/jsf-1.1/JSFBlankWithLibs/WebContent/WEB-INF/lib/jsf-impl.jar
.metadata/.plugins/org.jboss.tools.common.projecttemplates/templates/jsf-1.1/JSFBlankWithLibs/WebContent/WEB-INF/web.xml
.metadata/.plugins/org.jboss.tools.common.projecttemplates/templates/jsf-1.1/JSFBlankWithLibs/ant/build.xml
.metadata/.plugins/org.jboss.tools.common.projecttemplates/templates/jsf-1.1/JSFKickStartWithLibs/.preprocessing
.metadata/.plugins/org.jboss.tools.common.projecttemplates/templates/jsf-1.1/JSFKickStartWithLibs/JavaSource/demo/Messages.properties
.metadata/.plugins/org.jboss.tools.common.projecttemplates/templates/jsf-1.1/JSFKickStartWithLibs/JavaSource/demo/User.java
.metadata/.plugins/org.jboss.tools.common.projecttemplates/templates/jsf-1.1/JSFKickStartWithLibs/WebContent/WEB-INF/faces-config.xml
.metadata/.plugins/org.jboss.tools.common.projecttemplates/templates/jsf-1.1/JSFKickStartWithLibs/WebContent/WEB-INF/lib/jsf-api.jar
.metadata/.plugins/org.jboss.tools.common.projecttemplates/templates/jsf-1.1/JSFKickStartWithLibs/WebContent/WEB-INF/lib/jsf-impl.jar
.metadata/.plugins/org.jboss.tools.common.projecttemplates/templates/jsf-1.1/JSFKickStartWithLibs/WebContent/WEB-INF/web.xml
.metadata/.plugins/org.jboss.tools.common.projecttemplates/templates/jsf-1.1/JSFKickStartWithLibs/WebContent/index.jsp
.metadata/.plugins/org.jboss.tools.common.projecttemplates/templates/jsf-1.1/JSFKickStartWithLibs/WebContent/pages/hello.jsp
.metadata/.plugins/org.jboss.tools.common.projecttemplates/templates/jsf-1.1/JSFKickStartWithLibs/WebContent/pages/inputUserName.jsp
.metadata/.plugins/org.jboss.tools.common.projecttemplates/templates/jsf-1.1/JSFKickStartWithLibs/ant/build.xml
.metadata/.plugins/org.jboss.tools.common.projecttemplates/templates/jsf-1.1/JSFKickStartWithoutLibs/.preprocessing
.metadata/.plugins/org.jboss.tools.common.projecttemplates/templates/jsf-1.1/JSFKickStartWithoutLibs/JavaSource/demo/Messages.properties
.metadata/.plugins/org.jboss.tools.common.projecttemplates/templates/jsf-1.1/JSFKickStartWithoutLibs/JavaSource/demo/User.java
.metadata/.plugins/org.jboss.tools.common.projecttemplates/templates/jsf-1.1/JSFKickStartWithoutLibs/WebContent/WEB-INF/faces-config.xml
.metadata/.plugins/org.jboss.tools.common.projecttemplates/templates/jsf-1.1/JSFKickStartWithoutLibs/WebContent/WEB-INF/lib/jsf-tlds.jar
.metadata/.plugins/org.jboss.tools.common.projecttemplates/templates/jsf-1.1/JSFKickStartWithoutLibs/WebContent/WEB-INF/web.xml
.metadata/.plugins/org.jboss.tools.common.projecttemplates/templates/jsf-1.1/JSFKickStartWithoutLibs/WebContent/index.jsp
.metadata/.plugins/org.jboss.tools.common.projecttemplates/templates/jsf-1.1/JSFKickStartWithoutLibs/WebContent/pages/hello.jsp
.metadata/.plugins/org.jboss.tools.common.projecttemplates/templates/jsf-1.1/JSFKickStartWithoutLibs/WebContent/pages/inputUserName.jsp
.metadata/.plugins/org.jboss.tools.common.projecttemplates/templates/jsf-1.1/JSFKickStartWithoutLibs/ant/build.xml
.metadata/.plugins/org.jboss.tools.common.projecttemplates/templates/jsf-1.2-facelets/FaceletsBlankWithoutLibs/.preprocessing
.metadata/.plugins/org.jboss.tools.common.projecttemplates/templates/jsf-1.2-facelets/FaceletsBlankWithoutLibs/WebContent/WEB-INF/faces-config.xml
.metadata/.plugins/org.jboss.tools.common.projecttemplates/templates/jsf-1.2-facelets/FaceletsBlankWithoutLibs/WebContent/WEB-INF/web.xml
.metadata/.plugins/org.jboss.tools.common.projecttemplates/templates/jsf-1.2-facelets/FaceletsBlankWithoutLibs/ant/build.xml
.metadata/.plugins/org.jboss.tools.common.projecttemplates/templates/jsf-1.2-facelets/FaceletsKickStartWithRILibs/.preprocessing
.metadata/.plugins/org.jboss.tools.common.projecttemplates/templates/jsf-1.2-facelets/FaceletsKickStartWithRILibs/JavaSource/demo/Person.java
.metadata/.plugins/org.jboss.tools.common.projecttemplates/templates/jsf-1.2-facelets/FaceletsKickStartWithRILibs/JavaSource/resources.properties
.metadata/.plugins/org.jboss.tools.common.projecttemplates/templates/jsf-1.2-facelets/FaceletsKickStartWithRILibs/WebContent/WEB-INF/faces-config.xml
.metadata/.plugins/org.jboss.tools.common.projecttemplates/templates/jsf-1.2-facelets/FaceletsKickStartWithRILibs/WebContent/WEB-INF/lib/el-api.jar
.metadata/.plugins/org.jboss.tools.common.projecttemplates/templates/jsf-1.2-facelets/FaceletsKickStartWithRILibs/WebContent/WEB-INF/lib/el-ri.jar
.metadata/.plugins/org.jboss.tools.common.projecttemplates/templates/jsf-1.2-facelets/FaceletsKickStartWithRILibs/WebContent/WEB-INF/lib/jsf-api.jar
.metadata/.plugins/org.jboss.tools.common.projecttemplates/templates/jsf-1.2-facelets/FaceletsKickStartWithRILibs/WebContent/WEB-INF/lib/jsf-impl.jar
.metadata/.plugins/org.jboss.tools.common.projecttemplates/templates/jsf-1.2-facelets/FaceletsKickStartWithRILibs/WebContent/WEB-INF/web.xml
.metadata/.plugins/org.jboss.tools.common.projecttemplates/templates/jsf-1.2-facelets/FaceletsKickStartWithRILibs/WebContent/index.jsp
.metadata/.plugins/org.jboss.tools.common.projecttemplates/templates/jsf-1.2-facelets/FaceletsKickStartWithRILibs/WebContent/pages/greeting.xhtml
.metadata/.plugins/org.jboss.tools.common.projecttemplates/templates/jsf-1.2-facelets/FaceletsKickStartWithRILibs/WebContent/pages/inputname.xhtml
.metadata/.plugins/org.jboss.tools.common.projecttemplates/templates/jsf-1.2-facelets/FaceletsKickStartWithRILibs/WebContent/templates/common.xhtml
.metadata/.plugins/org.jboss.tools.common.projecttemplates/templates/jsf-1.2-facelets/FaceletsKickStartWithRILibs/ant/build.xml
.metadata/.plugins/org.jboss.tools.common.projecttemplates/templates/jsf-1.2-facelets/FaceletsKickStartWithoutLibs/.preprocessing
.metadata/.plugins/org.jboss.tools.common.projecttemplates/templates/jsf-1.2-facelets/FaceletsKickStartWithoutLibs/JavaSource/demo/Person.java
.metadata/.plugins/org.jboss.tools.common.projecttemplates/templates/jsf-1.2-facelets/FaceletsKickStartWithoutLibs/JavaSource/resources.properties
.metadata/.plugins/org.jboss.tools.common.projecttemplates/templates/jsf-1.2-facelets/FaceletsKickStartWithoutLibs/WebContent/WEB-INF/faces-config.xml
.metadata/.plugins/org.jboss.tools.common.projecttemplates/templates/jsf-1.2-facelets/FaceletsKickStartWithoutLibs/WebContent/WEB-INF/web.xml
.metadata/.plugins/org.jboss.tools.common.projecttemplates/templates/jsf-1.2-facelets/FaceletsKickStartWithoutLibs/WebContent/index.jsp
.metadata/.plugins/org.jboss.tools.common.projecttemplates/templates/jsf-1.2-facelets/FaceletsKickStartWithoutLibs/WebContent/pages/greeting.xhtml
.metadata/.plugins/org.jboss.tools.common.projecttemplates/templates/jsf-1.2-facelets/FaceletsKickStartWithoutLibs/WebContent/pages/inputname.xhtml
.metadata/.plugins/org.jboss.tools.common.projecttemplates/templates/jsf-1.2-facelets/FaceletsKickStartWithoutLibs/WebContent/templates/common.xhtml
.metadata/.plugins/org.jboss.tools.common.projecttemplates/templates/jsf-1.2-facelets/FaceletsKickStartWithoutLibs/ant/build.xml
.metadata/.plugins/org.jboss.tools.common.projecttemplates/templates/jsf-1.2/JSFBlankWithoutLibs/.preprocessing
.metadata/.plugins/org.jboss.tools.common.projecttemplates/templates/jsf-1.2/JSFBlankWithoutLibs/WebContent/WEB-INF/faces-config.xml
.metadata/.plugins/org.jboss.tools.common.projecttemplates/templates/jsf-1.2/JSFBlankWithoutLibs/WebContent/WEB-INF/web.xml
.metadata/.plugins/org.jboss.tools.common.projecttemplates/templates/jsf-1.2/JSFBlankWithoutLibs/ant/build.xml
.metadata/.plugins/org.jboss.tools.common.projecttemplates/templates/jsf-1.2/JSFKickStartWithoutLibs/.preprocessing
.metadata/.plugins/org.jboss.tools.common.projecttemplates/templates/jsf-1.2/JSFKickStartWithoutLibs/JavaSource/demo/Messages.properties
.metadata/.plugins/org.jboss.tools.common.projecttemplates/templates/jsf-1.2/JSFKickStartWithoutLibs/JavaSource/demo/User.java
.metadata/.plugins/org.jboss.tools.common.projecttemplates/templates/jsf-1.2/JSFKickStartWithoutLibs/WebContent/WEB-INF/faces-config.xml
.metadata/.plugins/org.jboss.tools.common.projecttemplates/templates/jsf-1.2/JSFKickStartWithoutLibs/WebContent/WEB-INF/web.xml
.metadata/.plugins/org.jboss.tools.common.projecttemplates/templates/jsf-1.2/JSFKickStartWithoutLibs/WebContent/index.jsp
.metadata/.plugins/org.jboss.tools.common.projecttemplates/templates/jsf-1.2/JSFKickStartWithoutLibs/WebContent/pages/hello.jsp
.metadata/.plugins/org.jboss.tools.common.projecttemplates/templates/jsf-1.2/JSFKickStartWithoutLibs/WebContent/pages/inputUserName.jsp
.metadata/.plugins/org.jboss.tools.common.projecttemplates/templates/jsf-1.2/JSFKickStartWithoutLibs/ant/build.xml
.metadata/.plugins/org.jboss.tools.common.projecttemplates/templates/jsf-2.0/JSFBlankWithLibs/.preprocessing
.metadata/.plugins/org.jboss.tools.common.projecttemplates/templates/jsf-2.0/JSFBlankWithLibs/WebContent/WEB-INF/faces-config.xml
.metadata/.plugins/org.jboss.tools.common.projecttemplates/templates/jsf-2.0/JSFBlankWithLibs/WebContent/WEB-INF/lib/jsf-api-2.0.4-b09.jar
.metadata/.plugins/org.jboss.tools.common.projecttemplates/templates/jsf-2.0/JSFBlankWithLibs/WebContent/WEB-INF/lib/jsf-impl-2.0.4-b09.jar
.metadata/.plugins/org.jboss.tools.common.projecttemplates/templates/jsf-2.0/JSFBlankWithLibs/WebContent/WEB-INF/web.xml
.metadata/.plugins/org.jboss.tools.common.projecttemplates/templates/jsf-2.0/JSFBlankWithoutLibs/.preprocessing
.metadata/.plugins/org.jboss.tools.common.projecttemplates/templates/jsf-2.0/JSFBlankWithoutLibs/WebContent/WEB-INF/faces-config.xml
.metadata/.plugins/org.jboss.tools.common.projecttemplates/templates/jsf-2.0/JSFBlankWithoutLibs/WebContent/WEB-INF/web.xml
.metadata/.plugins/org.jboss.tools.common.projecttemplates/templates/jsf-2.0/JSFKickStartWithoutLibs/.preprocessing
.metadata/.plugins/org.jboss.tools.common.projecttemplates/templates/jsf-2.0/JSFKickStartWithoutLibs/JavaSource/demo/User.java
.metadata/.plugins/org.jboss.tools.common.projecttemplates/templates/jsf-2.0/JSFKickStartWithoutLibs/JavaSource/resources.properties
.metadata/.plugins/org.jboss.tools.common.projecttemplates/templates/jsf-2.0/JSFKickStartWithoutLibs/WebContent/WEB-INF/.faces-config.xml.jsfdia
.metadata/.plugins/org.jboss.tools.common.projecttemplates/templates/jsf-2.0/JSFKickStartWithoutLibs/WebContent/WEB-INF/faces-config.xml
.metadata/.plugins/org.jboss.tools.common.projecttemplates/templates/jsf-2.0/JSFKickStartWithoutLibs/WebContent/WEB-INF/web.xml
.metadata/.plugins/org.jboss.tools.common.projecttemplates/templates/jsf-2.0/JSFKickStartWithoutLibs/WebContent/index.html
.metadata/.plugins/org.jboss.tools.common.projecttemplates/templates/jsf-2.0/JSFKickStartWithoutLibs/WebContent/pages/greeting.xhtml
.metadata/.plugins/org.jboss.tools.common.projecttemplates/templates/jsf-2.0/JSFKickStartWithoutLibs/WebContent/pages/inputname.xhtml
.metadata/.plugins/org.jboss.tools.common.projecttemplates/templates/jsf-2.0/JSFKickStartWithoutLibs/WebContent/resources/demo/input.xhtml
.metadata/.plugins/org.jboss.tools.common.projecttemplates/templates/jsf-2.0/JSFKickStartWithoutLibs/WebContent/templates/common.xhtml
.metadata/.plugins/org.jboss.tools.common.projecttemplates/templates/jsf-2.1/JSFBlankWithLibs/.preprocessing
.metadata/.plugins/org.jboss.tools.common.projecttemplates/templates/jsf-2.1/JSFBlankWithLibs/WebContent/WEB-INF/faces-config.xml
.metadata/.plugins/org.jboss.tools.common.projecttemplates/templates/jsf-2.1/JSFBlankWithLibs/WebContent/WEB-INF/lib/javax.faces-2.1.13.jar
.metadata/.plugins/org.jboss.tools.common.projecttemplates/templates/jsf-2.1/JSFBlankWithLibs/WebContent/WEB-INF/web.xml
.metadata/.plugins/org.jboss.tools.common.projecttemplates/templates/jsf-2.1/JSFBlankWithoutLibs/.preprocessing
.metadata/.plugins/org.jboss.tools.common.projecttemplates/templates/jsf-2.1/JSFBlankWithoutLibs/WebContent/WEB-INF/faces-config.xml
.metadata/.plugins/org.jboss.tools.common.projecttemplates/templates/jsf-2.1/JSFBlankWithoutLibs/WebContent/WEB-INF/web.xml
.metadata/.plugins/org.jboss.tools.common.projecttemplates/templates/jsf-2.1/JSFKickStartWithoutLibs/.preprocessing
.metadata/.plugins/org.jboss.tools.common.projecttemplates/templates/jsf-2.1/JSFKickStartWithoutLibs/JavaSource/demo/User.java
.metadata/.plugins/org.jboss.tools.common.projecttemplates/templates/jsf-2.1/JSFKickStartWithoutLibs/JavaSource/resources.properties
.metadata/.plugins/org.jboss.tools.common.projecttemplates/templates/jsf-2.1/JSFKickStartWithoutLibs/WebContent/WEB-INF/.faces-config.xml.jsfdia
.metadata/.plugins/org.jboss.tools.common.projecttemplates/templates/jsf-2.1/JSFKickStartWithoutLibs/WebContent/WEB-INF/faces-config.xml
.metadata/.plugins/org.jboss.tools.common.projecttemplates/templates/jsf-2.1/JSFKickStartWithoutLibs/WebContent/WEB-INF/web.xml
.metadata/.plugins/org.jboss.tools.common.projecttemplates/templates/jsf-2.1/JSFKickStartWithoutLibs/WebContent/index.html
.metadata/.plugins/org.jboss.tools.common.projecttemplates/templates/jsf-2.1/JSFKickStartWithoutLibs/WebContent/pages/greeting.xhtml
.metadata/.plugins/org.jboss.tools.common.projecttemplates/templates/jsf-2.1/JSFKickStartWithoutLibs/WebContent/pages/inputname.xhtml
.metadata/.plugins/org.jboss.tools.common.projecttemplates/templates/jsf-2.1/JSFKickStartWithoutLibs/WebContent/resources/demo/input.xhtml
.metadata/.plugins/org.jboss.tools.common.projecttemplates/templates/jsf-2.1/JSFKickStartWithoutLibs/WebContent/templates/common.xhtml
.metadata/.plugins/org.jboss.tools.common.projecttemplates/templates/jsf-2.2/JSFBlankWithoutLibs/.preprocessing
.metadata/.plugins/org.jboss.tools.common.projecttemplates/templates/jsf-2.2/JSFBlankWithoutLibs/WebContent/WEB-INF/faces-config.xml
.metadata/.plugins/org.jboss.tools.common.projecttemplates/templates/jsf-2.2/JSFBlankWithoutLibs/WebContent/WEB-INF/web.xml
.metadata/.plugins/org.jboss.tools.common.projecttemplates/templates/jsf-2.2/JSFKickStartWithoutLibs/.preprocessing
.metadata/.plugins/org.jboss.tools.common.projecttemplates/templates/jsf-2.2/JSFKickStartWithoutLibs/JavaSource/demo/User.java
.metadata/.plugins/org.jboss.tools.common.projecttemplates/templates/jsf-2.2/JSFKickStartWithoutLibs/JavaSource/resources.properties
.metadata/.plugins/org.jboss.tools.common.projecttemplates/templates/jsf-2.2/JSFKickStartWithoutLibs/WebContent/WEB-INF/.faces-config.xml.jsfdia
.metadata/.plugins/org.jboss.tools.common.projecttemplates/templates/jsf-2.2/JSFKickStartWithoutLibs/WebContent/WEB-INF/faces-config.xml
.metadata/.plugins/org.jboss.tools.common.projecttemplates/templates/jsf-2.2/JSFKickStartWithoutLibs/WebContent/WEB-INF/web.xml
.metadata/.plugins/org.jboss.tools.common.projecttemplates/templates/jsf-2.2/JSFKickStartWithoutLibs/WebContent/index.html
.metadata/.plugins/org.jboss.tools.common.projecttemplates/templates/jsf-2.2/JSFKickStartWithoutLibs/WebContent/pages/greeting.xhtml
.metadata/.plugins/org.jboss.tools.common.projecttemplates/templates/jsf-2.2/JSFKickStartWithoutLibs/WebContent/pages/inputname.xhtml
.metadata/.plugins/org.jboss.tools.common.projecttemplates/templates/jsf-2.2/JSFKickStartWithoutLibs/WebContent/resources/demo/input.xhtml
.metadata/.plugins/org.jboss.tools.common.projecttemplates/templates/jsf-2.2/JSFKickStartWithoutLibs/WebContent/templates/common.xhtml
.metadata/.plugins/org.jboss.tools.common.projecttemplates/templates/jsppreview/jsf-core.jpt
.metadata/.plugins/org.jboss.tools.common.projecttemplates/templates/jsppreview/jsf-html.jpt
.metadata/.plugins/org.jboss.tools.common.projecttemplates/templates/jsppreview/jsp.jpt
.metadata/.plugins/org.jboss.tools.common.projecttemplates/templates/jsppreview/jstl-c.jpt
.metadata/.plugins/org.jboss.tools.common.projecttemplates/templates/jsppreview/jstl-fmt.jpt
.metadata/.plugins/org.jboss.tools.common.projecttemplates/templates/jsppreview/jstl-sql.jpt
.metadata/.plugins/org.jboss.tools.common.projecttemplates/templates/jsppreview/jstl-x.jpt
.metadata/.plugins/org.jboss.tools.common.projecttemplates/templates/jsppreview/pic/default_img.gif
.metadata/.plugins/org.jboss.tools.common.projecttemplates/templates/jsppreview/pic/error.gif
.metadata/.plugins/org.jboss.tools.common.projecttemplates/templates/jsppreview/pic/expression.gif
.metadata/.plugins/org.jboss.tools.common.projecttemplates/templates/jsppreview/pic/pictures.xml
.metadata/.plugins/org.jboss.tools.common.projecttemplates/templates/jsppreview/prefixmap.xml
.metadata/.plugins/org.jboss.tools.common.projecttemplates/templates/jsppreview/struts-bean-el.jpt
.metadata/.plugins/org.jboss.tools.common.projecttemplates/templates/jsppreview/struts-bean.jpt
.metadata/.plugins/org.jboss.tools.common.projecttemplates/templates/jsppreview/struts-bean1_2.jpt
.metadata/.plugins/org.jboss.tools.common.projecttemplates/templates/jsppreview/struts-html-el.jpt
.metadata/.plugins/org.jboss.tools.common.projecttemplates/templates/jsppreview/struts-html.jpt
.metadata/.plugins/org.jboss.tools.common.projecttemplates/templates/jsppreview/struts-html1_2.jpt
.metadata/.plugins/org.jboss.tools.common.projecttemplates/templates/jsppreview/struts-logic-el.jpt
.metadata/.plugins/org.jboss.tools.common.projecttemplates/templates/jsppreview/struts-logic.jpt
.metadata/.plugins/org.jboss.tools.common.projecttemplates/templates/jsppreview/struts-logic1_2.jpt
.metadata/.plugins/org.jboss.tools.common.projecttemplates/templates/jsppreview/struts-nested.jpt
.metadata/.plugins/org.jboss.tools.common.projecttemplates/templates/jsppreview/struts-nested1_2.jpt
.metadata/.plugins/org.jboss.tools.common.projecttemplates/templates/jsppreview/struts-template.jpt
.metadata/.plugins/org.jboss.tools.common.projecttemplates/templates/jsppreview/struts-template1_2.jpt
.metadata/.plugins/org.jboss.tools.common.projecttemplates/templates/jsppreview/tagmap.xml
.metadata/.plugins/org.jboss.tools.common.projecttemplates/templates/vpe/jsf-core.jpt
.metadata/.plugins/org.jboss.tools.common.projecttemplates/templates/vpe/jsf-html.jpt
.metadata/.plugins/org.jboss.tools.common.projecttemplates/templates/vpe/jsp.jpt
.metadata/.plugins/org.jboss.tools.common.projecttemplates/templates/vpe/jstl-c.jpt
.metadata/.plugins/org.jboss.tools.common.projecttemplates/templates/vpe/jstl-fmt.jpt
.metadata/.plugins/org.jboss.tools.common.projecttemplates/templates/vpe/jstl-sql.jpt
.metadata/.plugins/org.jboss.tools.common.projecttemplates/templates/vpe/jstl-x.jpt
.metadata/.plugins/org.jboss.tools.common.projecttemplates/templates/vpe/pic/default_img.gif
.metadata/.plugins/org.jboss.tools.common.projecttemplates/templates/vpe/pic/error.gif
.metadata/.plugins/org.jboss.tools.common.projecttemplates/templates/vpe/pic/expression.gif
.metadata/.plugins/org.jboss.tools.common.projecttemplates/templates/vpe/pic/pictures.xml
.metadata/.plugins/org.jboss.tools.common.projecttemplates/templates/vpe/prefixmap.xml
.metadata/.plugins/org.jboss.tools.common.projecttemplates/templates/vpe/struts-bean.jpt
.metadata/.plugins/org.jboss.tools.common.projecttemplates/templates/vpe/struts-html.jpt
.metadata/.plugins/org.jboss.tools.common.projecttemplates/templates/vpe/struts-logic.jpt
.metadata/.plugins/org.jboss.tools.common.projecttemplates/templates/vpe/struts-nested.jpt
.metadata/.plugins/org.jboss.tools.common.projecttemplates/templates/vpe/struts-template.jpt
.metadata/.plugins/org.jboss.tools.common.projecttemplates/templates/vpe/tagmap.xml
.metadata/.plugins/org.jboss.tools.common.projecttemplates/templates/vpe/tmp
.metadata/.plugins/org.jboss.tools.foundation.core/ECF_REMOTE_CACHE/319cc6c15fb84897a8bb26c291c2c6dc193111642057107197518176380.tmp
.metadata/.plugins/org.jboss.tools.foundation.core/ECF_REMOTE_CACHE/URLTransportCache.cacheIndex.properties
.metadata/.plugins/org.jboss.tools.foundation.core/ECF_REMOTE_CACHE/ad3e417d20abdea71e86f550c1be41ac94c87225-1072081140847582286.tmp
.metadata/.plugins/org.jboss.tools.jst.web.kb/projects/basic-api-remote-service.xml
.metadata/.plugins/org.jboss.tools.jst.web.kb/projects/core.xml
.metadata/.plugins/org.jboss.tools.jst.web.kb/projects/dao.xml
.metadata/.plugins/org.jboss.tools.jst.web.kb/projects/elite-api-remote-service.xml
.metadata/.plugins/org.jboss.tools.project.examples/gatein/quickstarts/jboss-portal-6.2/project-examples-jboss-portal6.2-jbds8.0-001.xml
.metadata/.plugins/org.jboss.tools.project.examples/jbosstools/examples/4/4/project-examples-category.xml
.metadata/.plugins/org.jboss.tools.project.examples/jbosstools/examples/4/4/project-examples-community.xml
.metadata/.plugins/org.jboss.tools.project.examples/jbosstools/examples/4/4/project-examples-empty.xml
.metadata/.plugins/org.jboss.tools.project.examples/jbosstools/examples/4/4/project-examples-shared.xml
.metadata/.plugins/org.jboss.tools.project.examples/quickstarts-json/6b9acd894ddf7033b2877ef97e2729f2f83c1b271680776275137026372.tmp
.metadata/.plugins/org.jboss.tools.project.examples/quickstarts-json/URLTransportCache.cacheIndex.properties
.metadata/version.ini
.idea/
*.iml