Skip to main content
aboutsummaryrefslogtreecommitdiffstats
blob: 082688180f335692f1abfa5eb54bf443bef1547c (plain) (blame)
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
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
eclipse.preferences.version=1
repositories/file\:_C\:_Users_epasrap_.eclipse_org.eclipse.platform_4.2.0_1354634885_win32_win32_x86_64/description=
repositories/file\:_C\:_Users_epasrap_.eclipse_org.eclipse.platform_4.2.0_1354634885_win32_win32_x86_64/enabled=true
repositories/file\:_C\:_Users_epasrap_.eclipse_org.eclipse.platform_4.2.0_1354634885_win32_win32_x86_64/isSystem=true
repositories/file\:_C\:_Users_epasrap_.eclipse_org.eclipse.platform_4.2.0_1354634885_win32_win32_x86_64/name=Bundle pool
repositories/file\:_C\:_Users_epasrap_.eclipse_org.eclipse.platform_4.2.0_1354634885_win32_win32_x86_64/provider=
repositories/file\:_C\:_Users_epasrap_.eclipse_org.eclipse.platform_4.2.0_1354634885_win32_win32_x86_64/suffix=artifacts.xml
repositories/file\:_C\:_Users_epasrap_.eclipse_org.eclipse.platform_4.2.0_1354634885_win32_win32_x86_64/type=org.eclipse.equinox.p2.artifact.repository.simpleRepository
repositories/file\:_C\:_Users_epasrap_.eclipse_org.eclipse.platform_4.2.0_1354634885_win32_win32_x86_64/uri=file\:/C\:/Users/epasrap/.eclipse/org.eclipse.platform_4.2.0_1354634885_win32_win32_x86_64/
repositories/file\:_C\:_Users_epasrap_.eclipse_org.eclipse.platform_4.2.0_1354634885_win32_win32_x86_64/version=1.0.0
repositories/file\:_C\:_Users_epasrap_.eclipse_org.eclipse.platform_4.2.0_1354634885_win32_win32_x86_64_.eclipseextension/description=
repositories/file\:_C\:_Users_epasrap_.eclipse_org.eclipse.platform_4.2.0_1354634885_win32_win32_x86_64_.eclipseextension/enabled=true
repositories/file\:_C\:_Users_epasrap_.eclipse_org.eclipse.platform_4.2.0_1354634885_win32_win32_x86_64_.eclipseextension/isSystem=true
repositories/file\:_C\:_Users_epasrap_.eclipse_org.eclipse.platform_4.2.0_1354634885_win32_win32_x86_64_.eclipseextension/name=C\:\\Users\\epasrap\\.eclipse\\org.eclipse.platform_4.2.0_1354634885_win32_win32_x86_64\\.eclipseextension
repositories/file\:_C\:_Users_epasrap_.eclipse_org.eclipse.platform_4.2.0_1354634885_win32_win32_x86_64_.eclipseextension/provider=
repositories/file\:_C\:_Users_epasrap_.eclipse_org.eclipse.platform_4.2.0_1354634885_win32_win32_x86_64_.eclipseextension/suffix=eclipse
repositories/file\:_C\:_Users_epasrap_.eclipse_org.eclipse.platform_4.2.0_1354634885_win32_win32_x86_64_.eclipseextension/type=org.eclipse.equinox.p2.extensionlocation.artifactRepository
repositories/file\:_C\:_Users_epasrap_.eclipse_org.eclipse.platform_4.2.0_1354634885_win32_win32_x86_64_.eclipseextension/uri=file\:/C\:/Users/epasrap/.eclipse/org.eclipse.platform_4.2.0_1354634885_win32_win32_x86_64/.eclipseextension
repositories/file\:_C\:_Users_epasrap_.eclipse_org.eclipse.platform_4.2.0_1354634885_win32_win32_x86_64_.eclipseextension/version=1
repositories/file\:_C\:_Users_epasrap_.eclipse_org.eclipse.platform_4.2.0_1354634885_win32_win32_x86_64_configuration_org.eclipse.osgi_bundles_115_data_listener_1925729951/description=
repositories/file\:_C\:_Users_epasrap_.eclipse_org.eclipse.platform_4.2.0_1354634885_win32_win32_x86_64_configuration_org.eclipse.osgi_bundles_115_data_listener_1925729951/enabled=true
repositories/file\:_C\:_Users_epasrap_.eclipse_org.eclipse.platform_4.2.0_1354634885_win32_win32_x86_64_configuration_org.eclipse.osgi_bundles_115_data_listener_1925729951/isSystem=true
repositories/file\:_C\:_Users_epasrap_.eclipse_org.eclipse.platform_4.2.0_1354634885_win32_win32_x86_64_configuration_org.eclipse.osgi_bundles_115_data_listener_1925729951/name=dropins
repositories/file\:_C\:_Users_epasrap_.eclipse_org.eclipse.platform_4.2.0_1354634885_win32_win32_x86_64_configuration_org.eclipse.osgi_bundles_115_data_listener_1925729951/provider=
repositories/file\:_C\:_Users_epasrap_.eclipse_org.eclipse.platform_4.2.0_1354634885_win32_win32_x86_64_configuration_org.eclipse.osgi_bundles_115_data_listener_1925729951/suffix=artifacts.xml
repositories/file\:_C\:_Users_epasrap_.eclipse_org.eclipse.platform_4.2.0_1354634885_win32_win32_x86_64_configuration_org.eclipse.osgi_bundles_115_data_listener_1925729951/type=org.eclipse.equinox.p2.artifact.repository.simpleRepository
repositories/file\:_C\:_Users_epasrap_.eclipse_org.eclipse.platform_4.2.0_1354634885_win32_win32_x86_64_configuration_org.eclipse.osgi_bundles_115_data_listener_1925729951/uri=file\:/C\:/Users/epasrap/.eclipse/org.eclipse.platform_4.2.0_1354634885_win32_win32_x86_64/configuration/org.eclipse.osgi/bundles/115/data/listener_1925729951/
repositories/file\:_C\:_Users_epasrap_.eclipse_org.eclipse.platform_4.2.0_1354634885_win32_win32_x86_64_configuration_org.eclipse.osgi_bundles_115_data_listener_1925729951/version=1.0.0
repositories/file\:_C\:_Users_epasrap_.eclipse_org.eclipse.platform_4.2.0_1354634885_win32_win32_x86_64_p2_org.eclipse.equinox.p2.core_cache/description=
repositories/file\:_C\:_Users_epasrap_.eclipse_org.eclipse.platform_4.2.0_1354634885_win32_win32_x86_64_p2_org.eclipse.equinox.p2.core_cache/enabled=true
repositories/file\:_C\:_Users_epasrap_.eclipse_org.eclipse.platform_4.2.0_1354634885_win32_win32_x86_64_p2_org.eclipse.equinox.p2.core_cache/isSystem=true
repositories/file\:_C\:_Users_epasrap_.eclipse_org.eclipse.platform_4.2.0_1354634885_win32_win32_x86_64_p2_org.eclipse.equinox.p2.core_cache/name=download cache
repositories/file\:_C\:_Users_epasrap_.eclipse_org.eclipse.platform_4.2.0_1354634885_win32_win32_x86_64_p2_org.eclipse.equinox.p2.core_cache/provider=
repositories/file\:_C\:_Users_epasrap_.eclipse_org.eclipse.platform_4.2.0_1354634885_win32_win32_x86_64_p2_org.eclipse.equinox.p2.core_cache/suffix=artifacts.xml
repositories/file\:_C\:_Users_epasrap_.eclipse_org.eclipse.platform_4.2.0_1354634885_win32_win32_x86_64_p2_org.eclipse.equinox.p2.core_cache/type=org.eclipse.equinox.p2.artifact.repository.simpleRepository
repositories/file\:_C\:_Users_epasrap_.eclipse_org.eclipse.platform_4.2.0_1354634885_win32_win32_x86_64_p2_org.eclipse.equinox.p2.core_cache/uri=file\:/C\:/Users/epasrap/.eclipse/org.eclipse.platform_4.2.0_1354634885_win32_win32_x86_64/p2/org.eclipse.equinox.p2.core/cache/
repositories/file\:_C\:_Users_epasrap_.eclipse_org.eclipse.platform_4.2.0_1354634885_win32_win32_x86_64_p2_org.eclipse.equinox.p2.core_cache/version=1.0.0
repositories/file\:_C\:_dev_eclipse%20distros_eclipse-SDK-M20130131-0800-win32-x86_64_eclipse/description=
repositories/file\:_C\:_dev_eclipse%20distros_eclipse-SDK-M20130131-0800-win32-x86_64_eclipse/enabled=true
repositories/file\:_C\:_dev_eclipse%20distros_eclipse-SDK-M20130131-0800-win32-x86_64_eclipse/isSystem=true
repositories/file\:_C\:_dev_eclipse%20distros_eclipse-SDK-M20130131-0800-win32-x86_64_eclipse/name=Bundle pool
repositories/file\:_C\:_dev_eclipse%20distros_eclipse-SDK-M20130131-0800-win32-x86_64_eclipse/provider=
repositories/file\:_C\:_dev_eclipse%20distros_eclipse-SDK-M20130131-0800-win32-x86_64_eclipse/suffix=artifacts.xml
repositories/file\:_C\:_dev_eclipse%20distros_eclipse-SDK-M20130131-0800-win32-x86_64_eclipse/type=org.eclipse.equinox.p2.artifact.repository.simpleRepository
repositories/file\:_C\:_dev_eclipse%20distros_eclipse-SDK-M20130131-0800-win32-x86_64_eclipse/uri=file\:/C\:/dev/eclipse%20distros/eclipse-SDK-M20130131-0800-win32-x86_64/eclipse/
repositories/file\:_C\:_dev_eclipse%20distros_eclipse-SDK-M20130131-0800-win32-x86_64_eclipse/version=1.0.0
repositories/file\:_C\:_dev_eclipse%20distros_eclipse-SDK-M20130131-0800-win32-x86_64_eclipse_p2_org.eclipse.equinox.p2.core_cache/description=
repositories/file\:_C\:_dev_eclipse%20distros_eclipse-SDK-M20130131-0800-win32-x86_64_eclipse_p2_org.eclipse.equinox.p2.core_cache/enabled=true
repositories/file\:_C\:_dev_eclipse%20distros_eclipse-SDK-M20130131-0800-win32-x86_64_eclipse_p2_org.eclipse.equinox.p2.core_cache/isSystem=true
repositories/file\:_C\:_dev_eclipse%20distros_eclipse-SDK-M20130131-0800-win32-x86_64_eclipse_p2_org.eclipse.equinox.p2.core_cache/name=download cache
repositories/file\:_C\:_dev_eclipse%20distros_eclipse-SDK-M20130131-0800-win32-x86_64_eclipse_p2_org.eclipse.equinox.p2.core_cache/provider=
repositories/file\:_C\:_dev_eclipse%20distros_eclipse-SDK-M20130131-0800-win32-x86_64_eclipse_p2_org.eclipse.equinox.p2.core_cache/suffix=artifacts.xml
repositories/file\:_C\:_dev_eclipse%20distros_eclipse-SDK-M20130131-0800-win32-x86_64_eclipse_p2_org.eclipse.equinox.p2.core_cache/type=org.eclipse.equinox.p2.artifact.repository.simpleRepository
repositories/file\:_C\:_dev_eclipse%20distros_eclipse-SDK-M20130131-0800-win32-x86_64_eclipse_p2_org.eclipse.equinox.p2.core_cache/uri=file\:/C\:/dev/eclipse%20distros/eclipse-SDK-M20130131-0800-win32-x86_64/eclipse/p2/org.eclipse.equinox.p2.core/cache/
repositories/file\:_C\:_dev_eclipse%20distros_eclipse-SDK-M20130131-0800-win32-x86_64_eclipse_p2_org.eclipse.equinox.p2.core_cache/version=1.0.0
repositories/file\:_C\:_dev_eclipse%20distros_eclipse-euroasia-SDK-3.8.2-win32.win32.x86_64_eclipse/description=
repositories/file\:_C\:_dev_eclipse%20distros_eclipse-euroasia-SDK-3.8.2-win32.win32.x86_64_eclipse/enabled=true
repositories/file\:_C\:_dev_eclipse%20distros_eclipse-euroasia-SDK-3.8.2-win32.win32.x86_64_eclipse/isSystem=true
repositories/file\:_C\:_dev_eclipse%20distros_eclipse-euroasia-SDK-3.8.2-win32.win32.x86_64_eclipse/name=Bundle pool
repositories/file\:_C\:_dev_eclipse%20distros_eclipse-euroasia-SDK-3.8.2-win32.win32.x86_64_eclipse/provider=
repositories/file\:_C\:_dev_eclipse%20distros_eclipse-euroasia-SDK-3.8.2-win32.win32.x86_64_eclipse/suffix=artifacts.xml
repositories/file\:_C\:_dev_eclipse%20distros_eclipse-euroasia-SDK-3.8.2-win32.win32.x86_64_eclipse/type=org.eclipse.equinox.p2.artifact.repository.simpleRepository
repositories/file\:_C\:_dev_eclipse%20distros_eclipse-euroasia-SDK-3.8.2-win32.win32.x86_64_eclipse/uri=file\:/C\:/dev/eclipse%20distros/eclipse-euroasia-SDK-3.8.2-win32.win32.x86_64/eclipse/
repositories/file\:_C\:_dev_eclipse%20distros_eclipse-euroasia-SDK-3.8.2-win32.win32.x86_64_eclipse/version=1.0.0
repositories/file\:_C\:_dev_eclipse%20distros_eclipse-euroasia-SDK-3.8.2-win32.win32.x86_64_eclipse_.eclipseextension/description=
repositories/file\:_C\:_dev_eclipse%20distros_eclipse-euroasia-SDK-3.8.2-win32.win32.x86_64_eclipse_.eclipseextension/enabled=true
repositories/file\:_C\:_dev_eclipse%20distros_eclipse-euroasia-SDK-3.8.2-win32.win32.x86_64_eclipse_.eclipseextension/isSystem=false
repositories/file\:_C\:_dev_eclipse%20distros_eclipse-euroasia-SDK-3.8.2-win32.win32.x86_64_eclipse_.eclipseextension/name=C\:\\dev\\eclipse distros\\eclipse-euroasia-SDK-3.8.2-win32.win32.x86_64\\eclipse\\.eclipseextension
repositories/file\:_C\:_dev_eclipse%20distros_eclipse-euroasia-SDK-3.8.2-win32.win32.x86_64_eclipse_.eclipseextension/provider=
repositories/file\:_C\:_dev_eclipse%20distros_eclipse-euroasia-SDK-3.8.2-win32.win32.x86_64_eclipse_.eclipseextension/suffix=eclipse
repositories/file\:_C\:_dev_eclipse%20distros_eclipse-euroasia-SDK-3.8.2-win32.win32.x86_64_eclipse_.eclipseextension/type=org.eclipse.equinox.p2.extensionlocation.artifactRepository
repositories/file\:_C\:_dev_eclipse%20distros_eclipse-euroasia-SDK-3.8.2-win32.win32.x86_64_eclipse_.eclipseextension/uri=file\:/C\:/dev/eclipse%20distros/eclipse-euroasia-SDK-3.8.2-win32.win32.x86_64/eclipse/.eclipseextension
repositories/file\:_C\:_dev_eclipse%20distros_eclipse-euroasia-SDK-3.8.2-win32.win32.x86_64_eclipse_.eclipseextension/version=1
repositories/file\:_C\:_dev_eclipse%20distros_eclipse-euroasia-SDK-3.8.2-win32.win32.x86_64_eclipse_configuration_org.eclipse.osgi_bundles_95_data_listener_1925729951/description=
repositories/file\:_C\:_dev_eclipse%20distros_eclipse-euroasia-SDK-3.8.2-win32.win32.x86_64_eclipse_configuration_org.eclipse.osgi_bundles_95_data_listener_1925729951/enabled=true
repositories/file\:_C\:_dev_eclipse%20distros_eclipse-euroasia-SDK-3.8.2-win32.win32.x86_64_eclipse_configuration_org.eclipse.osgi_bundles_95_data_listener_1925729951/isSystem=true
repositories/file\:_C\:_dev_eclipse%20distros_eclipse-euroasia-SDK-3.8.2-win32.win32.x86_64_eclipse_configuration_org.eclipse.osgi_bundles_95_data_listener_1925729951/name=dropins
repositories/file\:_C\:_dev_eclipse%20distros_eclipse-euroasia-SDK-3.8.2-win32.win32.x86_64_eclipse_configuration_org.eclipse.osgi_bundles_95_data_listener_1925729951/provider=
repositories/file\:_C\:_dev_eclipse%20distros_eclipse-euroasia-SDK-3.8.2-win32.win32.x86_64_eclipse_configuration_org.eclipse.osgi_bundles_95_data_listener_1925729951/suffix=artifacts.xml
repositories/file\:_C\:_dev_eclipse%20distros_eclipse-euroasia-SDK-3.8.2-win32.win32.x86_64_eclipse_configuration_org.eclipse.osgi_bundles_95_data_listener_1925729951/type=org.eclipse.equinox.p2.artifact.repository.simpleRepository
repositories/file\:_C\:_dev_eclipse%20distros_eclipse-euroasia-SDK-3.8.2-win32.win32.x86_64_eclipse_configuration_org.eclipse.osgi_bundles_95_data_listener_1925729951/uri=file\:/C\:/dev/eclipse%20distros/eclipse-euroasia-SDK-3.8.2-win32.win32.x86_64/eclipse/configuration/org.eclipse.osgi/bundles/95/data/listener_1925729951/
repositories/file\:_C\:_dev_eclipse%20distros_eclipse-euroasia-SDK-3.8.2-win32.win32.x86_64_eclipse_configuration_org.eclipse.osgi_bundles_95_data_listener_1925729951/version=1.0.0
repositories/file\:_C\:_dev_eclipse%20distros_eclipse-euroasia-SDK-3.8.2-win32.win32.x86_64_eclipse_p2_org.eclipse.equinox.p2.core_cache/description=
repositories/file\:_C\:_dev_eclipse%20distros_eclipse-euroasia-SDK-3.8.2-win32.win32.x86_64_eclipse_p2_org.eclipse.equinox.p2.core_cache/enabled=true
repositories/file\:_C\:_dev_eclipse%20distros_eclipse-euroasia-SDK-3.8.2-win32.win32.x86_64_eclipse_p2_org.eclipse.equinox.p2.core_cache/isSystem=true
repositories/file\:_C\:_dev_eclipse%20distros_eclipse-euroasia-SDK-3.8.2-win32.win32.x86_64_eclipse_p2_org.eclipse.equinox.p2.core_cache/name=download cache
repositories/file\:_C\:_dev_eclipse%20distros_eclipse-euroasia-SDK-3.8.2-win32.win32.x86_64_eclipse_p2_org.eclipse.equinox.p2.core_cache/provider=
repositories/file\:_C\:_dev_eclipse%20distros_eclipse-euroasia-SDK-3.8.2-win32.win32.x86_64_eclipse_p2_org.eclipse.equinox.p2.core_cache/suffix=artifacts.xml
repositories/file\:_C\:_dev_eclipse%20distros_eclipse-euroasia-SDK-3.8.2-win32.win32.x86_64_eclipse_p2_org.eclipse.equinox.p2.core_cache/type=org.eclipse.equinox.p2.artifact.repository.simpleRepository
repositories/file\:_C\:_dev_eclipse%20distros_eclipse-euroasia-SDK-3.8.2-win32.win32.x86_64_eclipse_p2_org.eclipse.equinox.p2.core_cache/uri=file\:/C\:/dev/eclipse%20distros/eclipse-euroasia-SDK-3.8.2-win32.win32.x86_64/eclipse/p2/org.eclipse.equinox.p2.core/cache/
repositories/file\:_C\:_dev_eclipse%20distros_eclipse-euroasia-SDK-3.8.2-win32.win32.x86_64_eclipse_p2_org.eclipse.equinox.p2.core_cache/version=1.0.0
repositories/file\:_C\:_dev_eclipse/description=
repositories/file\:_C\:_dev_eclipse/enabled=true
repositories/file\:_C\:_dev_eclipse/isSystem=true
repositories/file\:_C\:_dev_eclipse/name=Bundle pool
repositories/file\:_C\:_dev_eclipse/provider=
repositories/file\:_C\:_dev_eclipse/suffix=artifacts.xml
repositories/file\:_C\:_dev_eclipse/type=org.eclipse.equinox.p2.artifact.repository.simpleRepository
repositories/file\:_C\:_dev_eclipse/uri=file\:/C\:/dev/eclipse/
repositories/file\:_C\:_dev_eclipse/version=1.0.0
repositories/file\:_C\:_dev_eclipse_.eclipseextension/description=
repositories/file\:_C\:_dev_eclipse_.eclipseextension/enabled=true
repositories/file\:_C\:_dev_eclipse_.eclipseextension/isSystem=true
repositories/file\:_C\:_dev_eclipse_.eclipseextension/name=C\:\\dev\\eclipse\\.eclipseextension
repositories/file\:_C\:_dev_eclipse_.eclipseextension/provider=
repositories/file\:_C\:_dev_eclipse_.eclipseextension/suffix=eclipse
repositories/file\:_C\:_dev_eclipse_.eclipseextension/type=org.eclipse.equinox.p2.extensionlocation.artifactRepository
repositories/file\:_C\:_dev_eclipse_.eclipseextension/uri=file\:/C\:/dev/eclipse/.eclipseextension
repositories/file\:_C\:_dev_eclipse_.eclipseextension/version=1
repositories/file\:_C\:_dev_eclipse_configuration_org.eclipse.osgi_bundles_115_data_listener_1925729951/description=
repositories/file\:_C\:_dev_eclipse_configuration_org.eclipse.osgi_bundles_115_data_listener_1925729951/enabled=true
repositories/file\:_C\:_dev_eclipse_configuration_org.eclipse.osgi_bundles_115_data_listener_1925729951/isSystem=true
repositories/file\:_C\:_dev_eclipse_configuration_org.eclipse.osgi_bundles_115_data_listener_1925729951/name=dropins
repositories/file\:_C\:_dev_eclipse_configuration_org.eclipse.osgi_bundles_115_data_listener_1925729951/provider=
repositories/file\:_C\:_dev_eclipse_configuration_org.eclipse.osgi_bundles_115_data_listener_1925729951/suffix=artifacts.xml
repositories/file\:_C\:_dev_eclipse_configuration_org.eclipse.osgi_bundles_115_data_listener_1925729951/type=org.eclipse.equinox.p2.artifact.repository.simpleRepository
repositories/file\:_C\:_dev_eclipse_configuration_org.eclipse.osgi_bundles_115_data_listener_1925729951/uri=file\:/C\:/dev/eclipse/configuration/org.eclipse.osgi/bundles/115/data/listener_1925729951/
repositories/file\:_C\:_dev_eclipse_configuration_org.eclipse.osgi_bundles_115_data_listener_1925729951/version=1.0.0
repositories/file\:_C\:_dev_eclipse_p2_org.eclipse.equinox.p2.core_cache/description=
repositories/file\:_C\:_dev_eclipse_p2_org.eclipse.equinox.p2.core_cache/enabled=true
repositories/file\:_C\:_dev_eclipse_p2_org.eclipse.equinox.p2.core_cache/isSystem=true
repositories/file\:_C\:_dev_eclipse_p2_org.eclipse.equinox.p2.core_cache/name=download cache
repositories/file\:_C\:_dev_eclipse_p2_org.eclipse.equinox.p2.core_cache/provider=
repositories/file\:_C\:_dev_eclipse_p2_org.eclipse.equinox.p2.core_cache/suffix=artifacts.xml
repositories/file\:_C\:_dev_eclipse_p2_org.eclipse.equinox.p2.core_cache/type=org.eclipse.equinox.p2.artifact.repository.simpleRepository
repositories/file\:_C\:_dev_eclipse_p2_org.eclipse.equinox.p2.core_cache/uri=file\:/C\:/dev/eclipse/p2/org.eclipse.equinox.p2.core/cache/
repositories/file\:_C\:_dev_eclipse_p2_org.eclipse.equinox.p2.core_cache/version=1.0.0
repositories/file\:_C\:_dev_p2verbatim_.metadata_.plugins_org.eclipse.pde.core_install12/description=
repositories/file\:_C\:_dev_p2verbatim_.metadata_.plugins_org.eclipse.pde.core_install12/enabled=true
repositories/file\:_C\:_dev_p2verbatim_.metadata_.plugins_org.eclipse.pde.core_install12/isSystem=false
repositories/file\:_C\:_dev_p2verbatim_.metadata_.plugins_org.eclipse.pde.core_install12/name=Exported Repository
repositories/file\:_C\:_dev_p2verbatim_.metadata_.plugins_org.eclipse.pde.core_install12/nickname=Exported Repository
repositories/file\:_C\:_dev_p2verbatim_.metadata_.plugins_org.eclipse.pde.core_install12/provider=
repositories/file\:_C\:_dev_p2verbatim_.metadata_.plugins_org.eclipse.pde.core_install12/suffix=artifacts.xml
repositories/file\:_C\:_dev_p2verbatim_.metadata_.plugins_org.eclipse.pde.core_install12/type=org.eclipse.equinox.p2.artifact.repository.simpleRepository
repositories/file\:_C\:_dev_p2verbatim_.metadata_.plugins_org.eclipse.pde.core_install12/uri=file\:/C\:/dev/p2verbatim/.metadata/.plugins/org.eclipse.pde.core/install12/
repositories/file\:_C\:_dev_p2verbatim_.metadata_.plugins_org.eclipse.pde.core_install12/version=1.0.0
repositories/file\:_C\:_dev_p2verbatim_.metadata_.plugins_org.eclipse.pde.core_install5/description=
repositories/file\:_C\:_dev_p2verbatim_.metadata_.plugins_org.eclipse.pde.core_install5/enabled=true
repositories/file\:_C\:_dev_p2verbatim_.metadata_.plugins_org.eclipse.pde.core_install5/isSystem=false
repositories/file\:_C\:_dev_p2verbatim_.metadata_.plugins_org.eclipse.pde.core_install5/name=Exported Repository
repositories/file\:_C\:_dev_p2verbatim_.metadata_.plugins_org.eclipse.pde.core_install5/nickname=Exported Repository
repositories/file\:_C\:_dev_p2verbatim_.metadata_.plugins_org.eclipse.pde.core_install5/provider=
repositories/file\:_C\:_dev_p2verbatim_.metadata_.plugins_org.eclipse.pde.core_install5/suffix=artifacts.xml
repositories/file\:_C\:_dev_p2verbatim_.metadata_.plugins_org.eclipse.pde.core_install5/type=org.eclipse.equinox.p2.artifact.repository.simpleRepository
repositories/file\:_C\:_dev_p2verbatim_.metadata_.plugins_org.eclipse.pde.core_install5/uri=file\:/C\:/dev/p2verbatim/.metadata/.plugins/org.eclipse.pde.core/install5/
repositories/file\:_C\:_dev_p2verbatim_.metadata_.plugins_org.eclipse.pde.core_install5/version=1.0.0
repositories/file\:_C\:_perso_jb_eclipse_.eclipseextension/description=
repositories/file\:_C\:_perso_jb_eclipse_.eclipseextension/enabled=true
repositories/file\:_C\:_perso_jb_eclipse_.eclipseextension/isSystem=false
repositories/file\:_C\:_perso_jb_eclipse_.eclipseextension/name=C\:\\perso\\jb\\eclipse\\.eclipseextension
repositories/file\:_C\:_perso_jb_eclipse_.eclipseextension/provider=
repositories/file\:_C\:_perso_jb_eclipse_.eclipseextension/suffix=eclipse
repositories/file\:_C\:_perso_jb_eclipse_.eclipseextension/type=org.eclipse.equinox.p2.extensionlocation.artifactRepository
repositories/file\:_C\:_perso_jb_eclipse_.eclipseextension/uri=file\:/C\:/perso/jb/eclipse/.eclipseextension
repositories/file\:_C\:_perso_jb_eclipse_.eclipseextension/version=1
repositories/file\:_C\:_perso_jb_eclipse_configuration_org.eclipse.osgi_bundles_168_data_listener_1925729951/description=
repositories/file\:_C\:_perso_jb_eclipse_configuration_org.eclipse.osgi_bundles_168_data_listener_1925729951/enabled=true
repositories/file\:_C\:_perso_jb_eclipse_configuration_org.eclipse.osgi_bundles_168_data_listener_1925729951/isSystem=true
repositories/file\:_C\:_perso_jb_eclipse_configuration_org.eclipse.osgi_bundles_168_data_listener_1925729951/name=dropins
repositories/file\:_C\:_perso_jb_eclipse_configuration_org.eclipse.osgi_bundles_168_data_listener_1925729951/provider=
repositories/file\:_C\:_perso_jb_eclipse_configuration_org.eclipse.osgi_bundles_168_data_listener_1925729951/suffix=artifacts.xml
repositories/file\:_C\:_perso_jb_eclipse_configuration_org.eclipse.osgi_bundles_168_data_listener_1925729951/type=org.eclipse.equinox.p2.artifact.repository.simpleRepository
repositories/file\:_C\:_perso_jb_eclipse_configuration_org.eclipse.osgi_bundles_168_data_listener_1925729951/uri=file\:/C\:/perso/jb/eclipse/configuration/org.eclipse.osgi/bundles/168/data/listener_1925729951/
repositories/file\:_C\:_perso_jb_eclipse_configuration_org.eclipse.osgi_bundles_168_data_listener_1925729951/version=1.0.0
repositories/file\:_C\:_perso_jb_eclipse_p2_org.eclipse.equinox.p2.core_cache/description=
repositories/file\:_C\:_perso_jb_eclipse_p2_org.eclipse.equinox.p2.core_cache/enabled=true
repositories/file\:_C\:_perso_jb_eclipse_p2_org.eclipse.equinox.p2.core_cache/isSystem=true
repositories/file\:_C\:_perso_jb_eclipse_p2_org.eclipse.equinox.p2.core_cache/name=download cache
repositories/file\:_C\:_perso_jb_eclipse_p2_org.eclipse.equinox.p2.core_cache/provider=
repositories/file\:_C\:_perso_jb_eclipse_p2_org.eclipse.equinox.p2.core_cache/suffix=artifacts.xml
repositories/file\:_C\:_perso_jb_eclipse_p2_org.eclipse.equinox.p2.core_cache/type=org.eclipse.equinox.p2.artifact.repository.simpleRepository
repositories/file\:_C\:_perso_jb_eclipse_p2_org.eclipse.equinox.p2.core_cache/uri=file\:/C\:/perso/jb/eclipse/p2/org.eclipse.equinox.p2.core/cache/
repositories/file\:_C\:_perso_jb_eclipse_p2_org.eclipse.equinox.p2.core_cache/version=1.0.0
repositories/file\:_c\:_dev_p2atEclipse_USF/description=
repositories/file\:_c\:_dev_p2atEclipse_USF/enabled=true
repositories/file\:_c\:_dev_p2atEclipse_USF/isSystem=false
repositories/file\:_c\:_dev_p2atEclipse_USF/name=Update Site
repositories/file\:_c\:_dev_p2atEclipse_USF/provider=
repositories/file\:_c\:_dev_p2atEclipse_USF/suffix=artifacts.xml
repositories/file\:_c\:_dev_p2atEclipse_USF/type=org.eclipse.equinox.p2.artifact.repository.simpleRepository
repositories/file\:_c\:_dev_p2atEclipse_USF/uri=file\:/c\:/dev/p2atEclipse/USF/
repositories/file\:_c\:_dev_p2atEclipse_USF/version=1.0.0
repositories/http\:__community.polarion.com_projects_subversive_download_eclipse_3.0_kepler-site/description=
repositories/http\:__community.polarion.com_projects_subversive_download_eclipse_3.0_kepler-site/enabled=true
repositories/http\:__community.polarion.com_projects_subversive_download_eclipse_3.0_kepler-site/isSystem=false
repositories/http\:__community.polarion.com_projects_subversive_download_eclipse_3.0_kepler-site/name=Update Site
repositories/http\:__community.polarion.com_projects_subversive_download_eclipse_3.0_kepler-site/provider=
repositories/http\:__community.polarion.com_projects_subversive_download_eclipse_3.0_kepler-site/suffix=artifacts.xml
repositories/http\:__community.polarion.com_projects_subversive_download_eclipse_3.0_kepler-site/type=org.eclipse.equinox.p2.artifact.repository.simpleRepository
repositories/http\:__community.polarion.com_projects_subversive_download_eclipse_3.0_kepler-site/uri=http\://community.polarion.com/projects/subversive/download/eclipse/3.0/kepler-site/
repositories/http\:__community.polarion.com_projects_subversive_download_eclipse_3.0_kepler-site/version=1.0.0
repositories/http\:__community.polarion.com_projects_subversive_download_eclipse_3.0_update-site/enabled=false
repositories/http\:__community.polarion.com_projects_subversive_download_eclipse_3.0_update-site/isSystem=false
repositories/http\:__community.polarion.com_projects_subversive_download_eclipse_3.0_update-site/uri=http\://community.polarion.com/projects/subversive/download/eclipse/3.0/update-site/
repositories/http\:__download.eclipse.org_eclipse_updates_3.8-M-builds/description=
repositories/http\:__download.eclipse.org_eclipse_updates_3.8-M-builds/enabled=true
repositories/http\:__download.eclipse.org_eclipse_updates_3.8-M-builds/isSystem=false
repositories/http\:__download.eclipse.org_eclipse_updates_3.8-M-builds/name=The Eclipse Project milestone repository
repositories/http\:__download.eclipse.org_eclipse_updates_3.8-M-builds/provider=
repositories/http\:__download.eclipse.org_eclipse_updates_3.8-M-builds/suffix=compositeArtifacts.xml
repositories/http\:__download.eclipse.org_eclipse_updates_3.8-M-builds/type=org.eclipse.equinox.internal.p2.artifact.repository.CompositeArtifactRepository
repositories/http\:__download.eclipse.org_eclipse_updates_3.8-M-builds/uri=http\://download.eclipse.org/eclipse/updates/3.8-M-builds
repositories/http\:__download.eclipse.org_eclipse_updates_3.8-M-builds/version=1.0.0
repositories/http\:__download.eclipse.org_eclipse_updates_3.8-M-builds_M20121205-1000/description=
repositories/http\:__download.eclipse.org_eclipse_updates_3.8-M-builds_M20121205-1000/enabled=false
repositories/http\:__download.eclipse.org_eclipse_updates_3.8-M-builds_M20121205-1000/isSystem=true
repositories/http\:__download.eclipse.org_eclipse_updates_3.8-M-builds_M20121205-1000/name="Eclipse Project Software Repository"
repositories/http\:__download.eclipse.org_eclipse_updates_3.8-M-builds_M20121205-1000/provider=
repositories/http\:__download.eclipse.org_eclipse_updates_3.8-M-builds_M20121205-1000/suffix=artifacts.xml
repositories/http\:__download.eclipse.org_eclipse_updates_3.8-M-builds_M20121205-1000/type=org.eclipse.equinox.p2.artifact.repository.simpleRepository
repositories/http\:__download.eclipse.org_eclipse_updates_3.8-M-builds_M20121205-1000/uri=http\://download.eclipse.org/eclipse/updates/3.8-M-builds/M20121205-1000
repositories/http\:__download.eclipse.org_eclipse_updates_3.8-M-builds_M20121205-1000/version=1.0.0
repositories/http\:__download.eclipse.org_eclipse_updates_3.8-M-builds_M20121212-1000/description=
repositories/http\:__download.eclipse.org_eclipse_updates_3.8-M-builds_M20121212-1000/enabled=false
repositories/http\:__download.eclipse.org_eclipse_updates_3.8-M-builds_M20121212-1000/isSystem=true
repositories/http\:__download.eclipse.org_eclipse_updates_3.8-M-builds_M20121212-1000/name="Eclipse Project Software Repository"
repositories/http\:__download.eclipse.org_eclipse_updates_3.8-M-builds_M20121212-1000/provider=
repositories/http\:__download.eclipse.org_eclipse_updates_3.8-M-builds_M20121212-1000/suffix=artifacts.xml
repositories/http\:__download.eclipse.org_eclipse_updates_3.8-M-builds_M20121212-1000/type=org.eclipse.equinox.p2.artifact.repository.simpleRepository
repositories/http\:__download.eclipse.org_eclipse_updates_3.8-M-builds_M20121212-1000/uri=http\://download.eclipse.org/eclipse/updates/3.8-M-builds/M20121212-1000
repositories/http\:__download.eclipse.org_eclipse_updates_3.8-M-builds_M20121212-1000/version=1.0.0
repositories/http\:__download.eclipse.org_eclipse_updates_3.8-M-builds_M20121212-1600/description=
repositories/http\:__download.eclipse.org_eclipse_updates_3.8-M-builds_M20121212-1600/enabled=false
repositories/http\:__download.eclipse.org_eclipse_updates_3.8-M-builds_M20121212-1600/isSystem=true
repositories/http\:__download.eclipse.org_eclipse_updates_3.8-M-builds_M20121212-1600/name="Eclipse Project Software Repository"
repositories/http\:__download.eclipse.org_eclipse_updates_3.8-M-builds_M20121212-1600/provider=
repositories/http\:__download.eclipse.org_eclipse_updates_3.8-M-builds_M20121212-1600/suffix=artifacts.xml
repositories/http\:__download.eclipse.org_eclipse_updates_3.8-M-builds_M20121212-1600/type=org.eclipse.equinox.p2.artifact.repository.simpleRepository
repositories/http\:__download.eclipse.org_eclipse_updates_3.8-M-builds_M20121212-1600/uri=http\://download.eclipse.org/eclipse/updates/3.8-M-builds/M20121212-1600
repositories/http\:__download.eclipse.org_eclipse_updates_3.8-M-builds_M20121212-1600/version=1.0.0
repositories/http\:__download.eclipse.org_eclipse_updates_3.8-M-builds_M20121219-1000/description=
repositories/http\:__download.eclipse.org_eclipse_updates_3.8-M-builds_M20121219-1000/enabled=false
repositories/http\:__download.eclipse.org_eclipse_updates_3.8-M-builds_M20121219-1000/isSystem=true
repositories/http\:__download.eclipse.org_eclipse_updates_3.8-M-builds_M20121219-1000/name="Eclipse Project Software Repository"
repositories/http\:__download.eclipse.org_eclipse_updates_3.8-M-builds_M20121219-1000/provider=
repositories/http\:__download.eclipse.org_eclipse_updates_3.8-M-builds_M20121219-1000/suffix=artifacts.xml
repositories/http\:__download.eclipse.org_eclipse_updates_3.8-M-builds_M20121219-1000/type=org.eclipse.equinox.p2.artifact.repository.simpleRepository
repositories/http\:__download.eclipse.org_eclipse_updates_3.8-M-builds_M20121219-1000/uri=http\://download.eclipse.org/eclipse/updates/3.8-M-builds/M20121219-1000
repositories/http\:__download.eclipse.org_eclipse_updates_3.8-M-builds_M20121219-1000/version=1.0.0
repositories/http\:__download.eclipse.org_eclipse_updates_3.8-M-builds_M20130102-1000/description=
repositories/http\:__download.eclipse.org_eclipse_updates_3.8-M-builds_M20130102-1000/enabled=false
repositories/http\:__download.eclipse.org_eclipse_updates_3.8-M-builds_M20130102-1000/isSystem=true
repositories/http\:__download.eclipse.org_eclipse_updates_3.8-M-builds_M20130102-1000/name="Eclipse Project Software Repository"
repositories/http\:__download.eclipse.org_eclipse_updates_3.8-M-builds_M20130102-1000/provider=
repositories/http\:__download.eclipse.org_eclipse_updates_3.8-M-builds_M20130102-1000/suffix=artifacts.xml
repositories/http\:__download.eclipse.org_eclipse_updates_3.8-M-builds_M20130102-1000/type=org.eclipse.equinox.p2.artifact.repository.simpleRepository
repositories/http\:__download.eclipse.org_eclipse_updates_3.8-M-builds_M20130102-1000/uri=http\://download.eclipse.org/eclipse/updates/3.8-M-builds/M20130102-1000
repositories/http\:__download.eclipse.org_eclipse_updates_3.8-M-builds_M20130102-1000/version=1.0.0
repositories/http\:__download.eclipse.org_eclipse_updates_3.8-M-builds_M20130109-1000/description=
repositories/http\:__download.eclipse.org_eclipse_updates_3.8-M-builds_M20130109-1000/enabled=false
repositories/http\:__download.eclipse.org_eclipse_updates_3.8-M-builds_M20130109-1000/isSystem=true
repositories/http\:__download.eclipse.org_eclipse_updates_3.8-M-builds_M20130109-1000/name="Eclipse Project Software Repository"
repositories/http\:__download.eclipse.org_eclipse_updates_3.8-M-builds_M20130109-1000/provider=
repositories/http\:__download.eclipse.org_eclipse_updates_3.8-M-builds_M20130109-1000/suffix=artifacts.xml
repositories/http\:__download.eclipse.org_eclipse_updates_3.8-M-builds_M20130109-1000/type=org.eclipse.equinox.p2.artifact.repository.simpleRepository
repositories/http\:__download.eclipse.org_eclipse_updates_3.8-M-builds_M20130109-1000/uri=http\://download.eclipse.org/eclipse/updates/3.8-M-builds/M20130109-1000
repositories/http\:__download.eclipse.org_eclipse_updates_3.8-M-builds_M20130109-1000/version=1.0.0
repositories/http\:__download.eclipse.org_eclipse_updates_3.8-M-builds_M20130116-1030/description=
repositories/http\:__download.eclipse.org_eclipse_updates_3.8-M-builds_M20130116-1030/enabled=false
repositories/http\:__download.eclipse.org_eclipse_updates_3.8-M-builds_M20130116-1030/isSystem=true
repositories/http\:__download.eclipse.org_eclipse_updates_3.8-M-builds_M20130116-1030/name="Eclipse Project Software Repository"
repositories/http\:__download.eclipse.org_eclipse_updates_3.8-M-builds_M20130116-1030/provider=
repositories/http\:__download.eclipse.org_eclipse_updates_3.8-M-builds_M20130116-1030/suffix=artifacts.xml
repositories/http\:__download.eclipse.org_eclipse_updates_3.8-M-builds_M20130116-1030/type=org.eclipse.equinox.p2.artifact.repository.simpleRepository
repositories/http\:__download.eclipse.org_eclipse_updates_3.8-M-builds_M20130116-1030/uri=http\://download.eclipse.org/eclipse/updates/3.8-M-builds/M20130116-1030
repositories/http\:__download.eclipse.org_eclipse_updates_3.8-M-builds_M20130116-1030/version=1.0.0
repositories/http\:__download.eclipse.org_eclipse_updates_3.8-M-builds_M20130123-1500/description=
repositories/http\:__download.eclipse.org_eclipse_updates_3.8-M-builds_M20130123-1500/enabled=false
repositories/http\:__download.eclipse.org_eclipse_updates_3.8-M-builds_M20130123-1500/isSystem=true
repositories/http\:__download.eclipse.org_eclipse_updates_3.8-M-builds_M20130123-1500/name="Eclipse Project Software Repository"
repositories/http\:__download.eclipse.org_eclipse_updates_3.8-M-builds_M20130123-1500/provider=
repositories/http\:__download.eclipse.org_eclipse_updates_3.8-M-builds_M20130123-1500/suffix=artifacts.xml
repositories/http\:__download.eclipse.org_eclipse_updates_3.8-M-builds_M20130123-1500/type=org.eclipse.equinox.p2.artifact.repository.simpleRepository
repositories/http\:__download.eclipse.org_eclipse_updates_3.8-M-builds_M20130123-1500/uri=http\://download.eclipse.org/eclipse/updates/3.8-M-builds/M20130123-1500
repositories/http\:__download.eclipse.org_eclipse_updates_3.8-M-builds_M20130123-1500/version=1.0.0
repositories/http\:__download.eclipse.org_eclipse_updates_3.8-M-builds_M20130124-1500/description=
repositories/http\:__download.eclipse.org_eclipse_updates_3.8-M-builds_M20130124-1500/enabled=false
repositories/http\:__download.eclipse.org_eclipse_updates_3.8-M-builds_M20130124-1500/isSystem=true
repositories/http\:__download.eclipse.org_eclipse_updates_3.8-M-builds_M20130124-1500/name="Eclipse Project Software Repository"
repositories/http\:__download.eclipse.org_eclipse_updates_3.8-M-builds_M20130124-1500/provider=
repositories/http\:__download.eclipse.org_eclipse_updates_3.8-M-builds_M20130124-1500/suffix=artifacts.xml
repositories/http\:__download.eclipse.org_eclipse_updates_3.8-M-builds_M20130124-1500/type=org.eclipse.equinox.p2.artifact.repository.simpleRepository
repositories/http\:__download.eclipse.org_eclipse_updates_3.8-M-builds_M20130124-1500/uri=http\://download.eclipse.org/eclipse/updates/3.8-M-builds/M20130124-1500
repositories/http\:__download.eclipse.org_eclipse_updates_3.8-M-builds_M20130124-1500/version=1.0.0
repositories/http\:__download.eclipse.org_eclipse_updates_3.8-M-builds_M20130125-1000/description=
repositories/http\:__download.eclipse.org_eclipse_updates_3.8-M-builds_M20130125-1000/enabled=false
repositories/http\:__download.eclipse.org_eclipse_updates_3.8-M-builds_M20130125-1000/isSystem=true
repositories/http\:__download.eclipse.org_eclipse_updates_3.8-M-builds_M20130125-1000/name="Eclipse Project Software Repository"
repositories/http\:__download.eclipse.org_eclipse_updates_3.8-M-builds_M20130125-1000/provider=
repositories/http\:__download.eclipse.org_eclipse_updates_3.8-M-builds_M20130125-1000/suffix=artifacts.xml
repositories/http\:__download.eclipse.org_eclipse_updates_3.8-M-builds_M20130125-1000/type=org.eclipse.equinox.p2.artifact.repository.simpleRepository
repositories/http\:__download.eclipse.org_eclipse_updates_3.8-M-builds_M20130125-1000/uri=http\://download.eclipse.org/eclipse/updates/3.8-M-builds/M20130125-1000
repositories/http\:__download.eclipse.org_eclipse_updates_3.8-M-builds_M20130125-1000/version=1.0.0
repositories/http\:__download.eclipse.org_eclipse_updates_3.8-M-builds_M20130131-0800/description=
repositories/http\:__download.eclipse.org_eclipse_updates_3.8-M-builds_M20130131-0800/enabled=false
repositories/http\:__download.eclipse.org_eclipse_updates_3.8-M-builds_M20130131-0800/isSystem=true
repositories/http\:__download.eclipse.org_eclipse_updates_3.8-M-builds_M20130131-0800/name="Eclipse Project Software Repository"
repositories/http\:__download.eclipse.org_eclipse_updates_3.8-M-builds_M20130131-0800/provider=
repositories/http\:__download.eclipse.org_eclipse_updates_3.8-M-builds_M20130131-0800/suffix=artifacts.xml
repositories/http\:__download.eclipse.org_eclipse_updates_3.8-M-builds_M20130131-0800/type=org.eclipse.equinox.p2.artifact.repository.simpleRepository
repositories/http\:__download.eclipse.org_eclipse_updates_3.8-M-builds_M20130131-0800/uri=http\://download.eclipse.org/eclipse/updates/3.8-M-builds/M20130131-0800
repositories/http\:__download.eclipse.org_eclipse_updates_3.8-M-builds_M20130131-0800/version=1.0.0
repositories/http\:__download.eclipse.org_eclipse_updates_4.2/enabled=false
repositories/http\:__download.eclipse.org_eclipse_updates_4.2/isSystem=false
repositories/http\:__download.eclipse.org_eclipse_updates_4.2/uri=http\://download.eclipse.org/eclipse/updates/4.2
repositories/http\:__download.eclipse.org_eclipse_updates_4.3-I-builds/description=
repositories/http\:__download.eclipse.org_eclipse_updates_4.3-I-builds/enabled=true
repositories/http\:__download.eclipse.org_eclipse_updates_4.3-I-builds/isSystem=false
repositories/http\:__download.eclipse.org_eclipse_updates_4.3-I-builds/name=The Eclipse Project integration repository
repositories/http\:__download.eclipse.org_eclipse_updates_4.3-I-builds/nickname=The Eclipse Project Updates
repositories/http\:__download.eclipse.org_eclipse_updates_4.3-I-builds/provider=
repositories/http\:__download.eclipse.org_eclipse_updates_4.3-I-builds/suffix=compositeArtifacts.xml
repositories/http\:__download.eclipse.org_eclipse_updates_4.3-I-builds/type=org.eclipse.equinox.internal.p2.artifact.repository.CompositeArtifactRepository
repositories/http\:__download.eclipse.org_eclipse_updates_4.3-I-builds/uri=http\://download.eclipse.org/eclipse/updates/4.3-I-builds
repositories/http\:__download.eclipse.org_eclipse_updates_4.3-I-builds/version=1.0.0
repositories/http\:__download.eclipse.org_eclipse_updates_4.3-I-builds_I20130130-2000/description=
repositories/http\:__download.eclipse.org_eclipse_updates_4.3-I-builds_I20130130-2000/enabled=false
repositories/http\:__download.eclipse.org_eclipse_updates_4.3-I-builds_I20130130-2000/isSystem=true
repositories/http\:__download.eclipse.org_eclipse_updates_4.3-I-builds_I20130130-2000/name="Eclipse Project Software Repository"
repositories/http\:__download.eclipse.org_eclipse_updates_4.3-I-builds_I20130130-2000/provider=
repositories/http\:__download.eclipse.org_eclipse_updates_4.3-I-builds_I20130130-2000/suffix=artifacts.xml
repositories/http\:__download.eclipse.org_eclipse_updates_4.3-I-builds_I20130130-2000/type=org.eclipse.equinox.p2.artifact.repository.simpleRepository
repositories/http\:__download.eclipse.org_eclipse_updates_4.3-I-builds_I20130130-2000/uri=http\://download.eclipse.org/eclipse/updates/4.3-I-builds/I20130130-2000
repositories/http\:__download.eclipse.org_eclipse_updates_4.3-I-builds_I20130130-2000/version=1.0.0
repositories/http\:__download.eclipse.org_eclipse_updates_4.3-I-builds_I20130204-1400/description=
repositories/http\:__download.eclipse.org_eclipse_updates_4.3-I-builds_I20130204-1400/enabled=false
repositories/http\:__download.eclipse.org_eclipse_updates_4.3-I-builds_I20130204-1400/isSystem=true
repositories/http\:__download.eclipse.org_eclipse_updates_4.3-I-builds_I20130204-1400/name="Eclipse Project Software Repository"
repositories/http\:__download.eclipse.org_eclipse_updates_4.3-I-builds_I20130204-1400/provider=
repositories/http\:__download.eclipse.org_eclipse_updates_4.3-I-builds_I20130204-1400/suffix=artifacts.xml
repositories/http\:__download.eclipse.org_eclipse_updates_4.3-I-builds_I20130204-1400/type=org.eclipse.equinox.p2.artifact.repository.simpleRepository
repositories/http\:__download.eclipse.org_eclipse_updates_4.3-I-builds_I20130204-1400/uri=http\://download.eclipse.org/eclipse/updates/4.3-I-builds/I20130204-1400
repositories/http\:__download.eclipse.org_eclipse_updates_4.3-I-builds_I20130204-1400/version=1.0.0
repositories/http\:__download.eclipse.org_eclipse_updates_4.3-I-builds_I20130205-0800/description=
repositories/http\:__download.eclipse.org_eclipse_updates_4.3-I-builds_I20130205-0800/enabled=false
repositories/http\:__download.eclipse.org_eclipse_updates_4.3-I-builds_I20130205-0800/isSystem=true
repositories/http\:__download.eclipse.org_eclipse_updates_4.3-I-builds_I20130205-0800/name="Eclipse Project Software Repository"
repositories/http\:__download.eclipse.org_eclipse_updates_4.3-I-builds_I20130205-0800/provider=
repositories/http\:__download.eclipse.org_eclipse_updates_4.3-I-builds_I20130205-0800/suffix=artifacts.xml
repositories/http\:__download.eclipse.org_eclipse_updates_4.3-I-builds_I20130205-0800/type=org.eclipse.equinox.p2.artifact.repository.simpleRepository
repositories/http\:__download.eclipse.org_eclipse_updates_4.3-I-builds_I20130205-0800/uri=http\://download.eclipse.org/eclipse/updates/4.3-I-builds/I20130205-0800
repositories/http\:__download.eclipse.org_eclipse_updates_4.3-I-builds_I20130205-0800/version=1.0.0
repositories/http\:__download.eclipse.org_eclipse_updates_4.3-I-builds_I20130212-0800/description=
repositories/http\:__download.eclipse.org_eclipse_updates_4.3-I-builds_I20130212-0800/enabled=false
repositories/http\:__download.eclipse.org_eclipse_updates_4.3-I-builds_I20130212-0800/isSystem=true
repositories/http\:__download.eclipse.org_eclipse_updates_4.3-I-builds_I20130212-0800/name="Eclipse Project Software Repository"
repositories/http\:__download.eclipse.org_eclipse_updates_4.3-I-builds_I20130212-0800/provider=
repositories/http\:__download.eclipse.org_eclipse_updates_4.3-I-builds_I20130212-0800/suffix=artifacts.xml
repositories/http\:__download.eclipse.org_eclipse_updates_4.3-I-builds_I20130212-0800/type=org.eclipse.equinox.p2.artifact.repository.simpleRepository
repositories/http\:__download.eclipse.org_eclipse_updates_4.3-I-builds_I20130212-0800/uri=http\://download.eclipse.org/eclipse/updates/4.3-I-builds/I20130212-0800
repositories/http\:__download.eclipse.org_eclipse_updates_4.3-I-builds_I20130212-0800/version=1.0.0
repositories/http\:__download.eclipse.org_eclipse_updates_4.3-I-builds_I20130219-0800/description=
repositories/http\:__download.eclipse.org_eclipse_updates_4.3-I-builds_I20130219-0800/enabled=false
repositories/http\:__download.eclipse.org_eclipse_updates_4.3-I-builds_I20130219-0800/isSystem=true
repositories/http\:__download.eclipse.org_eclipse_updates_4.3-I-builds_I20130219-0800/name="Eclipse Project Software Repository"
repositories/http\:__download.eclipse.org_eclipse_updates_4.3-I-builds_I20130219-0800/provider=
repositories/http\:__download.eclipse.org_eclipse_updates_4.3-I-builds_I20130219-0800/suffix=artifacts.xml
repositories/http\:__download.eclipse.org_eclipse_updates_4.3-I-builds_I20130219-0800/type=org.eclipse.equinox.p2.artifact.repository.simpleRepository
repositories/http\:__download.eclipse.org_eclipse_updates_4.3-I-builds_I20130219-0800/uri=http\://download.eclipse.org/eclipse/updates/4.3-I-builds/I20130219-0800
repositories/http\:__download.eclipse.org_eclipse_updates_4.3-I-builds_I20130219-0800/version=1.0.0
repositories/http\:__download.eclipse.org_eclipse_updates_4.3-I-builds_I20130219-1600/description=
repositories/http\:__download.eclipse.org_eclipse_updates_4.3-I-builds_I20130219-1600/enabled=false
repositories/http\:__download.eclipse.org_eclipse_updates_4.3-I-builds_I20130219-1600/isSystem=true
repositories/http\:__download.eclipse.org_eclipse_updates_4.3-I-builds_I20130219-1600/name="Eclipse Project Software Repository"
repositories/http\:__download.eclipse.org_eclipse_updates_4.3-I-builds_I20130219-1600/provider=
repositories/http\:__download.eclipse.org_eclipse_updates_4.3-I-builds_I20130219-1600/suffix=artifacts.xml
repositories/http\:__download.eclipse.org_eclipse_updates_4.3-I-builds_I20130219-1600/type=org.eclipse.equinox.p2.artifact.repository.simpleRepository
repositories/http\:__download.eclipse.org_eclipse_updates_4.3-I-builds_I20130219-1600/uri=http\://download.eclipse.org/eclipse/updates/4.3-I-builds/I20130219-1600
repositories/http\:__download.eclipse.org_eclipse_updates_4.3-I-builds_I20130219-1600/version=1.0.0
repositories/http\:__download.eclipse.org_eclipse_updates_4.3/description=
repositories/http\:__download.eclipse.org_eclipse_updates_4.3/enabled=true
repositories/http\:__download.eclipse.org_eclipse_updates_4.3/isSystem=false
repositories/http\:__download.eclipse.org_eclipse_updates_4.3/name=Empty repository
repositories/http\:__download.eclipse.org_eclipse_updates_4.3/nickname=The Eclipse Project Updates
repositories/http\:__download.eclipse.org_eclipse_updates_4.3/provider=
repositories/http\:__download.eclipse.org_eclipse_updates_4.3/suffix=compositeArtifacts.xml
repositories/http\:__download.eclipse.org_eclipse_updates_4.3/type=org.eclipse.equinox.internal.p2.artifact.repository.CompositeArtifactRepository
repositories/http\:__download.eclipse.org_eclipse_updates_4.3/uri=http\://download.eclipse.org/eclipse/updates/4.3
repositories/http\:__download.eclipse.org_eclipse_updates_4.3/version=1.0.0
repositories/http\:__download.eclipse.org_egit_updates-2.3/description=
repositories/http\:__download.eclipse.org_egit_updates-2.3/enabled=true
repositories/http\:__download.eclipse.org_egit_updates-2.3/isSystem=false
repositories/http\:__download.eclipse.org_egit_updates-2.3/name=EGit P2 Repository
repositories/http\:__download.eclipse.org_egit_updates-2.3/provider=
repositories/http\:__download.eclipse.org_egit_updates-2.3/suffix=artifacts.xml
repositories/http\:__download.eclipse.org_egit_updates-2.3/type=org.eclipse.equinox.p2.artifact.repository.simpleRepository
repositories/http\:__download.eclipse.org_egit_updates-2.3/uri=http\://download.eclipse.org/egit/updates-2.3
repositories/http\:__download.eclipse.org_egit_updates-2.3/version=1.0.0
repositories/http\:__download.eclipse.org_egit_updates/enabled=false
repositories/http\:__download.eclipse.org_egit_updates/isSystem=false
repositories/http\:__download.eclipse.org_egit_updates/uri=http\://download.eclipse.org/egit/updates
repositories/http\:__download.eclipse.org_modeling_emf_emf_updates_2.9milestones_base_S201212130932/description=
repositories/http\:__download.eclipse.org_modeling_emf_emf_updates_2.9milestones_base_S201212130932/enabled=true
repositories/http\:__download.eclipse.org_modeling_emf_emf_updates_2.9milestones_base_S201212130932/isSystem=false
repositories/http\:__download.eclipse.org_modeling_emf_emf_updates_2.9milestones_base_S201212130932/name=Eclipse Modeling Framework (EMF) Base Build Site - Artifact Repository
repositories/http\:__download.eclipse.org_modeling_emf_emf_updates_2.9milestones_base_S201212130932/provider=
repositories/http\:__download.eclipse.org_modeling_emf_emf_updates_2.9milestones_base_S201212130932/suffix=artifacts.xml
repositories/http\:__download.eclipse.org_modeling_emf_emf_updates_2.9milestones_base_S201212130932/type=org.eclipse.equinox.p2.artifact.repository.simpleRepository
repositories/http\:__download.eclipse.org_modeling_emf_emf_updates_2.9milestones_base_S201212130932/uri=http\://download.eclipse.org/modeling/emf/emf/updates/2.9milestones/base/S201212130932/
repositories/http\:__download.eclipse.org_modeling_emf_emf_updates_2.9milestones_base_S201212130932/version=1.0.0
repositories/http\:__download.eclipse.org_modeling_emft_mwe_updates/enabled=false
repositories/http\:__download.eclipse.org_modeling_emft_mwe_updates/isSystem=false
repositories/http\:__download.eclipse.org_modeling_emft_mwe_updates/uri=http\://download.eclipse.org/modeling/emft/mwe/updates/
repositories/http\:__download.eclipse.org_modeling_emft_mwe_updates_releases/description=
repositories/http\:__download.eclipse.org_modeling_emft_mwe_updates_releases/enabled=true
repositories/http\:__download.eclipse.org_modeling_emft_mwe_updates_releases/isSystem=false
repositories/http\:__download.eclipse.org_modeling_emft_mwe_updates_releases/name=EMFT MWE Update Site
repositories/http\:__download.eclipse.org_modeling_emft_mwe_updates_releases/provider=
repositories/http\:__download.eclipse.org_modeling_emft_mwe_updates_releases/suffix=compositeArtifacts.xml
repositories/http\:__download.eclipse.org_modeling_emft_mwe_updates_releases/type=org.eclipse.equinox.internal.p2.artifact.repository.CompositeArtifactRepository
repositories/http\:__download.eclipse.org_modeling_emft_mwe_updates_releases/uri=http\://download.eclipse.org/modeling/emft/mwe/updates/releases
repositories/http\:__download.eclipse.org_modeling_emft_mwe_updates_releases/version=1.0.0
repositories/http\:__download.eclipse.org_modeling_emft_mwe_updates_releases_R201108020506_mwe/description=
repositories/http\:__download.eclipse.org_modeling_emft_mwe_updates_releases_R201108020506_mwe/enabled=false
repositories/http\:__download.eclipse.org_modeling_emft_mwe_updates_releases_R201108020506_mwe/isSystem=true
repositories/http\:__download.eclipse.org_modeling_emft_mwe_updates_releases_R201108020506_mwe/name=MWE Build Site - Artifact Repository
repositories/http\:__download.eclipse.org_modeling_emft_mwe_updates_releases_R201108020506_mwe/provider=
repositories/http\:__download.eclipse.org_modeling_emft_mwe_updates_releases_R201108020506_mwe/suffix=artifacts.xml
repositories/http\:__download.eclipse.org_modeling_emft_mwe_updates_releases_R201108020506_mwe/type=org.eclipse.equinox.p2.artifact.repository.simpleRepository
repositories/http\:__download.eclipse.org_modeling_emft_mwe_updates_releases_R201108020506_mwe/uri=http\://download.eclipse.org/modeling/emft/mwe/updates/releases/R201108020506/mwe
repositories/http\:__download.eclipse.org_modeling_emft_mwe_updates_releases_R201108020506_mwe/version=1.0.0
repositories/http\:__download.eclipse.org_modeling_emft_mwe_updates_releases_R201108020809_mwe2lang/description=
repositories/http\:__download.eclipse.org_modeling_emft_mwe_updates_releases_R201108020809_mwe2lang/enabled=false
repositories/http\:__download.eclipse.org_modeling_emft_mwe_updates_releases_R201108020809_mwe2lang/isSystem=true
repositories/http\:__download.eclipse.org_modeling_emft_mwe_updates_releases_R201108020809_mwe2lang/name=MWE2 Language Build Site - Artifact Repository
repositories/http\:__download.eclipse.org_modeling_emft_mwe_updates_releases_R201108020809_mwe2lang/provider=
repositories/http\:__download.eclipse.org_modeling_emft_mwe_updates_releases_R201108020809_mwe2lang/suffix=artifacts.xml
repositories/http\:__download.eclipse.org_modeling_emft_mwe_updates_releases_R201108020809_mwe2lang/type=org.eclipse.equinox.p2.artifact.repository.simpleRepository
repositories/http\:__download.eclipse.org_modeling_emft_mwe_updates_releases_R201108020809_mwe2lang/uri=http\://download.eclipse.org/modeling/emft/mwe/updates/releases/R201108020809/mwe2lang
repositories/http\:__download.eclipse.org_modeling_emft_mwe_updates_releases_R201108020809_mwe2lang/version=1.0.0
repositories/http\:__download.eclipse.org_modeling_emft_mwe_updates_releases_R201110310946_mwe/description=
repositories/http\:__download.eclipse.org_modeling_emft_mwe_updates_releases_R201110310946_mwe/enabled=false
repositories/http\:__download.eclipse.org_modeling_emft_mwe_updates_releases_R201110310946_mwe/isSystem=true
repositories/http\:__download.eclipse.org_modeling_emft_mwe_updates_releases_R201110310946_mwe/name=MWE Build Site - Artifact Repository
repositories/http\:__download.eclipse.org_modeling_emft_mwe_updates_releases_R201110310946_mwe/provider=
repositories/http\:__download.eclipse.org_modeling_emft_mwe_updates_releases_R201110310946_mwe/suffix=artifacts.xml
repositories/http\:__download.eclipse.org_modeling_emft_mwe_updates_releases_R201110310946_mwe/type=org.eclipse.equinox.p2.artifact.repository.simpleRepository
repositories/http\:__download.eclipse.org_modeling_emft_mwe_updates_releases_R201110310946_mwe/uri=http\://download.eclipse.org/modeling/emft/mwe/updates/releases/R201110310946/mwe
repositories/http\:__download.eclipse.org_modeling_emft_mwe_updates_releases_R201110310946_mwe/version=1.0.0
repositories/http\:__download.eclipse.org_modeling_emft_mwe_updates_releases_R201110310946_mwe2lang/description=
repositories/http\:__download.eclipse.org_modeling_emft_mwe_updates_releases_R201110310946_mwe2lang/enabled=false
repositories/http\:__download.eclipse.org_modeling_emft_mwe_updates_releases_R201110310946_mwe2lang/isSystem=true
repositories/http\:__download.eclipse.org_modeling_emft_mwe_updates_releases_R201110310946_mwe2lang/name=MWE2 Language Build Site - Artifact Repository
repositories/http\:__download.eclipse.org_modeling_emft_mwe_updates_releases_R201110310946_mwe2lang/provider=
repositories/http\:__download.eclipse.org_modeling_emft_mwe_updates_releases_R201110310946_mwe2lang/suffix=artifacts.xml
repositories/http\:__download.eclipse.org_modeling_emft_mwe_updates_releases_R201110310946_mwe2lang/type=org.eclipse.equinox.p2.artifact.repository.simpleRepository
repositories/http\:__download.eclipse.org_modeling_emft_mwe_updates_releases_R201110310946_mwe2lang/uri=http\://download.eclipse.org/modeling/emft/mwe/updates/releases/R201110310946/mwe2lang
repositories/http\:__download.eclipse.org_modeling_emft_mwe_updates_releases_R201110310946_mwe2lang/version=1.0.0
repositories/http\:__download.eclipse.org_modeling_emft_mwe_updates_releases_R201112070431_mwe/description=
repositories/http\:__download.eclipse.org_modeling_emft_mwe_updates_releases_R201112070431_mwe/enabled=true
repositories/http\:__download.eclipse.org_modeling_emft_mwe_updates_releases_R201112070431_mwe/isSystem=false
repositories/http\:__download.eclipse.org_modeling_emft_mwe_updates_releases_R201112070431_mwe/name=MWE Build Site - Artifact Repository
repositories/http\:__download.eclipse.org_modeling_emft_mwe_updates_releases_R201112070431_mwe/provider=
repositories/http\:__download.eclipse.org_modeling_emft_mwe_updates_releases_R201112070431_mwe/suffix=artifacts.xml
repositories/http\:__download.eclipse.org_modeling_emft_mwe_updates_releases_R201112070431_mwe/type=org.eclipse.equinox.p2.artifact.repository.simpleRepository
repositories/http\:__download.eclipse.org_modeling_emft_mwe_updates_releases_R201112070431_mwe/uri=http\://download.eclipse.org/modeling/emft/mwe/updates/releases/R201112070431/mwe
repositories/http\:__download.eclipse.org_modeling_emft_mwe_updates_releases_R201112070431_mwe/version=1.0.0
repositories/http\:__download.eclipse.org_modeling_emft_mwe_updates_releases_R201112071250_mwe2lang/description=
repositories/http\:__download.eclipse.org_modeling_emft_mwe_updates_releases_R201112071250_mwe2lang/enabled=false
repositories/http\:__download.eclipse.org_modeling_emft_mwe_updates_releases_R201112071250_mwe2lang/isSystem=true
repositories/http\:__download.eclipse.org_modeling_emft_mwe_updates_releases_R201112071250_mwe2lang/name=MWE2 Language Build Site - Artifact Repository
repositories/http\:__download.eclipse.org_modeling_emft_mwe_updates_releases_R201112071250_mwe2lang/provider=
repositories/http\:__download.eclipse.org_modeling_emft_mwe_updates_releases_R201112071250_mwe2lang/suffix=artifacts.xml
repositories/http\:__download.eclipse.org_modeling_emft_mwe_updates_releases_R201112071250_mwe2lang/type=org.eclipse.equinox.p2.artifact.repository.simpleRepository
repositories/http\:__download.eclipse.org_modeling_emft_mwe_updates_releases_R201112071250_mwe2lang/uri=http\://download.eclipse.org/modeling/emft/mwe/updates/releases/R201112071250/mwe2lang
repositories/http\:__download.eclipse.org_modeling_emft_mwe_updates_releases_R201112071250_mwe2lang/version=1.0.0
repositories/http\:__download.eclipse.org_modeling_emft_mwe_updates_releases_R201206110920_mwe/description=
repositories/http\:__download.eclipse.org_modeling_emft_mwe_updates_releases_R201206110920_mwe/enabled=false
repositories/http\:__download.eclipse.org_modeling_emft_mwe_updates_releases_R201206110920_mwe/isSystem=true
repositories/http\:__download.eclipse.org_modeling_emft_mwe_updates_releases_R201206110920_mwe/name=MWE Build Site - Artifact Repository
repositories/http\:__download.eclipse.org_modeling_emft_mwe_updates_releases_R201206110920_mwe/provider=
repositories/http\:__download.eclipse.org_modeling_emft_mwe_updates_releases_R201206110920_mwe/suffix=artifacts.xml
repositories/http\:__download.eclipse.org_modeling_emft_mwe_updates_releases_R201206110920_mwe/type=org.eclipse.equinox.p2.artifact.repository.simpleRepository
repositories/http\:__download.eclipse.org_modeling_emft_mwe_updates_releases_R201206110920_mwe/uri=http\://download.eclipse.org/modeling/emft/mwe/updates/releases/R201206110920/mwe
repositories/http\:__download.eclipse.org_modeling_emft_mwe_updates_releases_R201206110920_mwe/version=1.0.0
repositories/http\:__download.eclipse.org_modeling_emft_mwe_updates_releases_R201206120758_mwe2lang/description=
repositories/http\:__download.eclipse.org_modeling_emft_mwe_updates_releases_R201206120758_mwe2lang/enabled=false
repositories/http\:__download.eclipse.org_modeling_emft_mwe_updates_releases_R201206120758_mwe2lang/isSystem=true
repositories/http\:__download.eclipse.org_modeling_emft_mwe_updates_releases_R201206120758_mwe2lang/name=MWE2 Language Build Site - Artifact Repository
repositories/http\:__download.eclipse.org_modeling_emft_mwe_updates_releases_R201206120758_mwe2lang/provider=
repositories/http\:__download.eclipse.org_modeling_emft_mwe_updates_releases_R201206120758_mwe2lang/suffix=artifacts.xml
repositories/http\:__download.eclipse.org_modeling_emft_mwe_updates_releases_R201206120758_mwe2lang/type=org.eclipse.equinox.p2.artifact.repository.simpleRepository
repositories/http\:__download.eclipse.org_modeling_emft_mwe_updates_releases_R201206120758_mwe2lang/uri=http\://download.eclipse.org/modeling/emft/mwe/updates/releases/R201206120758/mwe2lang
repositories/http\:__download.eclipse.org_modeling_emft_mwe_updates_releases_R201206120758_mwe2lang/version=1.0.0
repositories/http\:__download.eclipse.org_modeling_emft_mwe_updates_releases_helios/description=
repositories/http\:__download.eclipse.org_modeling_emft_mwe_updates_releases_helios/enabled=false
repositories/http\:__download.eclipse.org_modeling_emft_mwe_updates_releases_helios/isSystem=true
repositories/http\:__download.eclipse.org_modeling_emft_mwe_updates_releases_helios/name=EMFT MWE Update Site Helios SR2
repositories/http\:__download.eclipse.org_modeling_emft_mwe_updates_releases_helios/provider=
repositories/http\:__download.eclipse.org_modeling_emft_mwe_updates_releases_helios/suffix=compositeArtifacts.xml
repositories/http\:__download.eclipse.org_modeling_emft_mwe_updates_releases_helios/type=org.eclipse.equinox.internal.p2.artifact.repository.CompositeArtifactRepository
repositories/http\:__download.eclipse.org_modeling_emft_mwe_updates_releases_helios/uri=http\://download.eclipse.org/modeling/emft/mwe/updates/releases/helios
repositories/http\:__download.eclipse.org_modeling_emft_mwe_updates_releases_helios/version=1.0.0
repositories/http\:__download.eclipse.org_modeling_emft_mwe_updates_releases_helios_R201102150556_mwe/description=
repositories/http\:__download.eclipse.org_modeling_emft_mwe_updates_releases_helios_R201102150556_mwe/enabled=false
repositories/http\:__download.eclipse.org_modeling_emft_mwe_updates_releases_helios_R201102150556_mwe/isSystem=true
repositories/http\:__download.eclipse.org_modeling_emft_mwe_updates_releases_helios_R201102150556_mwe/name=MWE Build Site - Artifact Repository
repositories/http\:__download.eclipse.org_modeling_emft_mwe_updates_releases_helios_R201102150556_mwe/provider=
repositories/http\:__download.eclipse.org_modeling_emft_mwe_updates_releases_helios_R201102150556_mwe/suffix=artifacts.xml
repositories/http\:__download.eclipse.org_modeling_emft_mwe_updates_releases_helios_R201102150556_mwe/type=org.eclipse.equinox.p2.artifact.repository.simpleRepository
repositories/http\:__download.eclipse.org_modeling_emft_mwe_updates_releases_helios_R201102150556_mwe/uri=http\://download.eclipse.org/modeling/emft/mwe/updates/releases/helios/R201102150556/mwe
repositories/http\:__download.eclipse.org_modeling_emft_mwe_updates_releases_helios_R201102150556_mwe/version=1.0.0
repositories/http\:__download.eclipse.org_modeling_emft_mwe_updates_releases_helios_R201102151014_mwe2lang/description=
repositories/http\:__download.eclipse.org_modeling_emft_mwe_updates_releases_helios_R201102151014_mwe2lang/enabled=false
repositories/http\:__download.eclipse.org_modeling_emft_mwe_updates_releases_helios_R201102151014_mwe2lang/isSystem=true
repositories/http\:__download.eclipse.org_modeling_emft_mwe_updates_releases_helios_R201102151014_mwe2lang/name=MWE2 Language Build Site - Artifact Repository
repositories/http\:__download.eclipse.org_modeling_emft_mwe_updates_releases_helios_R201102151014_mwe2lang/provider=
repositories/http\:__download.eclipse.org_modeling_emft_mwe_updates_releases_helios_R201102151014_mwe2lang/suffix=artifacts.xml
repositories/http\:__download.eclipse.org_modeling_emft_mwe_updates_releases_helios_R201102151014_mwe2lang/type=org.eclipse.equinox.p2.artifact.repository.simpleRepository
repositories/http\:__download.eclipse.org_modeling_emft_mwe_updates_releases_helios_R201102151014_mwe2lang/uri=http\://download.eclipse.org/modeling/emft/mwe/updates/releases/helios/R201102151014/mwe2lang
repositories/http\:__download.eclipse.org_modeling_emft_mwe_updates_releases_helios_R201102151014_mwe2lang/version=1.0.0
repositories/http\:__download.eclipse.org_modeling_m2t_updates/enabled=false
repositories/http\:__download.eclipse.org_modeling_m2t_updates/isSystem=false
repositories/http\:__download.eclipse.org_modeling_m2t_updates/uri=http\://download.eclipse.org/modeling/m2t/updates/
repositories/http\:__download.eclipse.org_modeling_m2t_xpand_updates/enabled=false
repositories/http\:__download.eclipse.org_modeling_m2t_xpand_updates/isSystem=false
repositories/http\:__download.eclipse.org_modeling_m2t_xpand_updates/uri=http\://download.eclipse.org/modeling/m2t/xpand/updates/
repositories/http\:__download.eclipse.org_modeling_m2t_xpand_updates_releases/description=
repositories/http\:__download.eclipse.org_modeling_m2t_xpand_updates_releases/enabled=false
repositories/http\:__download.eclipse.org_modeling_m2t_xpand_updates_releases/isSystem=true
repositories/http\:__download.eclipse.org_modeling_m2t_xpand_updates_releases/name=M2T Xpand Update Site
repositories/http\:__download.eclipse.org_modeling_m2t_xpand_updates_releases/provider=
repositories/http\:__download.eclipse.org_modeling_m2t_xpand_updates_releases/suffix=compositeArtifacts.xml
repositories/http\:__download.eclipse.org_modeling_m2t_xpand_updates_releases/type=org.eclipse.equinox.internal.p2.artifact.repository.CompositeArtifactRepository
repositories/http\:__download.eclipse.org_modeling_m2t_xpand_updates_releases/uri=http\://download.eclipse.org/modeling/m2t/xpand/updates/releases
repositories/http\:__download.eclipse.org_modeling_m2t_xpand_updates_releases/version=1.0.0
repositories/http\:__download.eclipse.org_modeling_m2t_xpand_updates_releases_R201108020519/description=
repositories/http\:__download.eclipse.org_modeling_m2t_xpand_updates_releases_R201108020519/enabled=false
repositories/http\:__download.eclipse.org_modeling_m2t_xpand_updates_releases_R201108020519/isSystem=true
repositories/http\:__download.eclipse.org_modeling_m2t_xpand_updates_releases_R201108020519/name=Xpand/Xtend Build Site - Artifact Repository
repositories/http\:__download.eclipse.org_modeling_m2t_xpand_updates_releases_R201108020519/provider=
repositories/http\:__download.eclipse.org_modeling_m2t_xpand_updates_releases_R201108020519/suffix=artifacts.xml
repositories/http\:__download.eclipse.org_modeling_m2t_xpand_updates_releases_R201108020519/type=org.eclipse.equinox.p2.artifact.repository.simpleRepository
repositories/http\:__download.eclipse.org_modeling_m2t_xpand_updates_releases_R201108020519/uri=http\://download.eclipse.org/modeling/m2t/xpand/updates/releases/R201108020519
repositories/http\:__download.eclipse.org_modeling_m2t_xpand_updates_releases_R201108020519/version=1.0.0
repositories/http\:__download.eclipse.org_modeling_m2t_xpand_updates_releases_R201206110941/description=
repositories/http\:__download.eclipse.org_modeling_m2t_xpand_updates_releases_R201206110941/enabled=false
repositories/http\:__download.eclipse.org_modeling_m2t_xpand_updates_releases_R201206110941/isSystem=true
repositories/http\:__download.eclipse.org_modeling_m2t_xpand_updates_releases_R201206110941/name=Xpand/Xtend Build Site - Artifact Repository
repositories/http\:__download.eclipse.org_modeling_m2t_xpand_updates_releases_R201206110941/provider=
repositories/http\:__download.eclipse.org_modeling_m2t_xpand_updates_releases_R201206110941/suffix=artifacts.xml
repositories/http\:__download.eclipse.org_modeling_m2t_xpand_updates_releases_R201206110941/type=org.eclipse.equinox.p2.artifact.repository.simpleRepository
repositories/http\:__download.eclipse.org_modeling_m2t_xpand_updates_releases_R201206110941/uri=http\://download.eclipse.org/modeling/m2t/xpand/updates/releases/R201206110941
repositories/http\:__download.eclipse.org_modeling_m2t_xpand_updates_releases_R201206110941/version=1.0.0
repositories/http\:__download.eclipse.org_modeling_m2t_xpand_updates_releases_helios/description=
repositories/http\:__download.eclipse.org_modeling_m2t_xpand_updates_releases_helios/enabled=false
repositories/http\:__download.eclipse.org_modeling_m2t_xpand_updates_releases_helios/isSystem=true
repositories/http\:__download.eclipse.org_modeling_m2t_xpand_updates_releases_helios/name=m2t.xpand Artifacts
repositories/http\:__download.eclipse.org_modeling_m2t_xpand_updates_releases_helios/provider=
repositories/http\:__download.eclipse.org_modeling_m2t_xpand_updates_releases_helios/suffix=artifacts.xml
repositories/http\:__download.eclipse.org_modeling_m2t_xpand_updates_releases_helios/type=org.eclipse.equinox.p2.artifact.repository.simpleRepository
repositories/http\:__download.eclipse.org_modeling_m2t_xpand_updates_releases_helios/uri=http\://download.eclipse.org/modeling/m2t/xpand/updates/releases/helios
repositories/http\:__download.eclipse.org_modeling_m2t_xpand_updates_releases_helios/version=1.0.0
repositories/http\:__download.eclipse.org_modeling_tmf_updates/enabled=false
repositories/http\:__download.eclipse.org_modeling_tmf_updates/isSystem=false
repositories/http\:__download.eclipse.org_modeling_tmf_updates/uri=http\://download.eclipse.org/modeling/tmf/updates/
repositories/http\:__download.eclipse.org_modeling_tmf_xtext_updates/enabled=false
repositories/http\:__download.eclipse.org_modeling_tmf_xtext_updates/isSystem=false
repositories/http\:__download.eclipse.org_modeling_tmf_xtext_updates/uri=http\://download.eclipse.org/modeling/tmf/xtext/updates/
repositories/http\:__download.eclipse.org_modeling_tmf_xtext_updates_composite_releases/count=1
repositories/http\:__download.eclipse.org_modeling_tmf_xtext_updates_composite_releases/description=
repositories/http\:__download.eclipse.org_modeling_tmf_xtext_updates_composite_releases/enabled=true
repositories/http\:__download.eclipse.org_modeling_tmf_xtext_updates_composite_releases/isSystem=false
repositories/http\:__download.eclipse.org_modeling_tmf_xtext_updates_composite_releases/name=Xtext All In One (Releases)
repositories/http\:__download.eclipse.org_modeling_tmf_xtext_updates_composite_releases/nickname=Xtext All In One - Releases
repositories/http\:__download.eclipse.org_modeling_tmf_xtext_updates_composite_releases/provider=
repositories/http\:__download.eclipse.org_modeling_tmf_xtext_updates_composite_releases/suffix=compositeArtifacts.xml
repositories/http\:__download.eclipse.org_modeling_tmf_xtext_updates_composite_releases/type=org.eclipse.equinox.internal.p2.artifact.repository.CompositeArtifactRepository
repositories/http\:__download.eclipse.org_modeling_tmf_xtext_updates_composite_releases/uri=http\://download.eclipse.org/modeling/tmf/xtext/updates/composite/releases/
repositories/http\:__download.eclipse.org_modeling_tmf_xtext_updates_composite_releases/version=1.0.0
repositories/http\:__download.eclipse.org_modeling_tmf_xtext_updates_releases/description=
repositories/http\:__download.eclipse.org_modeling_tmf_xtext_updates_releases/enabled=false
repositories/http\:__download.eclipse.org_modeling_tmf_xtext_updates_releases/isSystem=true
repositories/http\:__download.eclipse.org_modeling_tmf_xtext_updates_releases/name=TMF Xtext Update Site (Releases)
repositories/http\:__download.eclipse.org_modeling_tmf_xtext_updates_releases/provider=
repositories/http\:__download.eclipse.org_modeling_tmf_xtext_updates_releases/suffix=compositeArtifacts.xml
repositories/http\:__download.eclipse.org_modeling_tmf_xtext_updates_releases/type=org.eclipse.equinox.internal.p2.artifact.repository.CompositeArtifactRepository
repositories/http\:__download.eclipse.org_modeling_tmf_xtext_updates_releases/uri=http\://download.eclipse.org/modeling/tmf/xtext/updates/releases
repositories/http\:__download.eclipse.org_modeling_tmf_xtext_updates_releases/version=1.0.0
repositories/http\:__download.eclipse.org_modeling_tmf_xtext_updates_releases_head_R201108020636/description=
repositories/http\:__download.eclipse.org_modeling_tmf_xtext_updates_releases_head_R201108020636/enabled=false
repositories/http\:__download.eclipse.org_modeling_tmf_xtext_updates_releases_head_R201108020636/isSystem=true
repositories/http\:__download.eclipse.org_modeling_tmf_xtext_updates_releases_head_R201108020636/name=Xtext Update Site - Artifact Repository
repositories/http\:__download.eclipse.org_modeling_tmf_xtext_updates_releases_head_R201108020636/provider=
repositories/http\:__download.eclipse.org_modeling_tmf_xtext_updates_releases_head_R201108020636/suffix=artifacts.xml
repositories/http\:__download.eclipse.org_modeling_tmf_xtext_updates_releases_head_R201108020636/type=org.eclipse.equinox.p2.artifact.repository.simpleRepository
repositories/http\:__download.eclipse.org_modeling_tmf_xtext_updates_releases_head_R201108020636/uri=http\://download.eclipse.org/modeling/tmf/xtext/updates/releases/head/R201108020636
repositories/http\:__download.eclipse.org_modeling_tmf_xtext_updates_releases_head_R201108020636/version=1.0.0
repositories/http\:__download.eclipse.org_modeling_tmf_xtext_updates_releases_head_R201112130541/description=
repositories/http\:__download.eclipse.org_modeling_tmf_xtext_updates_releases_head_R201112130541/enabled=false
repositories/http\:__download.eclipse.org_modeling_tmf_xtext_updates_releases_head_R201112130541/isSystem=true
repositories/http\:__download.eclipse.org_modeling_tmf_xtext_updates_releases_head_R201112130541/name=Xtext Update Site - Artifact Repository
repositories/http\:__download.eclipse.org_modeling_tmf_xtext_updates_releases_head_R201112130541/provider=
repositories/http\:__download.eclipse.org_modeling_tmf_xtext_updates_releases_head_R201112130541/suffix=artifacts.xml
repositories/http\:__download.eclipse.org_modeling_tmf_xtext_updates_releases_head_R201112130541/type=org.eclipse.equinox.p2.artifact.repository.simpleRepository
repositories/http\:__download.eclipse.org_modeling_tmf_xtext_updates_releases_head_R201112130541/uri=http\://download.eclipse.org/modeling/tmf/xtext/updates/releases/head/R201112130541
repositories/http\:__download.eclipse.org_modeling_tmf_xtext_updates_releases_head_R201112130541/version=1.0.0
repositories/http\:__download.eclipse.org_modeling_tmf_xtext_updates_releases_head_R201206120633/description=
repositories/http\:__download.eclipse.org_modeling_tmf_xtext_updates_releases_head_R201206120633/enabled=false
repositories/http\:__download.eclipse.org_modeling_tmf_xtext_updates_releases_head_R201206120633/isSystem=true
repositories/http\:__download.eclipse.org_modeling_tmf_xtext_updates_releases_head_R201206120633/name=Xtext Update Site - Artifact Repository
repositories/http\:__download.eclipse.org_modeling_tmf_xtext_updates_releases_head_R201206120633/provider=
repositories/http\:__download.eclipse.org_modeling_tmf_xtext_updates_releases_head_R201206120633/suffix=artifacts.xml
repositories/http\:__download.eclipse.org_modeling_tmf_xtext_updates_releases_head_R201206120633/type=org.eclipse.equinox.p2.artifact.repository.simpleRepository
repositories/http\:__download.eclipse.org_modeling_tmf_xtext_updates_releases_head_R201206120633/uri=http\://download.eclipse.org/modeling/tmf/xtext/updates/releases/head/R201206120633
repositories/http\:__download.eclipse.org_modeling_tmf_xtext_updates_releases_head_R201206120633/version=1.0.0
repositories/http\:__download.eclipse.org_modeling_tmf_xtext_updates_releases_helios_R201102150722/description=
repositories/http\:__download.eclipse.org_modeling_tmf_xtext_updates_releases_helios_R201102150722/enabled=false
repositories/http\:__download.eclipse.org_modeling_tmf_xtext_updates_releases_helios_R201102150722/isSystem=true
repositories/http\:__download.eclipse.org_modeling_tmf_xtext_updates_releases_helios_R201102150722/name=Xtext Update Site - Artifact Repository
repositories/http\:__download.eclipse.org_modeling_tmf_xtext_updates_releases_helios_R201102150722/provider=
repositories/http\:__download.eclipse.org_modeling_tmf_xtext_updates_releases_helios_R201102150722/suffix=artifacts.xml
repositories/http\:__download.eclipse.org_modeling_tmf_xtext_updates_releases_helios_R201102150722/type=org.eclipse.equinox.p2.artifact.repository.simpleRepository
repositories/http\:__download.eclipse.org_modeling_tmf_xtext_updates_releases_helios_R201102150722/uri=http\://download.eclipse.org/modeling/tmf/xtext/updates/releases/helios/R201102150722
repositories/http\:__download.eclipse.org_modeling_tmf_xtext_updates_releases_helios_R201102150722/version=1.0.0
repositories/http\:__download.eclipse.org_modeling_tmf_xtext_updates_releases_maintenance_R201111141332/description=
repositories/http\:__download.eclipse.org_modeling_tmf_xtext_updates_releases_maintenance_R201111141332/enabled=false
repositories/http\:__download.eclipse.org_modeling_tmf_xtext_updates_releases_maintenance_R201111141332/isSystem=true
repositories/http\:__download.eclipse.org_modeling_tmf_xtext_updates_releases_maintenance_R201111141332/name=Xtext Update Site - Artifact Repository
repositories/http\:__download.eclipse.org_modeling_tmf_xtext_updates_releases_maintenance_R201111141332/provider=
repositories/http\:__download.eclipse.org_modeling_tmf_xtext_updates_releases_maintenance_R201111141332/suffix=artifacts.xml
repositories/http\:__download.eclipse.org_modeling_tmf_xtext_updates_releases_maintenance_R201111141332/type=org.eclipse.equinox.p2.artifact.repository.simpleRepository
repositories/http\:__download.eclipse.org_modeling_tmf_xtext_updates_releases_maintenance_R201111141332/uri=http\://download.eclipse.org/modeling/tmf/xtext/updates/releases/maintenance/R201111141332
repositories/http\:__download.eclipse.org_modeling_tmf_xtext_updates_releases_maintenance_R201111141332/version=1.0.0
repositories/http\:__download.eclipse.org_modeling_tmf_xtext_updates_releases_maintenance_R201208210947/description=
repositories/http\:__download.eclipse.org_modeling_tmf_xtext_updates_releases_maintenance_R201208210947/enabled=false
repositories/http\:__download.eclipse.org_modeling_tmf_xtext_updates_releases_maintenance_R201208210947/isSystem=true
repositories/http\:__download.eclipse.org_modeling_tmf_xtext_updates_releases_maintenance_R201208210947/name=Xtext Update Site - Artifact Repository
repositories/http\:__download.eclipse.org_modeling_tmf_xtext_updates_releases_maintenance_R201208210947/provider=
repositories/http\:__download.eclipse.org_modeling_tmf_xtext_updates_releases_maintenance_R201208210947/suffix=artifacts.xml
repositories/http\:__download.eclipse.org_modeling_tmf_xtext_updates_releases_maintenance_R201208210947/type=org.eclipse.equinox.p2.artifact.repository.simpleRepository
repositories/http\:__download.eclipse.org_modeling_tmf_xtext_updates_releases_maintenance_R201208210947/uri=http\://download.eclipse.org/modeling/tmf/xtext/updates/releases/maintenance/R201208210947/
repositories/http\:__download.eclipse.org_modeling_tmf_xtext_updates_releases_maintenance_R201208210947/version=1.0.0
repositories/http\:__download.eclipse.org_mylyn_releases_3.8/enabled=false
repositories/http\:__download.eclipse.org_mylyn_releases_3.8/isSystem=false
repositories/http\:__download.eclipse.org_mylyn_releases_3.8/uri=http\://download.eclipse.org/mylyn/releases/3.8
repositories/http\:__download.eclipse.org_mylyn_releases_juno/enabled=false
repositories/http\:__download.eclipse.org_mylyn_releases_juno/isSystem=false
repositories/http\:__download.eclipse.org_mylyn_releases_juno/uri=http\://download.eclipse.org/mylyn/releases/juno/
repositories/http\:__download.eclipse.org_releases_juno/enabled=false
repositories/http\:__download.eclipse.org_releases_juno/isSystem=false
repositories/http\:__download.eclipse.org_releases_juno/uri=http\://download.eclipse.org/releases/juno
repositories/http\:__download.eclipse.org_releases_juno_201302220900/description=
repositories/http\:__download.eclipse.org_releases_juno_201302220900/enabled=true
repositories/http\:__download.eclipse.org_releases_juno_201302220900/isSystem=false
repositories/http\:__download.eclipse.org_releases_juno_201302220900/name=juno/201302220900
repositories/http\:__download.eclipse.org_releases_juno_201302220900/provider=
repositories/http\:__download.eclipse.org_releases_juno_201302220900/suffix=artifacts.xml
repositories/http\:__download.eclipse.org_releases_juno_201302220900/type=org.eclipse.equinox.p2.artifact.repository.simpleRepository
repositories/http\:__download.eclipse.org_releases_juno_201302220900/uri=http\://download.eclipse.org/releases/juno/201302220900
repositories/http\:__download.eclipse.org_releases_juno_201302220900/version=1.0.0
repositories/http\:__download.eclipse.org_releases_kepler/description=
repositories/http\:__download.eclipse.org_releases_kepler/enabled=true
repositories/http\:__download.eclipse.org_releases_kepler/isSystem=false
repositories/http\:__download.eclipse.org_releases_kepler/name=Kepler repository
repositories/http\:__download.eclipse.org_releases_kepler/nickname=Kepler
repositories/http\:__download.eclipse.org_releases_kepler/provider=
repositories/http\:__download.eclipse.org_releases_kepler/suffix=compositeArtifacts.xml
repositories/http\:__download.eclipse.org_releases_kepler/type=org.eclipse.equinox.internal.p2.artifact.repository.CompositeArtifactRepository
repositories/http\:__download.eclipse.org_releases_kepler/uri=http\://download.eclipse.org/releases/kepler
repositories/http\:__download.eclipse.org_releases_kepler/version=1.0.0
repositories/http\:__download.eclipse.org_releases_kepler_201212210900/description=
repositories/http\:__download.eclipse.org_releases_kepler_201212210900/enabled=false
repositories/http\:__download.eclipse.org_releases_kepler_201212210900/isSystem=true
repositories/http\:__download.eclipse.org_releases_kepler_201212210900/name=kepler/201212210900
repositories/http\:__download.eclipse.org_releases_kepler_201212210900/provider=
repositories/http\:__download.eclipse.org_releases_kepler_201212210900/suffix=artifacts.xml
repositories/http\:__download.eclipse.org_releases_kepler_201212210900/type=org.eclipse.equinox.p2.artifact.repository.simpleRepository
repositories/http\:__download.eclipse.org_releases_kepler_201212210900/uri=http\://download.eclipse.org/releases/kepler/201212210900
repositories/http\:__download.eclipse.org_releases_kepler_201212210900/version=1.0.0
repositories/http\:__download.eclipse.org_releases_kepler_201302080900/description=
repositories/http\:__download.eclipse.org_releases_kepler_201302080900/enabled=true
repositories/http\:__download.eclipse.org_releases_kepler_201302080900/isSystem=false
repositories/http\:__download.eclipse.org_releases_kepler_201302080900/name=kepler/201302080900
repositories/http\:__download.eclipse.org_releases_kepler_201302080900/provider=
repositories/http\:__download.eclipse.org_releases_kepler_201302080900/suffix=artifacts.xml
repositories/http\:__download.eclipse.org_releases_kepler_201302080900/type=org.eclipse.equinox.p2.artifact.repository.simpleRepository
repositories/http\:__download.eclipse.org_releases_kepler_201302080900/uri=http\://download.eclipse.org/releases/kepler/201302080900
repositories/http\:__download.eclipse.org_releases_kepler_201302080900/version=1.0.0
repositories/http\:__download.eclipse.org_technology_epp_packages_kepler/description=
repositories/http\:__download.eclipse.org_technology_epp_packages_kepler/enabled=false
repositories/http\:__download.eclipse.org_technology_epp_packages_kepler/isSystem=true
repositories/http\:__download.eclipse.org_technology_epp_packages_kepler/name=Feature - Artifact Repository
repositories/http\:__download.eclipse.org_technology_epp_packages_kepler/provider=
repositories/http\:__download.eclipse.org_technology_epp_packages_kepler/suffix=artifacts.xml
repositories/http\:__download.eclipse.org_technology_epp_packages_kepler/type=org.eclipse.equinox.p2.artifact.repository.simpleRepository
repositories/http\:__download.eclipse.org_technology_epp_packages_kepler/uri=http\://download.eclipse.org/technology/epp/packages/kepler/
repositories/http\:__download.eclipse.org_technology_epp_packages_kepler/version=1.0.0
repositories/http\:__download.eclipse.org_technology_subversive_1.0_update-site/description=
repositories/http\:__download.eclipse.org_technology_subversive_1.0_update-site/enabled=true
repositories/http\:__download.eclipse.org_technology_subversive_1.0_update-site/isSystem=false
repositories/http\:__download.eclipse.org_technology_subversive_1.0_update-site/name=Subversive Artifacts
repositories/http\:__download.eclipse.org_technology_subversive_1.0_update-site/provider=
repositories/http\:__download.eclipse.org_technology_subversive_1.0_update-site/suffix=artifacts.xml
repositories/http\:__download.eclipse.org_technology_subversive_1.0_update-site/type=org.eclipse.equinox.p2.artifact.repository.simpleRepository
repositories/http\:__download.eclipse.org_technology_subversive_1.0_update-site/uri=http\://download.eclipse.org/technology/subversive/1.0/update-site/
repositories/http\:__download.eclipse.org_technology_subversive_1.0_update-site/version=1.0.0
repositories/http\:__download.eclipse.org_tools_gef_updates_releases/description=
repositories/http\:__download.eclipse.org_tools_gef_updates_releases/enabled=true
repositories/http\:__download.eclipse.org_tools_gef_updates_releases/isSystem=false
repositories/http\:__download.eclipse.org_tools_gef_updates_releases/name=org.eclipse.gef.repository
repositories/http\:__download.eclipse.org_tools_gef_updates_releases/provider=
repositories/http\:__download.eclipse.org_tools_gef_updates_releases/suffix=artifacts.xml
repositories/http\:__download.eclipse.org_tools_gef_updates_releases/type=org.eclipse.equinox.p2.artifact.repository.simpleRepository
repositories/http\:__download.eclipse.org_tools_gef_updates_releases/uri=http\://download.eclipse.org/tools/gef/updates/releases
repositories/http\:__download.eclipse.org_tools_gef_updates_releases/version=1.0.0
repositories/http\:__download.eclipse.org_webtools_repository_juno/enabled=false
repositories/http\:__download.eclipse.org_webtools_repository_juno/isSystem=false
repositories/http\:__download.eclipse.org_webtools_repository_juno/uri=http\://download.eclipse.org/webtools/repository/juno
repositories/http\:__download.itemis.com_updates/description=
repositories/http\:__download.itemis.com_updates/enabled=true
repositories/http\:__download.itemis.com_updates/isSystem=false
repositories/http\:__download.itemis.com_updates/name="Xtext Composite Update Site"
repositories/http\:__download.itemis.com_updates/provider=
repositories/http\:__download.itemis.com_updates/suffix=compositeArtifacts.xml
repositories/http\:__download.itemis.com_updates/type=org.eclipse.equinox.internal.p2.artifact.repository.CompositeArtifactRepository
repositories/http\:__download.itemis.com_updates/uri=http\://download.itemis.com/updates/
repositories/http\:__download.itemis.com_updates/version=1.0.0
repositories/http\:__download.itemis.com_updates_releases/description=
repositories/http\:__download.itemis.com_updates_releases/enabled=false
repositories/http\:__download.itemis.com_updates_releases/isSystem=true
repositories/http\:__download.itemis.com_updates_releases/name="Xtext Composite Update Site (Releases)"
repositories/http\:__download.itemis.com_updates_releases/provider=
repositories/http\:__download.itemis.com_updates_releases/suffix=compositeArtifacts.xml
repositories/http\:__download.itemis.com_updates_releases/type=org.eclipse.equinox.internal.p2.artifact.repository.CompositeArtifactRepository
repositories/http\:__download.itemis.com_updates_releases/uri=http\://download.itemis.com/updates/releases
repositories/http\:__download.itemis.com_updates_releases/version=1.0.0
repositories/http\:__download.itemis.com_updates_releases_1.0.0/description=
repositories/http\:__download.itemis.com_updates_releases_1.0.0/enabled=false
repositories/http\:__download.itemis.com_updates_releases_1.0.0/isSystem=true
repositories/http\:__download.itemis.com_updates_releases_1.0.0/name=xtext.antlr Artifacts
repositories/http\:__download.itemis.com_updates_releases_1.0.0/provider=
repositories/http\:__download.itemis.com_updates_releases_1.0.0/suffix=artifacts.xml
repositories/http\:__download.itemis.com_updates_releases_1.0.0/type=org.eclipse.equinox.p2.artifact.repository.simpleRepository
repositories/http\:__download.itemis.com_updates_releases_1.0.0/uri=http\://download.itemis.com/updates/releases/1.0.0
repositories/http\:__download.itemis.com_updates_releases_1.0.0/version=1.0.0
repositories/http\:__download.itemis.com_updates_releases_1.0.1/description=
repositories/http\:__download.itemis.com_updates_releases_1.0.1/enabled=false
repositories/http\:__download.itemis.com_updates_releases_1.0.1/isSystem=true
repositories/http\:__download.itemis.com_updates_releases_1.0.1/name=xtext.antlr Artifacts
repositories/http\:__download.itemis.com_updates_releases_1.0.1/provider=
repositories/http\:__download.itemis.com_updates_releases_1.0.1/suffix=artifacts.xml
repositories/http\:__download.itemis.com_updates_releases_1.0.1/type=org.eclipse.equinox.p2.artifact.repository.simpleRepository
repositories/http\:__download.itemis.com_updates_releases_1.0.1/uri=http\://download.itemis.com/updates/releases/1.0.1
repositories/http\:__download.itemis.com_updates_releases_1.0.1/version=1.0.0
repositories/http\:__download.itemis.com_updates_releases_2.0.0/description=
repositories/http\:__download.itemis.com_updates_releases_2.0.0/enabled=false
repositories/http\:__download.itemis.com_updates_releases_2.0.0/isSystem=true
repositories/http\:__download.itemis.com_updates_releases_2.0.0/name=Xtext Antlr Build Feature - Artifact Repository
repositories/http\:__download.itemis.com_updates_releases_2.0.0/provider=
repositories/http\:__download.itemis.com_updates_releases_2.0.0/suffix=artifacts.xml
repositories/http\:__download.itemis.com_updates_releases_2.0.0/type=org.eclipse.equinox.p2.artifact.repository.simpleRepository
repositories/http\:__download.itemis.com_updates_releases_2.0.0/uri=http\://download.itemis.com/updates/releases/2.0.0
repositories/http\:__download.itemis.com_updates_releases_2.0.0/version=1.0.0
repositories/http\:__download.itemis.de_updates/description=
repositories/http\:__download.itemis.de_updates/enabled=true
repositories/http\:__download.itemis.de_updates/isSystem=false
repositories/http\:__download.itemis.de_updates/name="Xtext Composite Update Site"
repositories/http\:__download.itemis.de_updates/provider=
repositories/http\:__download.itemis.de_updates/suffix=compositeArtifacts.xml
repositories/http\:__download.itemis.de_updates/type=org.eclipse.equinox.internal.p2.artifact.repository.CompositeArtifactRepository
repositories/http\:__download.itemis.de_updates/uri=http\://download.itemis.de/updates/
repositories/http\:__download.itemis.de_updates/version=1.0.0
repositories/http\:__download.itemis.de_updates_releases/description=
repositories/http\:__download.itemis.de_updates_releases/enabled=true
repositories/http\:__download.itemis.de_updates_releases/isSystem=false
repositories/http\:__download.itemis.de_updates_releases/name="Xtext Composite Update Site (Releases)"
repositories/http\:__download.itemis.de_updates_releases/provider=
repositories/http\:__download.itemis.de_updates_releases/suffix=compositeArtifacts.xml
repositories/http\:__download.itemis.de_updates_releases/type=org.eclipse.equinox.internal.p2.artifact.repository.CompositeArtifactRepository
repositories/http\:__download.itemis.de_updates_releases/uri=http\://download.itemis.de/updates/releases
repositories/http\:__download.itemis.de_updates_releases/version=1.0.0
repositories/http\:__download.itemis.de_updates_releases_1.0.0/description=
repositories/http\:__download.itemis.de_updates_releases_1.0.0/enabled=false
repositories/http\:__download.itemis.de_updates_releases_1.0.0/isSystem=true
repositories/http\:__download.itemis.de_updates_releases_1.0.0/name=xtext.antlr Artifacts
repositories/http\:__download.itemis.de_updates_releases_1.0.0/provider=
repositories/http\:__download.itemis.de_updates_releases_1.0.0/suffix=artifacts.xml
repositories/http\:__download.itemis.de_updates_releases_1.0.0/type=org.eclipse.equinox.p2.artifact.repository.simpleRepository
repositories/http\:__download.itemis.de_updates_releases_1.0.0/uri=http\://download.itemis.de/updates/releases/1.0.0
repositories/http\:__download.itemis.de_updates_releases_1.0.0/version=1.0.0
repositories/http\:__download.itemis.de_updates_releases_1.0.1/description=
repositories/http\:__download.itemis.de_updates_releases_1.0.1/enabled=false
repositories/http\:__download.itemis.de_updates_releases_1.0.1/isSystem=true
repositories/http\:__download.itemis.de_updates_releases_1.0.1/name=xtext.antlr Artifacts
repositories/http\:__download.itemis.de_updates_releases_1.0.1/provider=
repositories/http\:__download.itemis.de_updates_releases_1.0.1/suffix=artifacts.xml
repositories/http\:__download.itemis.de_updates_releases_1.0.1/type=org.eclipse.equinox.p2.artifact.repository.simpleRepository
repositories/http\:__download.itemis.de_updates_releases_1.0.1/uri=http\://download.itemis.de/updates/releases/1.0.1
repositories/http\:__download.itemis.de_updates_releases_1.0.1/version=1.0.0
repositories/http\:__download.itemis.de_updates_releases_2.0.0/description=
repositories/http\:__download.itemis.de_updates_releases_2.0.0/enabled=false
repositories/http\:__download.itemis.de_updates_releases_2.0.0/isSystem=true
repositories/http\:__download.itemis.de_updates_releases_2.0.0/name=Xtext Antlr Build Feature - Artifact Repository
repositories/http\:__download.itemis.de_updates_releases_2.0.0/provider=
repositories/http\:__download.itemis.de_updates_releases_2.0.0/suffix=artifacts.xml
repositories/http\:__download.itemis.de_updates_releases_2.0.0/type=org.eclipse.equinox.p2.artifact.repository.simpleRepository
repositories/http\:__download.itemis.de_updates_releases_2.0.0/uri=http\://download.itemis.de/updates/releases/2.0.0
repositories/http\:__download.itemis.de_updates_releases_2.0.0/version=1.0.0
repositories/http\:__download.jboss.org_jbosstools_updates_m2eclipse-wtp/enabled=false
repositories/http\:__download.jboss.org_jbosstools_updates_m2eclipse-wtp/isSystem=false
repositories/http\:__download.jboss.org_jbosstools_updates_m2eclipse-wtp/uri=http\://download.jboss.org/jbosstools/updates/m2eclipse-wtp/
repositories/http\:__repo1.maven.org_maven2_.m2e_connectors_m2eclipse-mavenarchiver_0.15.0_N_0.15.0.201207090125/description=
repositories/http\:__repo1.maven.org_maven2_.m2e_connectors_m2eclipse-mavenarchiver_0.15.0_N_0.15.0.201207090125/enabled=true
repositories/http\:__repo1.maven.org_maven2_.m2e_connectors_m2eclipse-mavenarchiver_0.15.0_N_0.15.0.201207090125/isSystem=false
repositories/http\:__repo1.maven.org_maven2_.m2e_connectors_m2eclipse-mavenarchiver_0.15.0_N_0.15.0.201207090125/name=M2E Maven Archiver Connector
repositories/http\:__repo1.maven.org_maven2_.m2e_connectors_m2eclipse-mavenarchiver_0.15.0_N_0.15.0.201207090125/provider=
repositories/http\:__repo1.maven.org_maven2_.m2e_connectors_m2eclipse-mavenarchiver_0.15.0_N_0.15.0.201207090125/suffix=artifacts.xml
repositories/http\:__repo1.maven.org_maven2_.m2e_connectors_m2eclipse-mavenarchiver_0.15.0_N_0.15.0.201207090125/type=org.eclipse.equinox.p2.artifact.repository.simpleRepository
repositories/http\:__repo1.maven.org_maven2_.m2e_connectors_m2eclipse-mavenarchiver_0.15.0_N_0.15.0.201207090125/uri=http\://repo1.maven.org/maven2/.m2e/connectors/m2eclipse-mavenarchiver/0.15.0/N/0.15.0.201207090125/
repositories/http\:__repo1.maven.org_maven2_.m2e_connectors_m2eclipse-mavenarchiver_0.15.0_N_0.15.0.201207090125/version=1.0.0
repositories/http\:__repo1.maven.org_maven2_.m2e_connectors_m2eclipse-plexus_0.15.0_N_0.15.0.201207090126/description=
repositories/http\:__repo1.maven.org_maven2_.m2e_connectors_m2eclipse-plexus_0.15.0_N_0.15.0.201207090126/enabled=true
repositories/http\:__repo1.maven.org_maven2_.m2e_connectors_m2eclipse-plexus_0.15.0_N_0.15.0.201207090126/isSystem=false
repositories/http\:__repo1.maven.org_maven2_.m2e_connectors_m2eclipse-plexus_0.15.0_N_0.15.0.201207090126/name=M2E Plexus Annotations Connector
repositories/http\:__repo1.maven.org_maven2_.m2e_connectors_m2eclipse-plexus_0.15.0_N_0.15.0.201207090126/provider=
repositories/http\:__repo1.maven.org_maven2_.m2e_connectors_m2eclipse-plexus_0.15.0_N_0.15.0.201207090126/suffix=artifacts.xml
repositories/http\:__repo1.maven.org_maven2_.m2e_connectors_m2eclipse-plexus_0.15.0_N_0.15.0.201207090126/type=org.eclipse.equinox.p2.artifact.repository.simpleRepository
repositories/http\:__repo1.maven.org_maven2_.m2e_connectors_m2eclipse-plexus_0.15.0_N_0.15.0.201207090126/uri=http\://repo1.maven.org/maven2/.m2e/connectors/m2eclipse-plexus/0.15.0/N/0.15.0.201207090126/
repositories/http\:__repo1.maven.org_maven2_.m2e_connectors_m2eclipse-plexus_0.15.0_N_0.15.0.201207090126/version=1.0.0
repositories/http\:__repo1.maven.org_maven2_.m2e_connectors_m2eclipse-tycho_0.6.0_N_0.6.0.201207302152/description=
repositories/http\:__repo1.maven.org_maven2_.m2e_connectors_m2eclipse-tycho_0.6.0_N_0.6.0.201207302152/enabled=true
repositories/http\:__repo1.maven.org_maven2_.m2e_connectors_m2eclipse-tycho_0.6.0_N_0.6.0.201207302152/isSystem=false
repositories/http\:__repo1.maven.org_maven2_.m2e_connectors_m2eclipse-tycho_0.6.0_N_0.6.0.201207302152/name=org.sonatype.tycho.update Artifacts
repositories/http\:__repo1.maven.org_maven2_.m2e_connectors_m2eclipse-tycho_0.6.0_N_0.6.0.201207302152/provider=
repositories/http\:__repo1.maven.org_maven2_.m2e_connectors_m2eclipse-tycho_0.6.0_N_0.6.0.201207302152/suffix=artifacts.xml
repositories/http\:__repo1.maven.org_maven2_.m2e_connectors_m2eclipse-tycho_0.6.0_N_0.6.0.201207302152/type=org.eclipse.equinox.p2.artifact.repository.simpleRepository
repositories/http\:__repo1.maven.org_maven2_.m2e_connectors_m2eclipse-tycho_0.6.0_N_0.6.0.201207302152/uri=http\://repo1.maven.org/maven2/.m2e/connectors/m2eclipse-tycho/0.6.0/N/0.6.0.201207302152/
repositories/http\:__repo1.maven.org_maven2_.m2e_connectors_m2eclipse-tycho_0.6.0_N_0.6.0.201207302152/version=1.0.0
repositories/http\:__update.eclemma.org/description=
repositories/http\:__update.eclemma.org/enabled=true
repositories/http\:__update.eclemma.org/isSystem=false
repositories/http\:__update.eclemma.org/name=EclEmma
repositories/http\:__update.eclemma.org/provider=
repositories/http\:__update.eclemma.org/suffix=artifacts.xml
repositories/http\:__update.eclemma.org/type=org.eclipse.equinox.p2.artifact.repository.simpleRepository
repositories/http\:__update.eclemma.org/uri=http\://update.eclemma.org
repositories/http\:__update.eclemma.org/version=1.0.0
repositories/http\:__www.eclipse.org_modeling_updates/enabled=false
repositories/http\:__www.eclipse.org_modeling_updates/isSystem=false
repositories/http\:__www.eclipse.org_modeling_updates/uri=http\://www.eclipse.org/modeling/updates/
repositories/http\:__www.stateofflow.com_UpdateSite/description=
repositories/http\:__www.stateofflow.com_UpdateSite/enabled=true
repositories/http\:__www.stateofflow.com_UpdateSite/isSystem=false
repositories/http\:__www.stateofflow.com_UpdateSite/name=Update Site
repositories/http\:__www.stateofflow.com_UpdateSite/provider=
repositories/http\:__www.stateofflow.com_UpdateSite/suffix=artifacts.xml
repositories/http\:__www.stateofflow.com_UpdateSite/type=org.eclipse.equinox.p2.artifact.repository.simpleRepository
repositories/http\:__www.stateofflow.com_UpdateSite/uri=http\://www.stateofflow.com/UpdateSite/
repositories/http\:__www.stateofflow.com_UpdateSite/version=1.0.0

Back to the top