aboutsummaryrefslogtreecommitdiff
path: root/devel/ireport/pkg-plist
blob: 94b59b8f02fac6ae32ca04697498420abded2721 (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
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
942
943
944
945
946
947
948
949
950
951
952
953
954
955
956
957
958
959
960
961
962
963
964
965
966
967
968
969
970
971
972
973
974
975
976
977
978
979
980
981
982
983
984
985
986
987
988
989
990
991
992
993
994
995
996
997
998
999
1000
1001
1002
1003
1004
1005
1006
1007
1008
1009
1010
1011
1012
1013
1014
1015
1016
1017
1018
1019
1020
1021
1022
1023
1024
1025
1026
1027
1028
1029
1030
1031
1032
1033
1034
1035
1036
1037
1038
1039
1040
1041
1042
1043
1044
1045
1046
1047
1048
1049
1050
1051
1052
1053
1054
1055
1056
1057
1058
1059
1060
1061
1062
1063
1064
1065
1066
1067
1068
1069
1070
1071
1072
1073
1074
1075
1076
1077
1078
1079
1080
1081
1082
1083
1084
1085
1086
1087
1088
1089
1090
1091
1092
1093
1094
1095
1096
1097
1098
1099
1100
1101
1102
1103
1104
1105
1106
1107
1108
1109
1110
1111
1112
1113
1114
1115
1116
1117
1118
1119
1120
1121
1122
1123
1124
1125
1126
1127
1128
1129
1130
1131
1132
1133
1134
1135
1136
1137
1138
1139
1140
1141
1142
1143
1144
1145
1146
1147
1148
1149
1150
1151
1152
1153
1154
1155
1156
1157
1158
1159
1160
1161
1162
1163
1164
1165
1166
1167
1168
1169
1170
1171
1172
1173
1174
1175
1176
1177
1178
1179
1180
1181
1182
1183
1184
1185
1186
1187
1188
1189
1190
1191
1192
1193
1194
1195
1196
1197
1198
1199
1200
1201
1202
1203
1204
1205
1206
1207
1208
1209
1210
1211
1212
1213
1214
1215
1216
1217
1218
1219
1220
1221
1222
1223
1224
1225
1226
1227
1228
1229
1230
1231
1232
1233
1234
1235
1236
1237
1238
1239
1240
1241
1242
1243
1244
1245
1246
1247
1248
1249
1250
1251
1252
1253
1254
1255
1256
1257
1258
1259
1260
1261
1262
1263
1264
1265
1266
1267
1268
1269
1270
1271
1272
1273
1274
1275
1276
1277
1278
1279
1280
1281
1282
1283
1284
1285
1286
1287
1288
1289
1290
1291
1292
1293
1294
1295
1296
1297
1298
1299
1300
1301
1302
1303
1304
1305
1306
1307
1308
1309
1310
1311
1312
1313
1314
1315
1316
1317
1318
1319
1320
1321
1322
1323
1324
1325
1326
1327
1328
1329
1330
1331
1332
1333
1334
1335
1336
1337
1338
1339
1340
1341
1342
1343
1344
1345
1346
1347
1348
1349
1350
1351
1352
1353
1354
1355
1356
1357
1358
1359
1360
1361
1362
1363
1364
1365
1366
1367
1368
1369
1370
1371
1372
1373
1374
1375
1376
1377
1378
1379
1380
1381
1382
1383
1384
1385
1386
1387
1388
1389
1390
1391
1392
1393
1394
1395
1396
1397
1398
1399
1400
1401
1402
1403
1404
1405
1406
1407
1408
1409
1410
1411
1412
1413
1414
1415
1416
1417
1418
1419
1420
1421
1422
1423
1424
1425
1426
1427
1428
1429
1430
1431
1432
1433
1434
1435
1436
1437
1438
1439
1440
1441
1442
1443
1444
1445
1446
1447
1448
1449
1450
1451
1452
1453
1454
1455
1456
1457
1458
1459
1460
1461
1462
1463
1464
1465
1466
1467
1468
1469
1470
1471
1472
1473
1474
1475
1476
1477
1478
1479
1480
1481
1482
1483
1484
1485
1486
1487
1488
1489
1490
1491
1492
1493
1494
1495
1496
1497
1498
1499
1500
1501
1502
1503
1504
1505
1506
1507
1508
1509
1510
1511
1512
1513
1514
1515
1516
1517
1518
1519
1520
1521
1522
1523
1524
1525
1526
1527
1528
1529
1530
1531
1532
1533
1534
1535
1536
1537
1538
1539
1540
1541
1542
1543
1544
1545
1546
1547
1548
1549
1550
1551
1552
1553
1554
1555
1556
1557
1558
1559
1560
1561
1562
1563
1564
1565
1566
1567
1568
1569
1570
1571
1572
1573
1574
1575
1576
1577
1578
1579
1580
1581
1582
1583
1584
1585
1586
1587
1588
1589
1590
1591
1592
1593
1594
1595
1596
1597
1598
1599
1600
1601
1602
1603
1604
1605
1606
1607
1608
1609
1610
1611
1612
1613
1614
1615
1616
1617
1618
1619
1620
1621
1622
1623
1624
1625
1626
1627
1628
1629
1630
1631
1632
1633
1634
1635
1636
1637
1638
1639
1640
1641
1642
1643
1644
1645
1646
1647
1648
1649
1650
1651
1652
1653
1654
1655
1656
1657
1658
1659
1660
1661
1662
1663
1664
1665
1666
1667
1668
1669
1670
1671
1672
1673
1674
1675
1676
1677
1678
1679
1680
1681
1682
1683
1684
1685
1686
1687
1688
1689
1690
1691
1692
1693
1694
1695
1696
1697
1698
1699
1700
1701
1702
1703
1704
1705
1706
1707
1708
1709
1710
1711
1712
1713
1714
1715
1716
1717
1718
1719
1720
1721
1722
1723
1724
1725
1726
1727
1728
1729
1730
1731
1732
1733
1734
1735
1736
1737
1738
1739
1740
1741
1742
1743
1744
1745
1746
1747
1748
1749
1750
1751
1752
1753
1754
1755
1756
1757
1758
1759
1760
1761
1762
1763
1764
1765
1766
1767
1768
1769
1770
1771
1772
1773
1774
1775
1776
1777
1778
1779
1780
1781
1782
1783
1784
1785
1786
1787
1788
1789
1790
1791
1792
1793
1794
1795
1796
1797
1798
1799
1800
1801
1802
1803
1804
1805
1806
1807
1808
1809
1810
1811
1812
1813
1814
1815
1816
1817
1818
1819
1820
1821
1822
1823
1824
1825
1826
1827
1828
1829
1830
1831
1832
1833
1834
1835
1836
1837
1838
1839
1840
1841
1842
1843
1844
1845
1846
1847
1848
1849
1850
1851
1852
1853
1854
1855
1856
1857
1858
1859
1860
1861
1862
1863
1864
1865
1866
1867
1868
1869
1870
1871
1872
1873
1874
1875
1876
1877
1878
1879
1880
1881
1882
1883
1884
1885
1886
1887
1888
1889
1890
1891
1892
1893
1894
1895
1896
1897
1898
1899
1900
1901
1902
1903
1904
1905
1906
1907
1908
1909
1910
1911
1912
1913
1914
1915
1916
1917
1918
1919
1920
1921
1922
1923
1924
1925
1926
1927
1928
1929
1930
1931
1932
1933
1934
1935
1936
1937
1938
1939
1940
1941
1942
1943
1944
1945
1946
1947
1948
1949
1950
1951
1952
1953
1954
1955
1956
1957
1958
1959
1960
1961
1962
1963
1964
1965
1966
1967
1968
1969
1970
1971
1972
1973
1974
1975
1976
1977
1978
1979
1980
1981
1982
1983
1984
1985
1986
1987
1988
1989
1990
1991
1992
1993
1994
1995
1996
1997
1998
1999
2000
2001
2002
2003
2004
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
2025
2026
2027
2028
2029
2030
2031
2032
2033
2034
2035
2036
2037
2038
2039
2040
bin/iReport
%%DATADIR%%/Changelog.txt
%%DATADIR%%/LICENSE_ireport.txt
%%DATADIR%%/bin/document.ico
%%DATADIR%%/bin/ireport
%%DATADIR%%/bin/startup.sh
%%DATADIR%%/bin/startup.sh.bak
%%DATADIR%%/etc/ireport.clusters
%%DATADIR%%/etc/ireport.conf
%%DATADIR%%/ide10/config/ModuleAutoDeps/org-netbeans-modules-db.xml
%%DATADIR%%/ide10/config/ModuleAutoDeps/org-netbeans-modules-editor-lib.xml
%%DATADIR%%/ide10/config/ModuleAutoDeps/org-netbeans-modules-editor.xml
%%DATADIR%%/ide10/config/ModuleAutoDeps/org-netbeans-modules-projectapi.xml
%%DATADIR%%/ide10/config/ModuleAutoDeps/org-netbeans-modules-projectuiapi.xml
%%DATADIR%%/ide10/config/ModuleAutoDeps/org-netbeans-spi-palette.xml
%%DATADIR%%/ide10/config/Modules/org-apache-xml-resolver.xml
%%DATADIR%%/ide10/config/Modules/org-netbeans-api-java-classpath.xml
%%DATADIR%%/ide10/config/Modules/org-netbeans-api-xml.xml
%%DATADIR%%/ide10/config/Modules/org-netbeans-core-ide.xml
%%DATADIR%%/ide10/config/Modules/org-netbeans-libs-commons_net.xml
%%DATADIR%%/ide10/config/Modules/org-netbeans-libs-jakarta_oro.xml
%%DATADIR%%/ide10/config/Modules/org-netbeans-libs-jaxb.xml
%%DATADIR%%/ide10/config/Modules/org-netbeans-libs-xerces.xml
%%DATADIR%%/ide10/config/Modules/org-netbeans-modules-classfile.xml
%%DATADIR%%/ide10/config/Modules/org-netbeans-modules-db-core.xml
%%DATADIR%%/ide10/config/Modules/org-netbeans-modules-db-dataview.xml
%%DATADIR%%/ide10/config/Modules/org-netbeans-modules-db-drivers.xml
%%DATADIR%%/ide10/config/Modules/org-netbeans-modules-db-metadata-model.xml
%%DATADIR%%/ide10/config/Modules/org-netbeans-modules-db-mysql.xml
%%DATADIR%%/ide10/config/Modules/org-netbeans-modules-db-sql-editor.xml
%%DATADIR%%/ide10/config/Modules/org-netbeans-modules-db-sql-visualeditor.xml
%%DATADIR%%/ide10/config/Modules/org-netbeans-modules-db.xml
%%DATADIR%%/ide10/config/Modules/org-netbeans-modules-dbapi.xml
%%DATADIR%%/ide10/config/Modules/org-netbeans-modules-defaults.xml
%%DATADIR%%/ide10/config/Modules/org-netbeans-modules-diff.xml
%%DATADIR%%/ide10/config/Modules/org-netbeans-modules-editor-bracesmatching.xml
%%DATADIR%%/ide10/config/Modules/org-netbeans-modules-editor-completion.xml
%%DATADIR%%/ide10/config/Modules/org-netbeans-modules-editor-deprecated-pre61completion.xml
%%DATADIR%%/ide10/config/Modules/org-netbeans-modules-editor-deprecated-pre61settings.xml
%%DATADIR%%/ide10/config/Modules/org-netbeans-modules-editor-errorstripe-api.xml
%%DATADIR%%/ide10/config/Modules/org-netbeans-modules-editor-errorstripe.xml
%%DATADIR%%/ide10/config/Modules/org-netbeans-modules-editor-fold.xml
%%DATADIR%%/ide10/config/Modules/org-netbeans-modules-editor-guards.xml
%%DATADIR%%/ide10/config/Modules/org-netbeans-modules-editor-highlights.xml
%%DATADIR%%/ide10/config/Modules/org-netbeans-modules-editor-indent.xml
%%DATADIR%%/ide10/config/Modules/org-netbeans-modules-editor-lib.xml
%%DATADIR%%/ide10/config/Modules/org-netbeans-modules-editor-lib2.xml
%%DATADIR%%/ide10/config/Modules/org-netbeans-modules-editor-macros.xml
%%DATADIR%%/ide10/config/Modules/org-netbeans-modules-editor-plain-lib.xml
%%DATADIR%%/ide10/config/Modules/org-netbeans-modules-editor-plain.xml
%%DATADIR%%/ide10/config/Modules/org-netbeans-modules-editor-settings-storage.xml
%%DATADIR%%/ide10/config/Modules/org-netbeans-modules-editor-settings.xml
%%DATADIR%%/ide10/config/Modules/org-netbeans-modules-editor-structure.xml
%%DATADIR%%/ide10/config/Modules/org-netbeans-modules-editor-util.xml
%%DATADIR%%/ide10/config/Modules/org-netbeans-modules-editor.xml
%%DATADIR%%/ide10/config/Modules/org-netbeans-modules-extbrowser.xml
%%DATADIR%%/ide10/config/Modules/org-netbeans-modules-glassfish-common.xml
%%DATADIR%%/ide10/config/Modules/org-netbeans-modules-languages-refactoring.xml
%%DATADIR%%/ide10/config/Modules/org-netbeans-modules-languages.xml
%%DATADIR%%/ide10/config/Modules/org-netbeans-modules-lexer-editorbridge.xml
%%DATADIR%%/ide10/config/Modules/org-netbeans-modules-lexer.xml
%%DATADIR%%/ide10/config/Modules/org-netbeans-modules-options-editor.xml
%%DATADIR%%/ide10/config/Modules/org-netbeans-modules-print.xml
%%DATADIR%%/ide10/config/Modules/org-netbeans-modules-projectapi.xml
%%DATADIR%%/ide10/config/Modules/org-netbeans-modules-projectui.xml
%%DATADIR%%/ide10/config/Modules/org-netbeans-modules-projectuiapi.xml
%%DATADIR%%/ide10/config/Modules/org-netbeans-modules-properties-syntax.xml
%%DATADIR%%/ide10/config/Modules/org-netbeans-modules-properties.xml
%%DATADIR%%/ide10/config/Modules/org-netbeans-modules-refactoring-api.xml
%%DATADIR%%/ide10/config/Modules/org-netbeans-modules-server.xml
%%DATADIR%%/ide10/config/Modules/org-netbeans-modules-utilities.xml
%%DATADIR%%/ide10/config/Modules/org-netbeans-modules-web-flyingsaucer.xml
%%DATADIR%%/ide10/config/Modules/org-netbeans-modules-xml-axi.xml
%%DATADIR%%/ide10/config/Modules/org-netbeans-modules-xml-core.xml
%%DATADIR%%/ide10/config/Modules/org-netbeans-modules-xml-lexer.xml
%%DATADIR%%/ide10/config/Modules/org-netbeans-modules-xml-retriever.xml
%%DATADIR%%/ide10/config/Modules/org-netbeans-modules-xml-schema-model.xml
%%DATADIR%%/ide10/config/Modules/org-netbeans-modules-xml-text.xml
%%DATADIR%%/ide10/config/Modules/org-netbeans-modules-xml-xam.xml
%%DATADIR%%/ide10/config/Modules/org-netbeans-modules-xml-xdm.xml
%%DATADIR%%/ide10/config/Modules/org-netbeans-modules-xml.xml
%%DATADIR%%/ide10/config/Modules/org-netbeans-spi-navigator.xml
%%DATADIR%%/ide10/config/Modules/org-netbeans-spi-palette.xml
%%DATADIR%%/ide10/config/Modules/org-openidex-util.xml
%%DATADIR%%/ide10/modules/docs/org-netbeans-modules-db.jar
%%DATADIR%%/ide10/modules/ext/commons-net-1.4.1.jar
%%DATADIR%%/ide10/modules/ext/core-renderer.jar
%%DATADIR%%/ide10/modules/ext/ddl.jar
%%DATADIR%%/ide10/modules/ext/jakarta-oro-2.0.8.jar
%%DATADIR%%/ide10/modules/ext/jaxb/activation.jar
%%DATADIR%%/ide10/modules/ext/jaxb/api/jaxb-api.jar
%%DATADIR%%/ide10/modules/ext/jaxb/api/jsr173_api.jar
%%DATADIR%%/ide10/modules/ext/jaxb/jaxb-impl.jar
%%DATADIR%%/ide10/modules/ext/jaxb/jaxb-xjc.jar
%%DATADIR%%/ide10/modules/ext/mysql-connector-java-5.1.6-bin.jar
%%DATADIR%%/ide10/modules/ext/postgresql-8.3-603.jdbc3.jar
%%DATADIR%%/ide10/modules/ext/resolver-1.2.jar
%%DATADIR%%/ide10/modules/ext/xerces-2.8.0.jar
%%DATADIR%%/ide10/modules/lib/extbrowser.dll
%%DATADIR%%/ide10/modules/lib/extbrowser64.dll
%%DATADIR%%/ide10/modules/locale/org-apache-xml-resolver_de.jar
%%DATADIR%%/ide10/modules/locale/org-apache-xml-resolver_es.jar
%%DATADIR%%/ide10/modules/locale/org-apache-xml-resolver_it.jar
%%DATADIR%%/ide10/modules/locale/org-apache-xml-resolver_ja.jar
%%DATADIR%%/ide10/modules/locale/org-apache-xml-resolver_pt_BR.jar
%%DATADIR%%/ide10/modules/locale/org-apache-xml-resolver_zh_CN.jar
%%DATADIR%%/ide10/modules/locale/org-apache-xml-resolver_zh_TW.jar
%%DATADIR%%/ide10/modules/locale/org-netbeans-api-debugger_de.jar
%%DATADIR%%/ide10/modules/locale/org-netbeans-api-debugger_es.jar
%%DATADIR%%/ide10/modules/locale/org-netbeans-api-debugger_it.jar
%%DATADIR%%/ide10/modules/locale/org-netbeans-api-debugger_ja.jar
%%DATADIR%%/ide10/modules/locale/org-netbeans-api-debugger_pt_BR.jar
%%DATADIR%%/ide10/modules/locale/org-netbeans-api-debugger_zh_CN.jar
%%DATADIR%%/ide10/modules/locale/org-netbeans-api-debugger_zh_TW.jar
%%DATADIR%%/ide10/modules/locale/org-netbeans-api-java-classpath_de.jar
%%DATADIR%%/ide10/modules/locale/org-netbeans-api-java-classpath_es.jar
%%DATADIR%%/ide10/modules/locale/org-netbeans-api-java-classpath_it.jar
%%DATADIR%%/ide10/modules/locale/org-netbeans-api-java-classpath_ja.jar
%%DATADIR%%/ide10/modules/locale/org-netbeans-api-java-classpath_pt_BR.jar
%%DATADIR%%/ide10/modules/locale/org-netbeans-api-java-classpath_zh_CN.jar
%%DATADIR%%/ide10/modules/locale/org-netbeans-api-java-classpath_zh_TW.jar
%%DATADIR%%/ide10/modules/locale/org-netbeans-api-xml_de.jar
%%DATADIR%%/ide10/modules/locale/org-netbeans-api-xml_es.jar
%%DATADIR%%/ide10/modules/locale/org-netbeans-api-xml_it.jar
%%DATADIR%%/ide10/modules/locale/org-netbeans-api-xml_ja.jar
%%DATADIR%%/ide10/modules/locale/org-netbeans-api-xml_pt_BR.jar
%%DATADIR%%/ide10/modules/locale/org-netbeans-api-xml_zh_CN.jar
%%DATADIR%%/ide10/modules/locale/org-netbeans-api-xml_zh_TW.jar
%%DATADIR%%/ide10/modules/locale/org-netbeans-core-ide_de.jar
%%DATADIR%%/ide10/modules/locale/org-netbeans-core-ide_es.jar
%%DATADIR%%/ide10/modules/locale/org-netbeans-core-ide_it.jar
%%DATADIR%%/ide10/modules/locale/org-netbeans-core-ide_ja.jar
%%DATADIR%%/ide10/modules/locale/org-netbeans-core-ide_pt_BR.jar
%%DATADIR%%/ide10/modules/locale/org-netbeans-core-ide_zh_CN.jar
%%DATADIR%%/ide10/modules/locale/org-netbeans-core-ide_zh_TW.jar
%%DATADIR%%/ide10/modules/locale/org-netbeans-lib-cvsclient_de.jar
%%DATADIR%%/ide10/modules/locale/org-netbeans-lib-cvsclient_es.jar
%%DATADIR%%/ide10/modules/locale/org-netbeans-lib-cvsclient_ja.jar
%%DATADIR%%/ide10/modules/locale/org-netbeans-lib-cvsclient_pt_BR.jar
%%DATADIR%%/ide10/modules/locale/org-netbeans-lib-cvsclient_zh_CN.jar
%%DATADIR%%/ide10/modules/locale/org-netbeans-lib-cvsclient_zh_TW.jar
%%DATADIR%%/ide10/modules/locale/org-netbeans-libs-commons_logging_de.jar
%%DATADIR%%/ide10/modules/locale/org-netbeans-libs-commons_logging_es.jar
%%DATADIR%%/ide10/modules/locale/org-netbeans-libs-commons_logging_it.jar
%%DATADIR%%/ide10/modules/locale/org-netbeans-libs-commons_logging_ja.jar
%%DATADIR%%/ide10/modules/locale/org-netbeans-libs-commons_logging_pt_BR.jar
%%DATADIR%%/ide10/modules/locale/org-netbeans-libs-commons_logging_zh_CN.jar
%%DATADIR%%/ide10/modules/locale/org-netbeans-libs-commons_logging_zh_TW.jar
%%DATADIR%%/ide10/modules/locale/org-netbeans-libs-commons_net_de.jar
%%DATADIR%%/ide10/modules/locale/org-netbeans-libs-commons_net_es.jar
%%DATADIR%%/ide10/modules/locale/org-netbeans-libs-commons_net_it.jar
%%DATADIR%%/ide10/modules/locale/org-netbeans-libs-commons_net_ja.jar
%%DATADIR%%/ide10/modules/locale/org-netbeans-libs-commons_net_pt_BR.jar
%%DATADIR%%/ide10/modules/locale/org-netbeans-libs-commons_net_zh_CN.jar
%%DATADIR%%/ide10/modules/locale/org-netbeans-libs-commons_net_zh_TW.jar
%%DATADIR%%/ide10/modules/locale/org-netbeans-libs-freemarker_de.jar
%%DATADIR%%/ide10/modules/locale/org-netbeans-libs-freemarker_es.jar
%%DATADIR%%/ide10/modules/locale/org-netbeans-libs-freemarker_it.jar
%%DATADIR%%/ide10/modules/locale/org-netbeans-libs-freemarker_ja.jar
%%DATADIR%%/ide10/modules/locale/org-netbeans-libs-freemarker_pt_BR.jar
%%DATADIR%%/ide10/modules/locale/org-netbeans-libs-freemarker_zh_CN.jar
%%DATADIR%%/ide10/modules/locale/org-netbeans-libs-freemarker_zh_TW.jar
%%DATADIR%%/ide10/modules/locale/org-netbeans-libs-ini4j_de.jar
%%DATADIR%%/ide10/modules/locale/org-netbeans-libs-ini4j_es.jar
%%DATADIR%%/ide10/modules/locale/org-netbeans-libs-ini4j_it.jar
%%DATADIR%%/ide10/modules/locale/org-netbeans-libs-ini4j_ja.jar
%%DATADIR%%/ide10/modules/locale/org-netbeans-libs-ini4j_pt_BR.jar
%%DATADIR%%/ide10/modules/locale/org-netbeans-libs-ini4j_zh_CN.jar
%%DATADIR%%/ide10/modules/locale/org-netbeans-libs-ini4j_zh_TW.jar
%%DATADIR%%/ide10/modules/locale/org-netbeans-libs-jakarta_oro_de.jar
%%DATADIR%%/ide10/modules/locale/org-netbeans-libs-jakarta_oro_es.jar
%%DATADIR%%/ide10/modules/locale/org-netbeans-libs-jakarta_oro_it.jar
%%DATADIR%%/ide10/modules/locale/org-netbeans-libs-jakarta_oro_ja.jar
%%DATADIR%%/ide10/modules/locale/org-netbeans-libs-jakarta_oro_pt_BR.jar
%%DATADIR%%/ide10/modules/locale/org-netbeans-libs-jakarta_oro_zh_CN.jar
%%DATADIR%%/ide10/modules/locale/org-netbeans-libs-jakarta_oro_zh_TW.jar
%%DATADIR%%/ide10/modules/locale/org-netbeans-libs-jaxb_de.jar
%%DATADIR%%/ide10/modules/locale/org-netbeans-libs-jaxb_es.jar
%%DATADIR%%/ide10/modules/locale/org-netbeans-libs-jaxb_it.jar
%%DATADIR%%/ide10/modules/locale/org-netbeans-libs-jaxb_ja.jar
%%DATADIR%%/ide10/modules/locale/org-netbeans-libs-jaxb_pt_BR.jar
%%DATADIR%%/ide10/modules/locale/org-netbeans-libs-jaxb_zh_CN.jar
%%DATADIR%%/ide10/modules/locale/org-netbeans-libs-jaxb_zh_TW.jar
%%DATADIR%%/ide10/modules/locale/org-netbeans-libs-jsch_de.jar
%%DATADIR%%/ide10/modules/locale/org-netbeans-libs-jsch_es.jar
%%DATADIR%%/ide10/modules/locale/org-netbeans-libs-jsch_it.jar
%%DATADIR%%/ide10/modules/locale/org-netbeans-libs-jsch_ja.jar
%%DATADIR%%/ide10/modules/locale/org-netbeans-libs-jsch_pt_BR.jar
%%DATADIR%%/ide10/modules/locale/org-netbeans-libs-jsch_zh_CN.jar
%%DATADIR%%/ide10/modules/locale/org-netbeans-libs-jsch_zh_TW.jar
%%DATADIR%%/ide10/modules/locale/org-netbeans-libs-lucene_de.jar
%%DATADIR%%/ide10/modules/locale/org-netbeans-libs-lucene_es.jar
%%DATADIR%%/ide10/modules/locale/org-netbeans-libs-lucene_it.jar
%%DATADIR%%/ide10/modules/locale/org-netbeans-libs-lucene_ja.jar
%%DATADIR%%/ide10/modules/locale/org-netbeans-libs-lucene_pt_BR.jar
%%DATADIR%%/ide10/modules/locale/org-netbeans-libs-lucene_zh_CN.jar
%%DATADIR%%/ide10/modules/locale/org-netbeans-libs-lucene_zh_TW.jar
%%DATADIR%%/ide10/modules/locale/org-netbeans-libs-svnClientAdapter_de.jar
%%DATADIR%%/ide10/modules/locale/org-netbeans-libs-svnClientAdapter_es.jar
%%DATADIR%%/ide10/modules/locale/org-netbeans-libs-svnClientAdapter_ja.jar
%%DATADIR%%/ide10/modules/locale/org-netbeans-libs-svnClientAdapter_pt_BR.jar
%%DATADIR%%/ide10/modules/locale/org-netbeans-libs-svnClientAdapter_zh_CN.jar
%%DATADIR%%/ide10/modules/locale/org-netbeans-libs-svnClientAdapter_zh_TW.jar
%%DATADIR%%/ide10/modules/locale/org-netbeans-libs-xerces_de.jar
%%DATADIR%%/ide10/modules/locale/org-netbeans-libs-xerces_es.jar
%%DATADIR%%/ide10/modules/locale/org-netbeans-libs-xerces_it.jar
%%DATADIR%%/ide10/modules/locale/org-netbeans-libs-xerces_ja.jar
%%DATADIR%%/ide10/modules/locale/org-netbeans-libs-xerces_pt_BR.jar
%%DATADIR%%/ide10/modules/locale/org-netbeans-libs-xerces_zh_CN.jar
%%DATADIR%%/ide10/modules/locale/org-netbeans-libs-xerces_zh_TW.jar
%%DATADIR%%/ide10/modules/locale/org-netbeans-modules-classfile_de.jar
%%DATADIR%%/ide10/modules/locale/org-netbeans-modules-classfile_es.jar
%%DATADIR%%/ide10/modules/locale/org-netbeans-modules-classfile_it.jar
%%DATADIR%%/ide10/modules/locale/org-netbeans-modules-classfile_ja.jar
%%DATADIR%%/ide10/modules/locale/org-netbeans-modules-classfile_pt_BR.jar
%%DATADIR%%/ide10/modules/locale/org-netbeans-modules-classfile_zh_CN.jar
%%DATADIR%%/ide10/modules/locale/org-netbeans-modules-classfile_zh_TW.jar
%%DATADIR%%/ide10/modules/locale/org-netbeans-modules-db-core_de.jar
%%DATADIR%%/ide10/modules/locale/org-netbeans-modules-db-core_es.jar
%%DATADIR%%/ide10/modules/locale/org-netbeans-modules-db-core_ja.jar
%%DATADIR%%/ide10/modules/locale/org-netbeans-modules-db-core_pt_BR.jar
%%DATADIR%%/ide10/modules/locale/org-netbeans-modules-db-core_zh_CN.jar
%%DATADIR%%/ide10/modules/locale/org-netbeans-modules-db-core_zh_TW.jar
%%DATADIR%%/ide10/modules/locale/org-netbeans-modules-db-dataview_de.jar
%%DATADIR%%/ide10/modules/locale/org-netbeans-modules-db-dataview_es.jar
%%DATADIR%%/ide10/modules/locale/org-netbeans-modules-db-dataview_ja.jar
%%DATADIR%%/ide10/modules/locale/org-netbeans-modules-db-dataview_pt_BR.jar
%%DATADIR%%/ide10/modules/locale/org-netbeans-modules-db-dataview_zh_CN.jar
%%DATADIR%%/ide10/modules/locale/org-netbeans-modules-db-dataview_zh_TW.jar
%%DATADIR%%/ide10/modules/locale/org-netbeans-modules-db-drivers_de.jar
%%DATADIR%%/ide10/modules/locale/org-netbeans-modules-db-drivers_es.jar
%%DATADIR%%/ide10/modules/locale/org-netbeans-modules-db-drivers_it.jar
%%DATADIR%%/ide10/modules/locale/org-netbeans-modules-db-drivers_ja.jar
%%DATADIR%%/ide10/modules/locale/org-netbeans-modules-db-drivers_pt_BR.jar
%%DATADIR%%/ide10/modules/locale/org-netbeans-modules-db-drivers_zh_CN.jar
%%DATADIR%%/ide10/modules/locale/org-netbeans-modules-db-drivers_zh_TW.jar
%%DATADIR%%/ide10/modules/locale/org-netbeans-modules-db-kit_de.jar
%%DATADIR%%/ide10/modules/locale/org-netbeans-modules-db-kit_es.jar
%%DATADIR%%/ide10/modules/locale/org-netbeans-modules-db-kit_it.jar
%%DATADIR%%/ide10/modules/locale/org-netbeans-modules-db-kit_ja.jar
%%DATADIR%%/ide10/modules/locale/org-netbeans-modules-db-kit_pt_BR.jar
%%DATADIR%%/ide10/modules/locale/org-netbeans-modules-db-kit_zh_CN.jar
%%DATADIR%%/ide10/modules/locale/org-netbeans-modules-db-kit_zh_TW.jar
%%DATADIR%%/ide10/modules/locale/org-netbeans-modules-db-metadata-model_de.jar
%%DATADIR%%/ide10/modules/locale/org-netbeans-modules-db-metadata-model_es.jar
%%DATADIR%%/ide10/modules/locale/org-netbeans-modules-db-metadata-model_it.jar
%%DATADIR%%/ide10/modules/locale/org-netbeans-modules-db-metadata-model_ja.jar
%%DATADIR%%/ide10/modules/locale/org-netbeans-modules-db-metadata-model_pt_BR.jar
%%DATADIR%%/ide10/modules/locale/org-netbeans-modules-db-metadata-model_zh_CN.jar
%%DATADIR%%/ide10/modules/locale/org-netbeans-modules-db-metadata-model_zh_TW.jar
%%DATADIR%%/ide10/modules/locale/org-netbeans-modules-db-mysql_de.jar
%%DATADIR%%/ide10/modules/locale/org-netbeans-modules-db-mysql_es.jar
%%DATADIR%%/ide10/modules/locale/org-netbeans-modules-db-mysql_ja.jar
%%DATADIR%%/ide10/modules/locale/org-netbeans-modules-db-mysql_pt_BR.jar
%%DATADIR%%/ide10/modules/locale/org-netbeans-modules-db-mysql_zh_CN.jar
%%DATADIR%%/ide10/modules/locale/org-netbeans-modules-db-mysql_zh_TW.jar
%%DATADIR%%/ide10/modules/locale/org-netbeans-modules-db-sql-editor_de.jar
%%DATADIR%%/ide10/modules/locale/org-netbeans-modules-db-sql-editor_es.jar
%%DATADIR%%/ide10/modules/locale/org-netbeans-modules-db-sql-editor_it.jar
%%DATADIR%%/ide10/modules/locale/org-netbeans-modules-db-sql-editor_ja.jar
%%DATADIR%%/ide10/modules/locale/org-netbeans-modules-db-sql-editor_pt_BR.jar
%%DATADIR%%/ide10/modules/locale/org-netbeans-modules-db-sql-editor_zh_CN.jar
%%DATADIR%%/ide10/modules/locale/org-netbeans-modules-db-sql-editor_zh_TW.jar
%%DATADIR%%/ide10/modules/locale/org-netbeans-modules-db-sql-visualeditor_de.jar
%%DATADIR%%/ide10/modules/locale/org-netbeans-modules-db-sql-visualeditor_es.jar
%%DATADIR%%/ide10/modules/locale/org-netbeans-modules-db-sql-visualeditor_ja.jar
%%DATADIR%%/ide10/modules/locale/org-netbeans-modules-db-sql-visualeditor_pt_BR.jar
%%DATADIR%%/ide10/modules/locale/org-netbeans-modules-db-sql-visualeditor_zh_CN.jar
%%DATADIR%%/ide10/modules/locale/org-netbeans-modules-db-sql-visualeditor_zh_TW.jar
%%DATADIR%%/ide10/modules/locale/org-netbeans-modules-db_de.jar
%%DATADIR%%/ide10/modules/locale/org-netbeans-modules-db_es.jar
%%DATADIR%%/ide10/modules/locale/org-netbeans-modules-db_ja.jar
%%DATADIR%%/ide10/modules/locale/org-netbeans-modules-db_pt_BR.jar
%%DATADIR%%/ide10/modules/locale/org-netbeans-modules-db_zh_CN.jar
%%DATADIR%%/ide10/modules/locale/org-netbeans-modules-db_zh_TW.jar
%%DATADIR%%/ide10/modules/locale/org-netbeans-modules-dbapi_de.jar
%%DATADIR%%/ide10/modules/locale/org-netbeans-modules-dbapi_es.jar
%%DATADIR%%/ide10/modules/locale/org-netbeans-modules-dbapi_it.jar
%%DATADIR%%/ide10/modules/locale/org-netbeans-modules-dbapi_ja.jar
%%DATADIR%%/ide10/modules/locale/org-netbeans-modules-dbapi_pt_BR.jar
%%DATADIR%%/ide10/modules/locale/org-netbeans-modules-dbapi_zh_CN.jar
%%DATADIR%%/ide10/modules/locale/org-netbeans-modules-dbapi_zh_TW.jar
%%DATADIR%%/ide10/modules/locale/org-netbeans-modules-defaults_de.jar
%%DATADIR%%/ide10/modules/locale/org-netbeans-modules-defaults_es.jar
%%DATADIR%%/ide10/modules/locale/org-netbeans-modules-defaults_it.jar
%%DATADIR%%/ide10/modules/locale/org-netbeans-modules-defaults_ja.jar
%%DATADIR%%/ide10/modules/locale/org-netbeans-modules-defaults_pt_BR.jar
%%DATADIR%%/ide10/modules/locale/org-netbeans-modules-defaults_zh_CN.jar
%%DATADIR%%/ide10/modules/locale/org-netbeans-modules-defaults_zh_TW.jar
%%DATADIR%%/ide10/modules/locale/org-netbeans-modules-diff_de.jar
%%DATADIR%%/ide10/modules/locale/org-netbeans-modules-diff_es.jar
%%DATADIR%%/ide10/modules/locale/org-netbeans-modules-diff_it.jar
%%DATADIR%%/ide10/modules/locale/org-netbeans-modules-diff_ja.jar
%%DATADIR%%/ide10/modules/locale/org-netbeans-modules-diff_pt_BR.jar
%%DATADIR%%/ide10/modules/locale/org-netbeans-modules-diff_zh_CN.jar
%%DATADIR%%/ide10/modules/locale/org-netbeans-modules-diff_zh_TW.jar
%%DATADIR%%/ide10/modules/locale/org-netbeans-modules-editor-bookmarks_de.jar
%%DATADIR%%/ide10/modules/locale/org-netbeans-modules-editor-bookmarks_es.jar
%%DATADIR%%/ide10/modules/locale/org-netbeans-modules-editor-bookmarks_it.jar
%%DATADIR%%/ide10/modules/locale/org-netbeans-modules-editor-bookmarks_ja.jar
%%DATADIR%%/ide10/modules/locale/org-netbeans-modules-editor-bookmarks_pt_BR.jar
%%DATADIR%%/ide10/modules/locale/org-netbeans-modules-editor-bookmarks_zh_CN.jar
%%DATADIR%%/ide10/modules/locale/org-netbeans-modules-editor-bookmarks_zh_TW.jar
%%DATADIR%%/ide10/modules/locale/org-netbeans-modules-editor-bracesmatching_de.jar
%%DATADIR%%/ide10/modules/locale/org-netbeans-modules-editor-bracesmatching_es.jar
%%DATADIR%%/ide10/modules/locale/org-netbeans-modules-editor-bracesmatching_it.jar
%%DATADIR%%/ide10/modules/locale/org-netbeans-modules-editor-bracesmatching_ja.jar
%%DATADIR%%/ide10/modules/locale/org-netbeans-modules-editor-bracesmatching_pt_BR.jar
%%DATADIR%%/ide10/modules/locale/org-netbeans-modules-editor-bracesmatching_zh_CN.jar
%%DATADIR%%/ide10/modules/locale/org-netbeans-modules-editor-bracesmatching_zh_TW.jar
%%DATADIR%%/ide10/modules/locale/org-netbeans-modules-editor-codetemplates_de.jar
%%DATADIR%%/ide10/modules/locale/org-netbeans-modules-editor-codetemplates_es.jar
%%DATADIR%%/ide10/modules/locale/org-netbeans-modules-editor-codetemplates_it.jar
%%DATADIR%%/ide10/modules/locale/org-netbeans-modules-editor-codetemplates_ja.jar
%%DATADIR%%/ide10/modules/locale/org-netbeans-modules-editor-codetemplates_pt_BR.jar
%%DATADIR%%/ide10/modules/locale/org-netbeans-modules-editor-codetemplates_zh_CN.jar
%%DATADIR%%/ide10/modules/locale/org-netbeans-modules-editor-codetemplates_zh_TW.jar
%%DATADIR%%/ide10/modules/locale/org-netbeans-modules-editor-completion_de.jar
%%DATADIR%%/ide10/modules/locale/org-netbeans-modules-editor-completion_es.jar
%%DATADIR%%/ide10/modules/locale/org-netbeans-modules-editor-completion_it.jar
%%DATADIR%%/ide10/modules/locale/org-netbeans-modules-editor-completion_ja.jar
%%DATADIR%%/ide10/modules/locale/org-netbeans-modules-editor-completion_pt_BR.jar
%%DATADIR%%/ide10/modules/locale/org-netbeans-modules-editor-completion_zh_CN.jar
%%DATADIR%%/ide10/modules/locale/org-netbeans-modules-editor-completion_zh_TW.jar
%%DATADIR%%/ide10/modules/locale/org-netbeans-modules-editor-deprecated-pre61completion_de.jar
%%DATADIR%%/ide10/modules/locale/org-netbeans-modules-editor-deprecated-pre61completion_es.jar
%%DATADIR%%/ide10/modules/locale/org-netbeans-modules-editor-deprecated-pre61completion_it.jar
%%DATADIR%%/ide10/modules/locale/org-netbeans-modules-editor-deprecated-pre61completion_ja.jar
%%DATADIR%%/ide10/modules/locale/org-netbeans-modules-editor-deprecated-pre61completion_pt_BR.jar
%%DATADIR%%/ide10/modules/locale/org-netbeans-modules-editor-deprecated-pre61completion_zh_CN.jar
%%DATADIR%%/ide10/modules/locale/org-netbeans-modules-editor-deprecated-pre61completion_zh_TW.jar
%%DATADIR%%/ide10/modules/locale/org-netbeans-modules-editor-deprecated-pre61settings_de.jar
%%DATADIR%%/ide10/modules/locale/org-netbeans-modules-editor-deprecated-pre61settings_es.jar
%%DATADIR%%/ide10/modules/locale/org-netbeans-modules-editor-deprecated-pre61settings_ja.jar
%%DATADIR%%/ide10/modules/locale/org-netbeans-modules-editor-deprecated-pre61settings_pt_BR.jar
%%DATADIR%%/ide10/modules/locale/org-netbeans-modules-editor-deprecated-pre61settings_zh_CN.jar
%%DATADIR%%/ide10/modules/locale/org-netbeans-modules-editor-deprecated-pre61settings_zh_TW.jar
%%DATADIR%%/ide10/modules/locale/org-netbeans-modules-editor-errorstripe-api_de.jar
%%DATADIR%%/ide10/modules/locale/org-netbeans-modules-editor-errorstripe-api_es.jar
%%DATADIR%%/ide10/modules/locale/org-netbeans-modules-editor-errorstripe-api_it.jar
%%DATADIR%%/ide10/modules/locale/org-netbeans-modules-editor-errorstripe-api_ja.jar
%%DATADIR%%/ide10/modules/locale/org-netbeans-modules-editor-errorstripe-api_pt_BR.jar
%%DATADIR%%/ide10/modules/locale/org-netbeans-modules-editor-errorstripe-api_zh_CN.jar
%%DATADIR%%/ide10/modules/locale/org-netbeans-modules-editor-errorstripe-api_zh_TW.jar
%%DATADIR%%/ide10/modules/locale/org-netbeans-modules-editor-errorstripe_de.jar
%%DATADIR%%/ide10/modules/locale/org-netbeans-modules-editor-errorstripe_es.jar
%%DATADIR%%/ide10/modules/locale/org-netbeans-modules-editor-errorstripe_it.jar
%%DATADIR%%/ide10/modules/locale/org-netbeans-modules-editor-errorstripe_ja.jar
%%DATADIR%%/ide10/modules/locale/org-netbeans-modules-editor-errorstripe_pt_BR.jar
%%DATADIR%%/ide10/modules/locale/org-netbeans-modules-editor-errorstripe_zh_CN.jar
%%DATADIR%%/ide10/modules/locale/org-netbeans-modules-editor-errorstripe_zh_TW.jar
%%DATADIR%%/ide10/modules/locale/org-netbeans-modules-editor-fold_de.jar
%%DATADIR%%/ide10/modules/locale/org-netbeans-modules-editor-fold_es.jar
%%DATADIR%%/ide10/modules/locale/org-netbeans-modules-editor-fold_it.jar
%%DATADIR%%/ide10/modules/locale/org-netbeans-modules-editor-fold_ja.jar
%%DATADIR%%/ide10/modules/locale/org-netbeans-modules-editor-fold_pt_BR.jar
%%DATADIR%%/ide10/modules/locale/org-netbeans-modules-editor-fold_zh_CN.jar
%%DATADIR%%/ide10/modules/locale/org-netbeans-modules-editor-fold_zh_TW.jar
%%DATADIR%%/ide10/modules/locale/org-netbeans-modules-editor-guards_de.jar
%%DATADIR%%/ide10/modules/locale/org-netbeans-modules-editor-guards_es.jar
%%DATADIR%%/ide10/modules/locale/org-netbeans-modules-editor-guards_it.jar
%%DATADIR%%/ide10/modules/locale/org-netbeans-modules-editor-guards_ja.jar
%%DATADIR%%/ide10/modules/locale/org-netbeans-modules-editor-guards_pt_BR.jar
%%DATADIR%%/ide10/modules/locale/org-netbeans-modules-editor-guards_zh_CN.jar
%%DATADIR%%/ide10/modules/locale/org-netbeans-modules-editor-guards_zh_TW.jar
%%DATADIR%%/ide10/modules/locale/org-netbeans-modules-editor-highlights_de.jar
%%DATADIR%%/ide10/modules/locale/org-netbeans-modules-editor-highlights_es.jar
%%DATADIR%%/ide10/modules/locale/org-netbeans-modules-editor-highlights_it.jar
%%DATADIR%%/ide10/modules/locale/org-netbeans-modules-editor-highlights_ja.jar
%%DATADIR%%/ide10/modules/locale/org-netbeans-modules-editor-highlights_pt_BR.jar
%%DATADIR%%/ide10/modules/locale/org-netbeans-modules-editor-highlights_zh_CN.jar
%%DATADIR%%/ide10/modules/locale/org-netbeans-modules-editor-highlights_zh_TW.jar
%%DATADIR%%/ide10/modules/locale/org-netbeans-modules-editor-indent_de.jar
%%DATADIR%%/ide10/modules/locale/org-netbeans-modules-editor-indent_es.jar
%%DATADIR%%/ide10/modules/locale/org-netbeans-modules-editor-indent_it.jar
%%DATADIR%%/ide10/modules/locale/org-netbeans-modules-editor-indent_ja.jar
%%DATADIR%%/ide10/modules/locale/org-netbeans-modules-editor-indent_pt_BR.jar
%%DATADIR%%/ide10/modules/locale/org-netbeans-modules-editor-indent_zh_CN.jar
%%DATADIR%%/ide10/modules/locale/org-netbeans-modules-editor-indent_zh_TW.jar
%%DATADIR%%/ide10/modules/locale/org-netbeans-modules-editor-lib2_de.jar
%%DATADIR%%/ide10/modules/locale/org-netbeans-modules-editor-lib2_es.jar
%%DATADIR%%/ide10/modules/locale/org-netbeans-modules-editor-lib2_it.jar
%%DATADIR%%/ide10/modules/locale/org-netbeans-modules-editor-lib2_ja.jar
%%DATADIR%%/ide10/modules/locale/org-netbeans-modules-editor-lib2_pt_BR.jar
%%DATADIR%%/ide10/modules/locale/org-netbeans-modules-editor-lib2_zh_CN.jar
%%DATADIR%%/ide10/modules/locale/org-netbeans-modules-editor-lib2_zh_TW.jar
%%DATADIR%%/ide10/modules/locale/org-netbeans-modules-editor-lib_de.jar
%%DATADIR%%/ide10/modules/locale/org-netbeans-modules-editor-lib_es.jar
%%DATADIR%%/ide10/modules/locale/org-netbeans-modules-editor-lib_ja.jar
%%DATADIR%%/ide10/modules/locale/org-netbeans-modules-editor-lib_pt_BR.jar
%%DATADIR%%/ide10/modules/locale/org-netbeans-modules-editor-lib_zh_CN.jar
%%DATADIR%%/ide10/modules/locale/org-netbeans-modules-editor-lib_zh_TW.jar
%%DATADIR%%/ide10/modules/locale/org-netbeans-modules-editor-macros_de.jar
%%DATADIR%%/ide10/modules/locale/org-netbeans-modules-editor-macros_es.jar
%%DATADIR%%/ide10/modules/locale/org-netbeans-modules-editor-macros_it.jar
%%DATADIR%%/ide10/modules/locale/org-netbeans-modules-editor-macros_ja.jar
%%DATADIR%%/ide10/modules/locale/org-netbeans-modules-editor-macros_pt_BR.jar
%%DATADIR%%/ide10/modules/locale/org-netbeans-modules-editor-macros_zh_CN.jar
%%DATADIR%%/ide10/modules/locale/org-netbeans-modules-editor-macros_zh_TW.jar
%%DATADIR%%/ide10/modules/locale/org-netbeans-modules-editor-plain-lib_de.jar
%%DATADIR%%/ide10/modules/locale/org-netbeans-modules-editor-plain-lib_es.jar
%%DATADIR%%/ide10/modules/locale/org-netbeans-modules-editor-plain-lib_it.jar
%%DATADIR%%/ide10/modules/locale/org-netbeans-modules-editor-plain-lib_ja.jar
%%DATADIR%%/ide10/modules/locale/org-netbeans-modules-editor-plain-lib_pt_BR.jar
%%DATADIR%%/ide10/modules/locale/org-netbeans-modules-editor-plain-lib_zh_CN.jar
%%DATADIR%%/ide10/modules/locale/org-netbeans-modules-editor-plain-lib_zh_TW.jar
%%DATADIR%%/ide10/modules/locale/org-netbeans-modules-editor-plain_de.jar
%%DATADIR%%/ide10/modules/locale/org-netbeans-modules-editor-plain_es.jar
%%DATADIR%%/ide10/modules/locale/org-netbeans-modules-editor-plain_it.jar
%%DATADIR%%/ide10/modules/locale/org-netbeans-modules-editor-plain_ja.jar
%%DATADIR%%/ide10/modules/locale/org-netbeans-modules-editor-plain_pt_BR.jar
%%DATADIR%%/ide10/modules/locale/org-netbeans-modules-editor-plain_zh_CN.jar
%%DATADIR%%/ide10/modules/locale/org-netbeans-modules-editor-plain_zh_TW.jar
%%DATADIR%%/ide10/modules/locale/org-netbeans-modules-editor-settings-storage_de.jar
%%DATADIR%%/ide10/modules/locale/org-netbeans-modules-editor-settings-storage_es.jar
%%DATADIR%%/ide10/modules/locale/org-netbeans-modules-editor-settings-storage_it.jar
%%DATADIR%%/ide10/modules/locale/org-netbeans-modules-editor-settings-storage_ja.jar
%%DATADIR%%/ide10/modules/locale/org-netbeans-modules-editor-settings-storage_pt_BR.jar
%%DATADIR%%/ide10/modules/locale/org-netbeans-modules-editor-settings-storage_zh_CN.jar
%%DATADIR%%/ide10/modules/locale/org-netbeans-modules-editor-settings-storage_zh_TW.jar
%%DATADIR%%/ide10/modules/locale/org-netbeans-modules-editor-settings_de.jar
%%DATADIR%%/ide10/modules/locale/org-netbeans-modules-editor-settings_es.jar
%%DATADIR%%/ide10/modules/locale/org-netbeans-modules-editor-settings_it.jar
%%DATADIR%%/ide10/modules/locale/org-netbeans-modules-editor-settings_ja.jar
%%DATADIR%%/ide10/modules/locale/org-netbeans-modules-editor-settings_pt_BR.jar
%%DATADIR%%/ide10/modules/locale/org-netbeans-modules-editor-settings_zh_CN.jar
%%DATADIR%%/ide10/modules/locale/org-netbeans-modules-editor-settings_zh_TW.jar
%%DATADIR%%/ide10/modules/locale/org-netbeans-modules-editor-structure_de.jar
%%DATADIR%%/ide10/modules/locale/org-netbeans-modules-editor-structure_es.jar
%%DATADIR%%/ide10/modules/locale/org-netbeans-modules-editor-structure_it.jar
%%DATADIR%%/ide10/modules/locale/org-netbeans-modules-editor-structure_ja.jar
%%DATADIR%%/ide10/modules/locale/org-netbeans-modules-editor-structure_pt_BR.jar
%%DATADIR%%/ide10/modules/locale/org-netbeans-modules-editor-structure_zh_CN.jar
%%DATADIR%%/ide10/modules/locale/org-netbeans-modules-editor-structure_zh_TW.jar
%%DATADIR%%/ide10/modules/locale/org-netbeans-modules-editor-util_de.jar
%%DATADIR%%/ide10/modules/locale/org-netbeans-modules-editor-util_es.jar
%%DATADIR%%/ide10/modules/locale/org-netbeans-modules-editor-util_it.jar
%%DATADIR%%/ide10/modules/locale/org-netbeans-modules-editor-util_ja.jar
%%DATADIR%%/ide10/modules/locale/org-netbeans-modules-editor-util_pt_BR.jar
%%DATADIR%%/ide10/modules/locale/org-netbeans-modules-editor-util_zh_CN.jar
%%DATADIR%%/ide10/modules/locale/org-netbeans-modules-editor-util_zh_TW.jar
%%DATADIR%%/ide10/modules/locale/org-netbeans-modules-editor_de.jar
%%DATADIR%%/ide10/modules/locale/org-netbeans-modules-editor_es.jar
%%DATADIR%%/ide10/modules/locale/org-netbeans-modules-editor_ja.jar
%%DATADIR%%/ide10/modules/locale/org-netbeans-modules-editor_pt_BR.jar
%%DATADIR%%/ide10/modules/locale/org-netbeans-modules-editor_zh_CN.jar
%%DATADIR%%/ide10/modules/locale/org-netbeans-modules-editor_zh_TW.jar
%%DATADIR%%/ide10/modules/locale/org-netbeans-modules-extbrowser_de.jar
%%DATADIR%%/ide10/modules/locale/org-netbeans-modules-extbrowser_es.jar
%%DATADIR%%/ide10/modules/locale/org-netbeans-modules-extbrowser_it.jar
%%DATADIR%%/ide10/modules/locale/org-netbeans-modules-extbrowser_ja.jar
%%DATADIR%%/ide10/modules/locale/org-netbeans-modules-extbrowser_pt_BR.jar
%%DATADIR%%/ide10/modules/locale/org-netbeans-modules-extbrowser_zh_CN.jar
%%DATADIR%%/ide10/modules/locale/org-netbeans-modules-extbrowser_zh_TW.jar
%%DATADIR%%/ide10/modules/locale/org-netbeans-modules-glassfish-common_de.jar
%%DATADIR%%/ide10/modules/locale/org-netbeans-modules-glassfish-common_es.jar
%%DATADIR%%/ide10/modules/locale/org-netbeans-modules-glassfish-common_ja.jar
%%DATADIR%%/ide10/modules/locale/org-netbeans-modules-glassfish-common_pt_BR.jar
%%DATADIR%%/ide10/modules/locale/org-netbeans-modules-glassfish-common_zh_CN.jar
%%DATADIR%%/ide10/modules/locale/org-netbeans-modules-glassfish-common_zh_TW.jar
%%DATADIR%%/ide10/modules/locale/org-netbeans-modules-gototest_de.jar
%%DATADIR%%/ide10/modules/locale/org-netbeans-modules-gototest_es.jar
%%DATADIR%%/ide10/modules/locale/org-netbeans-modules-gototest_it.jar
%%DATADIR%%/ide10/modules/locale/org-netbeans-modules-gototest_ja.jar
%%DATADIR%%/ide10/modules/locale/org-netbeans-modules-gototest_pt_BR.jar
%%DATADIR%%/ide10/modules/locale/org-netbeans-modules-gototest_zh_CN.jar
%%DATADIR%%/ide10/modules/locale/org-netbeans-modules-gototest_zh_TW.jar
%%DATADIR%%/ide10/modules/locale/org-netbeans-modules-httpserver_de.jar
%%DATADIR%%/ide10/modules/locale/org-netbeans-modules-httpserver_es.jar
%%DATADIR%%/ide10/modules/locale/org-netbeans-modules-httpserver_it.jar
%%DATADIR%%/ide10/modules/locale/org-netbeans-modules-httpserver_ja.jar
%%DATADIR%%/ide10/modules/locale/org-netbeans-modules-httpserver_pt_BR.jar
%%DATADIR%%/ide10/modules/locale/org-netbeans-modules-httpserver_zh_CN.jar
%%DATADIR%%/ide10/modules/locale/org-netbeans-modules-httpserver_zh_TW.jar
%%DATADIR%%/ide10/modules/locale/org-netbeans-modules-ide-kit_de.jar
%%DATADIR%%/ide10/modules/locale/org-netbeans-modules-ide-kit_es.jar
%%DATADIR%%/ide10/modules/locale/org-netbeans-modules-ide-kit_it.jar
%%DATADIR%%/ide10/modules/locale/org-netbeans-modules-ide-kit_ja.jar
%%DATADIR%%/ide10/modules/locale/org-netbeans-modules-ide-kit_pt_BR.jar
%%DATADIR%%/ide10/modules/locale/org-netbeans-modules-ide-kit_zh_CN.jar
%%DATADIR%%/ide10/modules/locale/org-netbeans-modules-ide-kit_zh_TW.jar
%%DATADIR%%/ide10/modules/locale/org-netbeans-modules-image_de.jar
%%DATADIR%%/ide10/modules/locale/org-netbeans-modules-image_es.jar
%%DATADIR%%/ide10/modules/locale/org-netbeans-modules-image_it.jar
%%DATADIR%%/ide10/modules/locale/org-netbeans-modules-image_ja.jar
%%DATADIR%%/ide10/modules/locale/org-netbeans-modules-image_pt_BR.jar
%%DATADIR%%/ide10/modules/locale/org-netbeans-modules-image_zh_CN.jar
%%DATADIR%%/ide10/modules/locale/org-netbeans-modules-image_zh_TW.jar
%%DATADIR%%/ide10/modules/locale/org-netbeans-modules-jumpto_de.jar
%%DATADIR%%/ide10/modules/locale/org-netbeans-modules-jumpto_es.jar
%%DATADIR%%/ide10/modules/locale/org-netbeans-modules-jumpto_ja.jar
%%DATADIR%%/ide10/modules/locale/org-netbeans-modules-jumpto_pt_BR.jar
%%DATADIR%%/ide10/modules/locale/org-netbeans-modules-jumpto_zh_CN.jar
%%DATADIR%%/ide10/modules/locale/org-netbeans-modules-jumpto_zh_TW.jar
%%DATADIR%%/ide10/modules/locale/org-netbeans-modules-languages-bat_de.jar
%%DATADIR%%/ide10/modules/locale/org-netbeans-modules-languages-bat_es.jar
%%DATADIR%%/ide10/modules/locale/org-netbeans-modules-languages-bat_it.jar
%%DATADIR%%/ide10/modules/locale/org-netbeans-modules-languages-bat_ja.jar
%%DATADIR%%/ide10/modules/locale/org-netbeans-modules-languages-bat_pt_BR.jar
%%DATADIR%%/ide10/modules/locale/org-netbeans-modules-languages-bat_zh_CN.jar
%%DATADIR%%/ide10/modules/locale/org-netbeans-modules-languages-bat_zh_TW.jar
%%DATADIR%%/ide10/modules/locale/org-netbeans-modules-languages-diff_de.jar
%%DATADIR%%/ide10/modules/locale/org-netbeans-modules-languages-diff_es.jar
%%DATADIR%%/ide10/modules/locale/org-netbeans-modules-languages-diff_it.jar
%%DATADIR%%/ide10/modules/locale/org-netbeans-modules-languages-diff_ja.jar
%%DATADIR%%/ide10/modules/locale/org-netbeans-modules-languages-diff_pt_BR.jar
%%DATADIR%%/ide10/modules/locale/org-netbeans-modules-languages-diff_zh_CN.jar
%%DATADIR%%/ide10/modules/locale/org-netbeans-modules-languages-diff_zh_TW.jar
%%DATADIR%%/ide10/modules/locale/org-netbeans-modules-languages-manifest_de.jar
%%DATADIR%%/ide10/modules/locale/org-netbeans-modules-languages-manifest_es.jar
%%DATADIR%%/ide10/modules/locale/org-netbeans-modules-languages-manifest_it.jar
%%DATADIR%%/ide10/modules/locale/org-netbeans-modules-languages-manifest_ja.jar
%%DATADIR%%/ide10/modules/locale/org-netbeans-modules-languages-manifest_pt_BR.jar
%%DATADIR%%/ide10/modules/locale/org-netbeans-modules-languages-manifest_zh_CN.jar
%%DATADIR%%/ide10/modules/locale/org-netbeans-modules-languages-manifest_zh_TW.jar
%%DATADIR%%/ide10/modules/locale/org-netbeans-modules-languages-refactoring_de.jar
%%DATADIR%%/ide10/modules/locale/org-netbeans-modules-languages-refactoring_es.jar
%%DATADIR%%/ide10/modules/locale/org-netbeans-modules-languages-refactoring_it.jar
%%DATADIR%%/ide10/modules/locale/org-netbeans-modules-languages-refactoring_ja.jar
%%DATADIR%%/ide10/modules/locale/org-netbeans-modules-languages-refactoring_pt_BR.jar
%%DATADIR%%/ide10/modules/locale/org-netbeans-modules-languages-refactoring_zh_CN.jar
%%DATADIR%%/ide10/modules/locale/org-netbeans-modules-languages-refactoring_zh_TW.jar
%%DATADIR%%/ide10/modules/locale/org-netbeans-modules-languages-sh_de.jar
%%DATADIR%%/ide10/modules/locale/org-netbeans-modules-languages-sh_es.jar
%%DATADIR%%/ide10/modules/locale/org-netbeans-modules-languages-sh_it.jar
%%DATADIR%%/ide10/modules/locale/org-netbeans-modules-languages-sh_ja.jar
%%DATADIR%%/ide10/modules/locale/org-netbeans-modules-languages-sh_pt_BR.jar
%%DATADIR%%/ide10/modules/locale/org-netbeans-modules-languages-sh_zh_CN.jar
%%DATADIR%%/ide10/modules/locale/org-netbeans-modules-languages-sh_zh_TW.jar
%%DATADIR%%/ide10/modules/locale/org-netbeans-modules-languages_de.jar
%%DATADIR%%/ide10/modules/locale/org-netbeans-modules-languages_es.jar
%%DATADIR%%/ide10/modules/locale/org-netbeans-modules-languages_ja.jar
%%DATADIR%%/ide10/modules/locale/org-netbeans-modules-languages_pt_BR.jar
%%DATADIR%%/ide10/modules/locale/org-netbeans-modules-languages_zh_CN.jar
%%DATADIR%%/ide10/modules/locale/org-netbeans-modules-languages_zh_TW.jar
%%DATADIR%%/ide10/modules/locale/org-netbeans-modules-lexer-editorbridge_de.jar
%%DATADIR%%/ide10/modules/locale/org-netbeans-modules-lexer-editorbridge_es.jar
%%DATADIR%%/ide10/modules/locale/org-netbeans-modules-lexer-editorbridge_it.jar
%%DATADIR%%/ide10/modules/locale/org-netbeans-modules-lexer-editorbridge_ja.jar
%%DATADIR%%/ide10/modules/locale/org-netbeans-modules-lexer-editorbridge_pt_BR.jar
%%DATADIR%%/ide10/modules/locale/org-netbeans-modules-lexer-editorbridge_zh_CN.jar
%%DATADIR%%/ide10/modules/locale/org-netbeans-modules-lexer-editorbridge_zh_TW.jar
%%DATADIR%%/ide10/modules/locale/org-netbeans-modules-lexer-nbbridge_de.jar
%%DATADIR%%/ide10/modules/locale/org-netbeans-modules-lexer-nbbridge_es.jar
%%DATADIR%%/ide10/modules/locale/org-netbeans-modules-lexer-nbbridge_it.jar
%%DATADIR%%/ide10/modules/locale/org-netbeans-modules-lexer-nbbridge_ja.jar
%%DATADIR%%/ide10/modules/locale/org-netbeans-modules-lexer-nbbridge_pt_BR.jar
%%DATADIR%%/ide10/modules/locale/org-netbeans-modules-lexer-nbbridge_zh_CN.jar
%%DATADIR%%/ide10/modules/locale/org-netbeans-modules-lexer-nbbridge_zh_TW.jar
%%DATADIR%%/ide10/modules/locale/org-netbeans-modules-lexer_de.jar
%%DATADIR%%/ide10/modules/locale/org-netbeans-modules-lexer_es.jar
%%DATADIR%%/ide10/modules/locale/org-netbeans-modules-lexer_it.jar
%%DATADIR%%/ide10/modules/locale/org-netbeans-modules-lexer_ja.jar
%%DATADIR%%/ide10/modules/locale/org-netbeans-modules-lexer_pt_BR.jar
%%DATADIR%%/ide10/modules/locale/org-netbeans-modules-lexer_zh_CN.jar
%%DATADIR%%/ide10/modules/locale/org-netbeans-modules-lexer_zh_TW.jar
%%DATADIR%%/ide10/modules/locale/org-netbeans-modules-localhistory_de.jar
%%DATADIR%%/ide10/modules/locale/org-netbeans-modules-localhistory_es.jar
%%DATADIR%%/ide10/modules/locale/org-netbeans-modules-localhistory_it.jar
%%DATADIR%%/ide10/modules/locale/org-netbeans-modules-localhistory_ja.jar
%%DATADIR%%/ide10/modules/locale/org-netbeans-modules-localhistory_pt_BR.jar
%%DATADIR%%/ide10/modules/locale/org-netbeans-modules-localhistory_zh_CN.jar
%%DATADIR%%/ide10/modules/locale/org-netbeans-modules-localhistory_zh_TW.jar
%%DATADIR%%/ide10/modules/locale/org-netbeans-modules-mercurial_de.jar
%%DATADIR%%/ide10/modules/locale/org-netbeans-modules-mercurial_es.jar
%%DATADIR%%/ide10/modules/locale/org-netbeans-modules-mercurial_ja.jar
%%DATADIR%%/ide10/modules/locale/org-netbeans-modules-mercurial_pt_BR.jar
%%DATADIR%%/ide10/modules/locale/org-netbeans-modules-mercurial_zh_CN.jar
%%DATADIR%%/ide10/modules/locale/org-netbeans-modules-mercurial_zh_TW.jar
%%DATADIR%%/ide10/modules/locale/org-netbeans-modules-options-editor_de.jar
%%DATADIR%%/ide10/modules/locale/org-netbeans-modules-options-editor_es.jar
%%DATADIR%%/ide10/modules/locale/org-netbeans-modules-options-editor_ja.jar
%%DATADIR%%/ide10/modules/locale/org-netbeans-modules-options-editor_pt_BR.jar
%%DATADIR%%/ide10/modules/locale/org-netbeans-modules-options-editor_zh_CN.jar
%%DATADIR%%/ide10/modules/locale/org-netbeans-modules-options-editor_zh_TW.jar
%%DATADIR%%/ide10/modules/locale/org-netbeans-modules-print_de.jar
%%DATADIR%%/ide10/modules/locale/org-netbeans-modules-print_es.jar
%%DATADIR%%/ide10/modules/locale/org-netbeans-modules-print_ja.jar
%%DATADIR%%/ide10/modules/locale/org-netbeans-modules-print_pt_BR.jar
%%DATADIR%%/ide10/modules/locale/org-netbeans-modules-print_zh_CN.jar
%%DATADIR%%/ide10/modules/locale/org-netbeans-modules-print_zh_TW.jar
%%DATADIR%%/ide10/modules/locale/org-netbeans-modules-project-ant_de.jar
%%DATADIR%%/ide10/modules/locale/org-netbeans-modules-project-ant_es.jar
%%DATADIR%%/ide10/modules/locale/org-netbeans-modules-project-ant_ja.jar
%%DATADIR%%/ide10/modules/locale/org-netbeans-modules-project-ant_pt_BR.jar
%%DATADIR%%/ide10/modules/locale/org-netbeans-modules-project-ant_zh_CN.jar
%%DATADIR%%/ide10/modules/locale/org-netbeans-modules-project-ant_zh_TW.jar
%%DATADIR%%/ide10/modules/locale/org-netbeans-modules-project-libraries_de.jar
%%DATADIR%%/ide10/modules/locale/org-netbeans-modules-project-libraries_es.jar
%%DATADIR%%/ide10/modules/locale/org-netbeans-modules-project-libraries_ja.jar
%%DATADIR%%/ide10/modules/locale/org-netbeans-modules-project-libraries_pt_BR.jar
%%DATADIR%%/ide10/modules/locale/org-netbeans-modules-project-libraries_zh_CN.jar
%%DATADIR%%/ide10/modules/locale/org-netbeans-modules-project-libraries_zh_TW.jar
%%DATADIR%%/ide10/modules/locale/org-netbeans-modules-projectapi_de.jar
%%DATADIR%%/ide10/modules/locale/org-netbeans-modules-projectapi_es.jar
%%DATADIR%%/ide10/modules/locale/org-netbeans-modules-projectapi_it.jar
%%DATADIR%%/ide10/modules/locale/org-netbeans-modules-projectapi_ja.jar
%%DATADIR%%/ide10/modules/locale/org-netbeans-modules-projectapi_pt_BR.jar
%%DATADIR%%/ide10/modules/locale/org-netbeans-modules-projectapi_zh_CN.jar
%%DATADIR%%/ide10/modules/locale/org-netbeans-modules-projectapi_zh_TW.jar
%%DATADIR%%/ide10/modules/locale/org-netbeans-modules-projectui-buildmenu_de.jar
%%DATADIR%%/ide10/modules/locale/org-netbeans-modules-projectui-buildmenu_es.jar
%%DATADIR%%/ide10/modules/locale/org-netbeans-modules-projectui-buildmenu_it.jar
%%DATADIR%%/ide10/modules/locale/org-netbeans-modules-projectui-buildmenu_ja.jar
%%DATADIR%%/ide10/modules/locale/org-netbeans-modules-projectui-buildmenu_pt_BR.jar
%%DATADIR%%/ide10/modules/locale/org-netbeans-modules-projectui-buildmenu_zh_CN.jar
%%DATADIR%%/ide10/modules/locale/org-netbeans-modules-projectui-buildmenu_zh_TW.jar
%%DATADIR%%/ide10/modules/locale/org-netbeans-modules-projectui_de.jar
%%DATADIR%%/ide10/modules/locale/org-netbeans-modules-projectui_es.jar
%%DATADIR%%/ide10/modules/locale/org-netbeans-modules-projectui_ja.jar
%%DATADIR%%/ide10/modules/locale/org-netbeans-modules-projectui_pt_BR.jar
%%DATADIR%%/ide10/modules/locale/org-netbeans-modules-projectui_zh_CN.jar
%%DATADIR%%/ide10/modules/locale/org-netbeans-modules-projectui_zh_TW.jar
%%DATADIR%%/ide10/modules/locale/org-netbeans-modules-projectuiapi_de.jar
%%DATADIR%%/ide10/modules/locale/org-netbeans-modules-projectuiapi_es.jar
%%DATADIR%%/ide10/modules/locale/org-netbeans-modules-projectuiapi_it.jar
%%DATADIR%%/ide10/modules/locale/org-netbeans-modules-projectuiapi_ja.jar
%%DATADIR%%/ide10/modules/locale/org-netbeans-modules-projectuiapi_pt_BR.jar
%%DATADIR%%/ide10/modules/locale/org-netbeans-modules-projectuiapi_zh_CN.jar
%%DATADIR%%/ide10/modules/locale/org-netbeans-modules-projectuiapi_zh_TW.jar
%%DATADIR%%/ide10/modules/locale/org-netbeans-modules-properties-syntax_de.jar
%%DATADIR%%/ide10/modules/locale/org-netbeans-modules-properties-syntax_es.jar
%%DATADIR%%/ide10/modules/locale/org-netbeans-modules-properties-syntax_it.jar
%%DATADIR%%/ide10/modules/locale/org-netbeans-modules-properties-syntax_ja.jar
%%DATADIR%%/ide10/modules/locale/org-netbeans-modules-properties-syntax_pt_BR.jar
%%DATADIR%%/ide10/modules/locale/org-netbeans-modules-properties-syntax_zh_CN.jar
%%DATADIR%%/ide10/modules/locale/org-netbeans-modules-properties-syntax_zh_TW.jar
%%DATADIR%%/ide10/modules/locale/org-netbeans-modules-properties_de.jar
%%DATADIR%%/ide10/modules/locale/org-netbeans-modules-properties_es.jar
%%DATADIR%%/ide10/modules/locale/org-netbeans-modules-properties_it.jar
%%DATADIR%%/ide10/modules/locale/org-netbeans-modules-properties_ja.jar
%%DATADIR%%/ide10/modules/locale/org-netbeans-modules-properties_pt_BR.jar
%%DATADIR%%/ide10/modules/locale/org-netbeans-modules-properties_zh_CN.jar
%%DATADIR%%/ide10/modules/locale/org-netbeans-modules-properties_zh_TW.jar
%%DATADIR%%/ide10/modules/locale/org-netbeans-modules-refactoring-api_de.jar
%%DATADIR%%/ide10/modules/locale/org-netbeans-modules-refactoring-api_es.jar
%%DATADIR%%/ide10/modules/locale/org-netbeans-modules-refactoring-api_ja.jar
%%DATADIR%%/ide10/modules/locale/org-netbeans-modules-refactoring-api_pt_BR.jar
%%DATADIR%%/ide10/modules/locale/org-netbeans-modules-refactoring-api_zh_CN.jar
%%DATADIR%%/ide10/modules/locale/org-netbeans-modules-refactoring-api_zh_TW.jar
%%DATADIR%%/ide10/modules/locale/org-netbeans-modules-schema2beans_de.jar
%%DATADIR%%/ide10/modules/locale/org-netbeans-modules-schema2beans_es.jar
%%DATADIR%%/ide10/modules/locale/org-netbeans-modules-schema2beans_it.jar
%%DATADIR%%/ide10/modules/locale/org-netbeans-modules-schema2beans_ja.jar
%%DATADIR%%/ide10/modules/locale/org-netbeans-modules-schema2beans_pt_BR.jar
%%DATADIR%%/ide10/modules/locale/org-netbeans-modules-schema2beans_zh_CN.jar
%%DATADIR%%/ide10/modules/locale/org-netbeans-modules-schema2beans_zh_TW.jar
%%DATADIR%%/ide10/modules/locale/org-netbeans-modules-server_de.jar
%%DATADIR%%/ide10/modules/locale/org-netbeans-modules-server_es.jar
%%DATADIR%%/ide10/modules/locale/org-netbeans-modules-server_ja.jar
%%DATADIR%%/ide10/modules/locale/org-netbeans-modules-server_pt_BR.jar
%%DATADIR%%/ide10/modules/locale/org-netbeans-modules-server_zh_CN.jar
%%DATADIR%%/ide10/modules/locale/org-netbeans-modules-server_zh_TW.jar
%%DATADIR%%/ide10/modules/locale/org-netbeans-modules-servletapi_de.jar
%%DATADIR%%/ide10/modules/locale/org-netbeans-modules-servletapi_es.jar
%%DATADIR%%/ide10/modules/locale/org-netbeans-modules-servletapi_it.jar
%%DATADIR%%/ide10/modules/locale/org-netbeans-modules-servletapi_ja.jar
%%DATADIR%%/ide10/modules/locale/org-netbeans-modules-servletapi_pt_BR.jar
%%DATADIR%%/ide10/modules/locale/org-netbeans-modules-servletapi_zh_CN.jar
%%DATADIR%%/ide10/modules/locale/org-netbeans-modules-servletapi_zh_TW.jar
%%DATADIR%%/ide10/modules/locale/org-netbeans-modules-subversion_de.jar
%%DATADIR%%/ide10/modules/locale/org-netbeans-modules-subversion_es.jar
%%DATADIR%%/ide10/modules/locale/org-netbeans-modules-subversion_ja.jar
%%DATADIR%%/ide10/modules/locale/org-netbeans-modules-subversion_pt_BR.jar
%%DATADIR%%/ide10/modules/locale/org-netbeans-modules-subversion_zh_CN.jar
%%DATADIR%%/ide10/modules/locale/org-netbeans-modules-subversion_zh_TW.jar
%%DATADIR%%/ide10/modules/locale/org-netbeans-modules-tasklist-kit_de.jar
%%DATADIR%%/ide10/modules/locale/org-netbeans-modules-tasklist-kit_es.jar
%%DATADIR%%/ide10/modules/locale/org-netbeans-modules-tasklist-kit_it.jar
%%DATADIR%%/ide10/modules/locale/org-netbeans-modules-tasklist-kit_ja.jar
%%DATADIR%%/ide10/modules/locale/org-netbeans-modules-tasklist-kit_pt_BR.jar
%%DATADIR%%/ide10/modules/locale/org-netbeans-modules-tasklist-kit_zh_CN.jar
%%DATADIR%%/ide10/modules/locale/org-netbeans-modules-tasklist-kit_zh_TW.jar
%%DATADIR%%/ide10/modules/locale/org-netbeans-modules-tasklist-projectint_de.jar
%%DATADIR%%/ide10/modules/locale/org-netbeans-modules-tasklist-projectint_es.jar
%%DATADIR%%/ide10/modules/locale/org-netbeans-modules-tasklist-projectint_it.jar
%%DATADIR%%/ide10/modules/locale/org-netbeans-modules-tasklist-projectint_ja.jar
%%DATADIR%%/ide10/modules/locale/org-netbeans-modules-tasklist-projectint_pt_BR.jar
%%DATADIR%%/ide10/modules/locale/org-netbeans-modules-tasklist-projectint_zh_CN.jar
%%DATADIR%%/ide10/modules/locale/org-netbeans-modules-tasklist-projectint_zh_TW.jar
%%DATADIR%%/ide10/modules/locale/org-netbeans-modules-tasklist-todo_de.jar
%%DATADIR%%/ide10/modules/locale/org-netbeans-modules-tasklist-todo_es.jar
%%DATADIR%%/ide10/modules/locale/org-netbeans-modules-tasklist-todo_it.jar
%%DATADIR%%/ide10/modules/locale/org-netbeans-modules-tasklist-todo_ja.jar
%%DATADIR%%/ide10/modules/locale/org-netbeans-modules-tasklist-todo_pt_BR.jar
%%DATADIR%%/ide10/modules/locale/org-netbeans-modules-tasklist-todo_zh_CN.jar
%%DATADIR%%/ide10/modules/locale/org-netbeans-modules-tasklist-todo_zh_TW.jar
%%DATADIR%%/ide10/modules/locale/org-netbeans-modules-tasklist-ui_de.jar
%%DATADIR%%/ide10/modules/locale/org-netbeans-modules-tasklist-ui_es.jar
%%DATADIR%%/ide10/modules/locale/org-netbeans-modules-tasklist-ui_it.jar
%%DATADIR%%/ide10/modules/locale/org-netbeans-modules-tasklist-ui_ja.jar
%%DATADIR%%/ide10/modules/locale/org-netbeans-modules-tasklist-ui_pt_BR.jar
%%DATADIR%%/ide10/modules/locale/org-netbeans-modules-tasklist-ui_zh_CN.jar
%%DATADIR%%/ide10/modules/locale/org-netbeans-modules-tasklist-ui_zh_TW.jar
%%DATADIR%%/ide10/modules/locale/org-netbeans-modules-usersguide_de.jar
%%DATADIR%%/ide10/modules/locale/org-netbeans-modules-usersguide_es.jar
%%DATADIR%%/ide10/modules/locale/org-netbeans-modules-usersguide_it.jar
%%DATADIR%%/ide10/modules/locale/org-netbeans-modules-usersguide_ja.jar
%%DATADIR%%/ide10/modules/locale/org-netbeans-modules-usersguide_pt_BR.jar
%%DATADIR%%/ide10/modules/locale/org-netbeans-modules-usersguide_zh_CN.jar
%%DATADIR%%/ide10/modules/locale/org-netbeans-modules-usersguide_zh_TW.jar
%%DATADIR%%/ide10/modules/locale/org-netbeans-modules-utilities-project_de.jar
%%DATADIR%%/ide10/modules/locale/org-netbeans-modules-utilities-project_es.jar
%%DATADIR%%/ide10/modules/locale/org-netbeans-modules-utilities-project_ja.jar
%%DATADIR%%/ide10/modules/locale/org-netbeans-modules-utilities-project_pt_BR.jar
%%DATADIR%%/ide10/modules/locale/org-netbeans-modules-utilities-project_zh_CN.jar
%%DATADIR%%/ide10/modules/locale/org-netbeans-modules-utilities-project_zh_TW.jar
%%DATADIR%%/ide10/modules/locale/org-netbeans-modules-utilities_de.jar
%%DATADIR%%/ide10/modules/locale/org-netbeans-modules-utilities_es.jar
%%DATADIR%%/ide10/modules/locale/org-netbeans-modules-utilities_ja.jar
%%DATADIR%%/ide10/modules/locale/org-netbeans-modules-utilities_pt_BR.jar
%%DATADIR%%/ide10/modules/locale/org-netbeans-modules-utilities_zh_CN.jar
%%DATADIR%%/ide10/modules/locale/org-netbeans-modules-utilities_zh_TW.jar
%%DATADIR%%/ide10/modules/locale/org-netbeans-modules-versioning-system-cvss_de.jar
%%DATADIR%%/ide10/modules/locale/org-netbeans-modules-versioning-system-cvss_es.jar
%%DATADIR%%/ide10/modules/locale/org-netbeans-modules-versioning-system-cvss_ja.jar
%%DATADIR%%/ide10/modules/locale/org-netbeans-modules-versioning-system-cvss_pt_BR.jar
%%DATADIR%%/ide10/modules/locale/org-netbeans-modules-versioning-system-cvss_zh_CN.jar
%%DATADIR%%/ide10/modules/locale/org-netbeans-modules-versioning-system-cvss_zh_TW.jar
%%DATADIR%%/ide10/modules/locale/org-netbeans-modules-versioning-util_de.jar
%%DATADIR%%/ide10/modules/locale/org-netbeans-modules-versioning-util_es.jar
%%DATADIR%%/ide10/modules/locale/org-netbeans-modules-versioning-util_it.jar
%%DATADIR%%/ide10/modules/locale/org-netbeans-modules-versioning-util_ja.jar
%%DATADIR%%/ide10/modules/locale/org-netbeans-modules-versioning-util_pt_BR.jar
%%DATADIR%%/ide10/modules/locale/org-netbeans-modules-versioning-util_zh_CN.jar
%%DATADIR%%/ide10/modules/locale/org-netbeans-modules-versioning-util_zh_TW.jar
%%DATADIR%%/ide10/modules/locale/org-netbeans-modules-versioning_de.jar
%%DATADIR%%/ide10/modules/locale/org-netbeans-modules-versioning_es.jar
%%DATADIR%%/ide10/modules/locale/org-netbeans-modules-versioning_it.jar
%%DATADIR%%/ide10/modules/locale/org-netbeans-modules-versioning_ja.jar
%%DATADIR%%/ide10/modules/locale/org-netbeans-modules-versioning_pt_BR.jar
%%DATADIR%%/ide10/modules/locale/org-netbeans-modules-versioning_zh_CN.jar
%%DATADIR%%/ide10/modules/locale/org-netbeans-modules-versioning_zh_TW.jar
%%DATADIR%%/ide10/modules/locale/org-netbeans-modules-web-flyingsaucer_de.jar
%%DATADIR%%/ide10/modules/locale/org-netbeans-modules-web-flyingsaucer_es.jar
%%DATADIR%%/ide10/modules/locale/org-netbeans-modules-web-flyingsaucer_ja.jar
%%DATADIR%%/ide10/modules/locale/org-netbeans-modules-web-flyingsaucer_pt_BR.jar
%%DATADIR%%/ide10/modules/locale/org-netbeans-modules-web-flyingsaucer_zh_CN.jar
%%DATADIR%%/ide10/modules/locale/org-netbeans-modules-web-flyingsaucer_zh_TW.jar
%%DATADIR%%/ide10/modules/locale/org-netbeans-modules-xml-axi_de.jar
%%DATADIR%%/ide10/modules/locale/org-netbeans-modules-xml-axi_es.jar
%%DATADIR%%/ide10/modules/locale/org-netbeans-modules-xml-axi_it.jar
%%DATADIR%%/ide10/modules/locale/org-netbeans-modules-xml-axi_ja.jar
%%DATADIR%%/ide10/modules/locale/org-netbeans-modules-xml-axi_pt_BR.jar
%%DATADIR%%/ide10/modules/locale/org-netbeans-modules-xml-axi_zh_CN.jar
%%DATADIR%%/ide10/modules/locale/org-netbeans-modules-xml-axi_zh_TW.jar
%%DATADIR%%/ide10/modules/locale/org-netbeans-modules-xml-catalog_de.jar
%%DATADIR%%/ide10/modules/locale/org-netbeans-modules-xml-catalog_es.jar
%%DATADIR%%/ide10/modules/locale/org-netbeans-modules-xml-catalog_it.jar
%%DATADIR%%/ide10/modules/locale/org-netbeans-modules-xml-catalog_ja.jar
%%DATADIR%%/ide10/modules/locale/org-netbeans-modules-xml-catalog_pt_BR.jar
%%DATADIR%%/ide10/modules/locale/org-netbeans-modules-xml-catalog_zh_CN.jar
%%DATADIR%%/ide10/modules/locale/org-netbeans-modules-xml-catalog_zh_TW.jar
%%DATADIR%%/ide10/modules/locale/org-netbeans-modules-xml-core_de.jar
%%DATADIR%%/ide10/modules/locale/org-netbeans-modules-xml-core_es.jar
%%DATADIR%%/ide10/modules/locale/org-netbeans-modules-xml-core_it.jar
%%DATADIR%%/ide10/modules/locale/org-netbeans-modules-xml-core_ja.jar
%%DATADIR%%/ide10/modules/locale/org-netbeans-modules-xml-core_pt_BR.jar
%%DATADIR%%/ide10/modules/locale/org-netbeans-modules-xml-core_zh_CN.jar
%%DATADIR%%/ide10/modules/locale/org-netbeans-modules-xml-core_zh_TW.jar
%%DATADIR%%/ide10/modules/locale/org-netbeans-modules-xml-lexer_de.jar
%%DATADIR%%/ide10/modules/locale/org-netbeans-modules-xml-lexer_es.jar
%%DATADIR%%/ide10/modules/locale/org-netbeans-modules-xml-lexer_it.jar
%%DATADIR%%/ide10/modules/locale/org-netbeans-modules-xml-lexer_ja.jar
%%DATADIR%%/ide10/modules/locale/org-netbeans-modules-xml-lexer_pt_BR.jar
%%DATADIR%%/ide10/modules/locale/org-netbeans-modules-xml-lexer_zh_CN.jar
%%DATADIR%%/ide10/modules/locale/org-netbeans-modules-xml-lexer_zh_TW.jar
%%DATADIR%%/ide10/modules/locale/org-netbeans-modules-xml-multiview_de.jar
%%DATADIR%%/ide10/modules/locale/org-netbeans-modules-xml-multiview_es.jar
%%DATADIR%%/ide10/modules/locale/org-netbeans-modules-xml-multiview_it.jar
%%DATADIR%%/ide10/modules/locale/org-netbeans-modules-xml-multiview_ja.jar
%%DATADIR%%/ide10/modules/locale/org-netbeans-modules-xml-multiview_pt_BR.jar
%%DATADIR%%/ide10/modules/locale/org-netbeans-modules-xml-multiview_zh_CN.jar
%%DATADIR%%/ide10/modules/locale/org-netbeans-modules-xml-multiview_zh_TW.jar
%%DATADIR%%/ide10/modules/locale/org-netbeans-modules-xml-retriever_de.jar
%%DATADIR%%/ide10/modules/locale/org-netbeans-modules-xml-retriever_es.jar
%%DATADIR%%/ide10/modules/locale/org-netbeans-modules-xml-retriever_it.jar
%%DATADIR%%/ide10/modules/locale/org-netbeans-modules-xml-retriever_ja.jar
%%DATADIR%%/ide10/modules/locale/org-netbeans-modules-xml-retriever_pt_BR.jar
%%DATADIR%%/ide10/modules/locale/org-netbeans-modules-xml-retriever_zh_CN.jar
%%DATADIR%%/ide10/modules/locale/org-netbeans-modules-xml-retriever_zh_TW.jar
%%DATADIR%%/ide10/modules/locale/org-netbeans-modules-xml-schema-completion_de.jar
%%DATADIR%%/ide10/modules/locale/org-netbeans-modules-xml-schema-completion_es.jar
%%DATADIR%%/ide10/modules/locale/org-netbeans-modules-xml-schema-completion_it.jar
%%DATADIR%%/ide10/modules/locale/org-netbeans-modules-xml-schema-completion_ja.jar
%%DATADIR%%/ide10/modules/locale/org-netbeans-modules-xml-schema-completion_pt_BR.jar
%%DATADIR%%/ide10/modules/locale/org-netbeans-modules-xml-schema-completion_zh_CN.jar
%%DATADIR%%/ide10/modules/locale/org-netbeans-modules-xml-schema-completion_zh_TW.jar
%%DATADIR%%/ide10/modules/locale/org-netbeans-modules-xml-schema-model_de.jar
%%DATADIR%%/ide10/modules/locale/org-netbeans-modules-xml-schema-model_es.jar
%%DATADIR%%/ide10/modules/locale/org-netbeans-modules-xml-schema-model_it.jar
%%DATADIR%%/ide10/modules/locale/org-netbeans-modules-xml-schema-model_ja.jar
%%DATADIR%%/ide10/modules/locale/org-netbeans-modules-xml-schema-model_pt_BR.jar
%%DATADIR%%/ide10/modules/locale/org-netbeans-modules-xml-schema-model_zh_CN.jar
%%DATADIR%%/ide10/modules/locale/org-netbeans-modules-xml-schema-model_zh_TW.jar
%%DATADIR%%/ide10/modules/locale/org-netbeans-modules-xml-tax_de.jar
%%DATADIR%%/ide10/modules/locale/org-netbeans-modules-xml-tax_es.jar
%%DATADIR%%/ide10/modules/locale/org-netbeans-modules-xml-tax_it.jar
%%DATADIR%%/ide10/modules/locale/org-netbeans-modules-xml-tax_ja.jar
%%DATADIR%%/ide10/modules/locale/org-netbeans-modules-xml-tax_pt_BR.jar
%%DATADIR%%/ide10/modules/locale/org-netbeans-modules-xml-tax_zh_CN.jar
%%DATADIR%%/ide10/modules/locale/org-netbeans-modules-xml-tax_zh_TW.jar
%%DATADIR%%/ide10/modules/locale/org-netbeans-modules-xml-text_de.jar
%%DATADIR%%/ide10/modules/locale/org-netbeans-modules-xml-text_es.jar
%%DATADIR%%/ide10/modules/locale/org-netbeans-modules-xml-text_it.jar
%%DATADIR%%/ide10/modules/locale/org-netbeans-modules-xml-text_ja.jar
%%DATADIR%%/ide10/modules/locale/org-netbeans-modules-xml-text_pt_BR.jar
%%DATADIR%%/ide10/modules/locale/org-netbeans-modules-xml-text_zh_CN.jar
%%DATADIR%%/ide10/modules/locale/org-netbeans-modules-xml-text_zh_TW.jar
%%DATADIR%%/ide10/modules/locale/org-netbeans-modules-xml-tools_de.jar
%%DATADIR%%/ide10/modules/locale/org-netbeans-modules-xml-tools_es.jar
%%DATADIR%%/ide10/modules/locale/org-netbeans-modules-xml-tools_ja.jar
%%DATADIR%%/ide10/modules/locale/org-netbeans-modules-xml-tools_pt_BR.jar
%%DATADIR%%/ide10/modules/locale/org-netbeans-modules-xml-tools_zh_CN.jar
%%DATADIR%%/ide10/modules/locale/org-netbeans-modules-xml-tools_zh_TW.jar
%%DATADIR%%/ide10/modules/locale/org-netbeans-modules-xml-wsdl-model_de.jar
%%DATADIR%%/ide10/modules/locale/org-netbeans-modules-xml-wsdl-model_es.jar
%%DATADIR%%/ide10/modules/locale/org-netbeans-modules-xml-wsdl-model_ja.jar
%%DATADIR%%/ide10/modules/locale/org-netbeans-modules-xml-wsdl-model_pt_BR.jar
%%DATADIR%%/ide10/modules/locale/org-netbeans-modules-xml-wsdl-model_zh_CN.jar
%%DATADIR%%/ide10/modules/locale/org-netbeans-modules-xml-wsdl-model_zh_TW.jar
%%DATADIR%%/ide10/modules/locale/org-netbeans-modules-xml-xam_de.jar
%%DATADIR%%/ide10/modules/locale/org-netbeans-modules-xml-xam_es.jar
%%DATADIR%%/ide10/modules/locale/org-netbeans-modules-xml-xam_it.jar
%%DATADIR%%/ide10/modules/locale/org-netbeans-modules-xml-xam_ja.jar
%%DATADIR%%/ide10/modules/locale/org-netbeans-modules-xml-xam_pt_BR.jar
%%DATADIR%%/ide10/modules/locale/org-netbeans-modules-xml-xam_zh_CN.jar
%%DATADIR%%/ide10/modules/locale/org-netbeans-modules-xml-xam_zh_TW.jar
%%DATADIR%%/ide10/modules/locale/org-netbeans-modules-xml-xdm_de.jar
%%DATADIR%%/ide10/modules/locale/org-netbeans-modules-xml-xdm_es.jar
%%DATADIR%%/ide10/modules/locale/org-netbeans-modules-xml-xdm_it.jar
%%DATADIR%%/ide10/modules/locale/org-netbeans-modules-xml-xdm_ja.jar
%%DATADIR%%/ide10/modules/locale/org-netbeans-modules-xml-xdm_pt_BR.jar
%%DATADIR%%/ide10/modules/locale/org-netbeans-modules-xml-xdm_zh_CN.jar
%%DATADIR%%/ide10/modules/locale/org-netbeans-modules-xml-xdm_zh_TW.jar
%%DATADIR%%/ide10/modules/locale/org-netbeans-modules-xml_de.jar
%%DATADIR%%/ide10/modules/locale/org-netbeans-modules-xml_es.jar
%%DATADIR%%/ide10/modules/locale/org-netbeans-modules-xml_ja.jar
%%DATADIR%%/ide10/modules/locale/org-netbeans-modules-xml_pt_BR.jar
%%DATADIR%%/ide10/modules/locale/org-netbeans-modules-xml_zh_CN.jar
%%DATADIR%%/ide10/modules/locale/org-netbeans-modules-xml_zh_TW.jar
%%DATADIR%%/ide10/modules/locale/org-netbeans-modules-xsl_de.jar
%%DATADIR%%/ide10/modules/locale/org-netbeans-modules-xsl_es.jar
%%DATADIR%%/ide10/modules/locale/org-netbeans-modules-xsl_it.jar
%%DATADIR%%/ide10/modules/locale/org-netbeans-modules-xsl_ja.jar
%%DATADIR%%/ide10/modules/locale/org-netbeans-modules-xsl_pt_BR.jar
%%DATADIR%%/ide10/modules/locale/org-netbeans-modules-xsl_zh_CN.jar
%%DATADIR%%/ide10/modules/locale/org-netbeans-modules-xsl_zh_TW.jar
%%DATADIR%%/ide10/modules/locale/org-netbeans-spi-debugger-ui_de.jar
%%DATADIR%%/ide10/modules/locale/org-netbeans-spi-debugger-ui_es.jar
%%DATADIR%%/ide10/modules/locale/org-netbeans-spi-debugger-ui_ja.jar
%%DATADIR%%/ide10/modules/locale/org-netbeans-spi-debugger-ui_pt_BR.jar
%%DATADIR%%/ide10/modules/locale/org-netbeans-spi-debugger-ui_zh_CN.jar
%%DATADIR%%/ide10/modules/locale/org-netbeans-spi-debugger-ui_zh_TW.jar
%%DATADIR%%/ide10/modules/locale/org-netbeans-spi-editor-hints_de.jar
%%DATADIR%%/ide10/modules/locale/org-netbeans-spi-editor-hints_es.jar
%%DATADIR%%/ide10/modules/locale/org-netbeans-spi-editor-hints_it.jar
%%DATADIR%%/ide10/modules/locale/org-netbeans-spi-editor-hints_ja.jar
%%DATADIR%%/ide10/modules/locale/org-netbeans-spi-editor-hints_pt_BR.jar
%%DATADIR%%/ide10/modules/locale/org-netbeans-spi-editor-hints_zh_CN.jar
%%DATADIR%%/ide10/modules/locale/org-netbeans-spi-editor-hints_zh_TW.jar
%%DATADIR%%/ide10/modules/locale/org-netbeans-spi-navigator_de.jar
%%DATADIR%%/ide10/modules/locale/org-netbeans-spi-navigator_es.jar
%%DATADIR%%/ide10/modules/locale/org-netbeans-spi-navigator_it.jar
%%DATADIR%%/ide10/modules/locale/org-netbeans-spi-navigator_ja.jar
%%DATADIR%%/ide10/modules/locale/org-netbeans-spi-navigator_pt_BR.jar
%%DATADIR%%/ide10/modules/locale/org-netbeans-spi-navigator_zh_CN.jar
%%DATADIR%%/ide10/modules/locale/org-netbeans-spi-navigator_zh_TW.jar
%%DATADIR%%/ide10/modules/locale/org-netbeans-spi-palette_de.jar
%%DATADIR%%/ide10/modules/locale/org-netbeans-spi-palette_es.jar
%%DATADIR%%/ide10/modules/locale/org-netbeans-spi-palette_ja.jar
%%DATADIR%%/ide10/modules/locale/org-netbeans-spi-palette_pt_BR.jar
%%DATADIR%%/ide10/modules/locale/org-netbeans-spi-palette_zh_CN.jar
%%DATADIR%%/ide10/modules/locale/org-netbeans-spi-palette_zh_TW.jar
%%DATADIR%%/ide10/modules/locale/org-netbeans-spi-tasklist_de.jar
%%DATADIR%%/ide10/modules/locale/org-netbeans-spi-tasklist_es.jar
%%DATADIR%%/ide10/modules/locale/org-netbeans-spi-tasklist_it.jar
%%DATADIR%%/ide10/modules/locale/org-netbeans-spi-tasklist_ja.jar
%%DATADIR%%/ide10/modules/locale/org-netbeans-spi-tasklist_pt_BR.jar
%%DATADIR%%/ide10/modules/locale/org-netbeans-spi-tasklist_zh_CN.jar
%%DATADIR%%/ide10/modules/locale/org-netbeans-spi-tasklist_zh_TW.jar
%%DATADIR%%/ide10/modules/locale/org-netbeans-spi-viewmodel_de.jar
%%DATADIR%%/ide10/modules/locale/org-netbeans-spi-viewmodel_es.jar
%%DATADIR%%/ide10/modules/locale/org-netbeans-spi-viewmodel_it.jar
%%DATADIR%%/ide10/modules/locale/org-netbeans-spi-viewmodel_ja.jar
%%DATADIR%%/ide10/modules/locale/org-netbeans-spi-viewmodel_pt_BR.jar
%%DATADIR%%/ide10/modules/locale/org-netbeans-spi-viewmodel_zh_CN.jar
%%DATADIR%%/ide10/modules/locale/org-netbeans-spi-viewmodel_zh_TW.jar
%%DATADIR%%/ide10/modules/locale/org-netbeans-swing-dirchooser_de.jar
%%DATADIR%%/ide10/modules/locale/org-netbeans-swing-dirchooser_es.jar
%%DATADIR%%/ide10/modules/locale/org-netbeans-swing-dirchooser_it.jar
%%DATADIR%%/ide10/modules/locale/org-netbeans-swing-dirchooser_ja.jar
%%DATADIR%%/ide10/modules/locale/org-netbeans-swing-dirchooser_pt_BR.jar
%%DATADIR%%/ide10/modules/locale/org-netbeans-swing-dirchooser_zh_CN.jar
%%DATADIR%%/ide10/modules/locale/org-netbeans-swing-dirchooser_zh_TW.jar
%%DATADIR%%/ide10/modules/locale/org-openidex-util_de.jar
%%DATADIR%%/ide10/modules/locale/org-openidex-util_es.jar
%%DATADIR%%/ide10/modules/locale/org-openidex-util_it.jar
%%DATADIR%%/ide10/modules/locale/org-openidex-util_ja.jar
%%DATADIR%%/ide10/modules/locale/org-openidex-util_pt_BR.jar
%%DATADIR%%/ide10/modules/locale/org-openidex-util_zh_CN.jar
%%DATADIR%%/ide10/modules/locale/org-openidex-util_zh_TW.jar
%%DATADIR%%/ide10/modules/org-apache-xml-resolver.jar
%%DATADIR%%/ide10/modules/org-netbeans-api-java-classpath.jar
%%DATADIR%%/ide10/modules/org-netbeans-api-xml.jar
%%DATADIR%%/ide10/modules/org-netbeans-core-ide.jar
%%DATADIR%%/ide10/modules/org-netbeans-libs-commons_net.jar
%%DATADIR%%/ide10/modules/org-netbeans-libs-jakarta_oro.jar
%%DATADIR%%/ide10/modules/org-netbeans-libs-jaxb.jar
%%DATADIR%%/ide10/modules/org-netbeans-libs-xerces.jar
%%DATADIR%%/ide10/modules/org-netbeans-modules-classfile.jar
%%DATADIR%%/ide10/modules/org-netbeans-modules-db-core.jar
%%DATADIR%%/ide10/modules/org-netbeans-modules-db-dataview.jar
%%DATADIR%%/ide10/modules/org-netbeans-modules-db-drivers.jar
%%DATADIR%%/ide10/modules/org-netbeans-modules-db-metadata-model.jar
%%DATADIR%%/ide10/modules/org-netbeans-modules-db-mysql.jar
%%DATADIR%%/ide10/modules/org-netbeans-modules-db-sql-editor.jar
%%DATADIR%%/ide10/modules/org-netbeans-modules-db-sql-visualeditor.jar
%%DATADIR%%/ide10/modules/org-netbeans-modules-db.jar
%%DATADIR%%/ide10/modules/org-netbeans-modules-dbapi.jar
%%DATADIR%%/ide10/modules/org-netbeans-modules-defaults.jar
%%DATADIR%%/ide10/modules/org-netbeans-modules-diff.jar
%%DATADIR%%/ide10/modules/org-netbeans-modules-editor-bracesmatching.jar
%%DATADIR%%/ide10/modules/org-netbeans-modules-editor-completion.jar
%%DATADIR%%/ide10/modules/org-netbeans-modules-editor-deprecated-pre61completion.jar
%%DATADIR%%/ide10/modules/org-netbeans-modules-editor-deprecated-pre61settings.jar
%%DATADIR%%/ide10/modules/org-netbeans-modules-editor-errorstripe-api.jar
%%DATADIR%%/ide10/modules/org-netbeans-modules-editor-errorstripe.jar
%%DATADIR%%/ide10/modules/org-netbeans-modules-editor-fold.jar
%%DATADIR%%/ide10/modules/org-netbeans-modules-editor-guards.jar
%%DATADIR%%/ide10/modules/org-netbeans-modules-editor-highlights.jar
%%DATADIR%%/ide10/modules/org-netbeans-modules-editor-indent.jar
%%DATADIR%%/ide10/modules/org-netbeans-modules-editor-lib.jar
%%DATADIR%%/ide10/modules/org-netbeans-modules-editor-lib2.jar
%%DATADIR%%/ide10/modules/org-netbeans-modules-editor-macros.jar
%%DATADIR%%/ide10/modules/org-netbeans-modules-editor-plain-lib.jar
%%DATADIR%%/ide10/modules/org-netbeans-modules-editor-plain.jar
%%DATADIR%%/ide10/modules/org-netbeans-modules-editor-settings-storage.jar
%%DATADIR%%/ide10/modules/org-netbeans-modules-editor-settings.jar
%%DATADIR%%/ide10/modules/org-netbeans-modules-editor-structure.jar
%%DATADIR%%/ide10/modules/org-netbeans-modules-editor-util.jar
%%DATADIR%%/ide10/modules/org-netbeans-modules-editor.jar
%%DATADIR%%/ide10/modules/org-netbeans-modules-extbrowser.jar
%%DATADIR%%/ide10/modules/org-netbeans-modules-glassfish-common.jar
%%DATADIR%%/ide10/modules/org-netbeans-modules-languages-refactoring.jar
%%DATADIR%%/ide10/modules/org-netbeans-modules-languages.jar
%%DATADIR%%/ide10/modules/org-netbeans-modules-lexer-editorbridge.jar
%%DATADIR%%/ide10/modules/org-netbeans-modules-lexer.jar
%%DATADIR%%/ide10/modules/org-netbeans-modules-options-editor.jar
%%DATADIR%%/ide10/modules/org-netbeans-modules-print.jar
%%DATADIR%%/ide10/modules/org-netbeans-modules-projectapi.jar
%%DATADIR%%/ide10/modules/org-netbeans-modules-projectui.jar
%%DATADIR%%/ide10/modules/org-netbeans-modules-projectuiapi.jar
%%DATADIR%%/ide10/modules/org-netbeans-modules-properties-syntax.jar
%%DATADIR%%/ide10/modules/org-netbeans-modules-properties.jar
%%DATADIR%%/ide10/modules/org-netbeans-modules-refactoring-api.jar
%%DATADIR%%/ide10/modules/org-netbeans-modules-server.jar
%%DATADIR%%/ide10/modules/org-netbeans-modules-utilities.jar
%%DATADIR%%/ide10/modules/org-netbeans-modules-web-flyingsaucer.jar
%%DATADIR%%/ide10/modules/org-netbeans-modules-xml-axi.jar
%%DATADIR%%/ide10/modules/org-netbeans-modules-xml-core.jar
%%DATADIR%%/ide10/modules/org-netbeans-modules-xml-lexer.jar
%%DATADIR%%/ide10/modules/org-netbeans-modules-xml-retriever.jar
%%DATADIR%%/ide10/modules/org-netbeans-modules-xml-schema-model.jar
%%DATADIR%%/ide10/modules/org-netbeans-modules-xml-text.jar
%%DATADIR%%/ide10/modules/org-netbeans-modules-xml-xam.jar
%%DATADIR%%/ide10/modules/org-netbeans-modules-xml-xdm.jar
%%DATADIR%%/ide10/modules/org-netbeans-modules-xml.jar
%%DATADIR%%/ide10/modules/org-netbeans-spi-navigator.jar
%%DATADIR%%/ide10/modules/org-netbeans-spi-palette.jar
%%DATADIR%%/ide10/modules/org-openidex-util.jar
%%DATADIR%%/ide10/update_tracking/org-apache-xml-resolver.xml
%%DATADIR%%/ide10/update_tracking/org-netbeans-api-java-classpath.xml
%%DATADIR%%/ide10/update_tracking/org-netbeans-api-xml.xml
%%DATADIR%%/ide10/update_tracking/org-netbeans-core-ide.xml
%%DATADIR%%/ide10/update_tracking/org-netbeans-libs-commons_net.xml
%%DATADIR%%/ide10/update_tracking/org-netbeans-libs-jakarta_oro.xml
%%DATADIR%%/ide10/update_tracking/org-netbeans-libs-jaxb.xml
%%DATADIR%%/ide10/update_tracking/org-netbeans-libs-xerces.xml
%%DATADIR%%/ide10/update_tracking/org-netbeans-modules-classfile.xml
%%DATADIR%%/ide10/update_tracking/org-netbeans-modules-db-core.xml
%%DATADIR%%/ide10/update_tracking/org-netbeans-modules-db-dataview.xml
%%DATADIR%%/ide10/update_tracking/org-netbeans-modules-db-drivers.xml
%%DATADIR%%/ide10/update_tracking/org-netbeans-modules-db-metadata-model.xml
%%DATADIR%%/ide10/update_tracking/org-netbeans-modules-db-mysql.xml
%%DATADIR%%/ide10/update_tracking/org-netbeans-modules-db-sql-editor.xml
%%DATADIR%%/ide10/update_tracking/org-netbeans-modules-db-sql-visualeditor.xml
%%DATADIR%%/ide10/update_tracking/org-netbeans-modules-db.xml
%%DATADIR%%/ide10/update_tracking/org-netbeans-modules-dbapi.xml
%%DATADIR%%/ide10/update_tracking/org-netbeans-modules-defaults.xml
%%DATADIR%%/ide10/update_tracking/org-netbeans-modules-diff.xml
%%DATADIR%%/ide10/update_tracking/org-netbeans-modules-editor-bracesmatching.xml
%%DATADIR%%/ide10/update_tracking/org-netbeans-modules-editor-completion.xml
%%DATADIR%%/ide10/update_tracking/org-netbeans-modules-editor-deprecated-pre61completion.xml
%%DATADIR%%/ide10/update_tracking/org-netbeans-modules-editor-deprecated-pre61settings.xml
%%DATADIR%%/ide10/update_tracking/org-netbeans-modules-editor-errorstripe-api.xml
%%DATADIR%%/ide10/update_tracking/org-netbeans-modules-editor-errorstripe.xml
%%DATADIR%%/ide10/update_tracking/org-netbeans-modules-editor-fold.xml
%%DATADIR%%/ide10/update_tracking/org-netbeans-modules-editor-guards.xml
%%DATADIR%%/ide10/update_tracking/org-netbeans-modules-editor-highlights.xml
%%DATADIR%%/ide10/update_tracking/org-netbeans-modules-editor-indent.xml
%%DATADIR%%/ide10/update_tracking/org-netbeans-modules-editor-lib.xml
%%DATADIR%%/ide10/update_tracking/org-netbeans-modules-editor-lib2.xml
%%DATADIR%%/ide10/update_tracking/org-netbeans-modules-editor-macros.xml
%%DATADIR%%/ide10/update_tracking/org-netbeans-modules-editor-plain-lib.xml
%%DATADIR%%/ide10/update_tracking/org-netbeans-modules-editor-plain.xml
%%DATADIR%%/ide10/update_tracking/org-netbeans-modules-editor-settings-storage.xml
%%DATADIR%%/ide10/update_tracking/org-netbeans-modules-editor-settings.xml
%%DATADIR%%/ide10/update_tracking/org-netbeans-modules-editor-structure.xml
%%DATADIR%%/ide10/update_tracking/org-netbeans-modules-editor-util.xml
%%DATADIR%%/ide10/update_tracking/org-netbeans-modules-editor.xml
%%DATADIR%%/ide10/update_tracking/org-netbeans-modules-extbrowser.xml
%%DATADIR%%/ide10/update_tracking/org-netbeans-modules-glassfish-common.xml
%%DATADIR%%/ide10/update_tracking/org-netbeans-modules-languages-refactoring.xml
%%DATADIR%%/ide10/update_tracking/org-netbeans-modules-languages.xml
%%DATADIR%%/ide10/update_tracking/org-netbeans-modules-lexer-editorbridge.xml
%%DATADIR%%/ide10/update_tracking/org-netbeans-modules-lexer.xml
%%DATADIR%%/ide10/update_tracking/org-netbeans-modules-options-editor.xml
%%DATADIR%%/ide10/update_tracking/org-netbeans-modules-print.xml
%%DATADIR%%/ide10/update_tracking/org-netbeans-modules-projectapi.xml
%%DATADIR%%/ide10/update_tracking/org-netbeans-modules-projectui.xml
%%DATADIR%%/ide10/update_tracking/org-netbeans-modules-projectuiapi.xml
%%DATADIR%%/ide10/update_tracking/org-netbeans-modules-properties-syntax.xml
%%DATADIR%%/ide10/update_tracking/org-netbeans-modules-properties.xml
%%DATADIR%%/ide10/update_tracking/org-netbeans-modules-refactoring-api.xml
%%DATADIR%%/ide10/update_tracking/org-netbeans-modules-server.xml
%%DATADIR%%/ide10/update_tracking/org-netbeans-modules-utilities.xml
%%DATADIR%%/ide10/update_tracking/org-netbeans-modules-web-flyingsaucer.xml
%%DATADIR%%/ide10/update_tracking/org-netbeans-modules-xml-axi.xml
%%DATADIR%%/ide10/update_tracking/org-netbeans-modules-xml-core.xml
%%DATADIR%%/ide10/update_tracking/org-netbeans-modules-xml-lexer.xml
%%DATADIR%%/ide10/update_tracking/org-netbeans-modules-xml-retriever.xml
%%DATADIR%%/ide10/update_tracking/org-netbeans-modules-xml-schema-model.xml
%%DATADIR%%/ide10/update_tracking/org-netbeans-modules-xml-text.xml
%%DATADIR%%/ide10/update_tracking/org-netbeans-modules-xml-xam.xml
%%DATADIR%%/ide10/update_tracking/org-netbeans-modules-xml-xdm.xml
%%DATADIR%%/ide10/update_tracking/org-netbeans-modules-xml.xml
%%DATADIR%%/ide10/update_tracking/org-netbeans-spi-navigator.xml
%%DATADIR%%/ide10/update_tracking/org-netbeans-spi-palette.xml
%%DATADIR%%/ide10/update_tracking/org-openidex-util.xml
%%DATADIR%%/ireport/.lastModified
%%DATADIR%%/ireport/config/Modules/com-jaspersoft-ireport-addons.xml
%%DATADIR%%/ireport/config/Modules/com-jaspersoft-ireport-components.xml
%%DATADIR%%/ireport/config/Modules/com-jaspersoft-ireport-designer-standalone.xml
%%DATADIR%%/ireport/config/Modules/com-jaspersoft-ireport-heartbeat.xml
%%DATADIR%%/ireport/config/Modules/com-jaspersoft-ireport-jasperserver.xml
%%DATADIR%%/ireport/config/Modules/com-jaspersoft-ireport-samples.xml
%%DATADIR%%/ireport/config/Modules/com-jaspersoft-ireport.xml
%%DATADIR%%/ireport/config/Modules/com-jaspersoft-jrx.xml
%%DATADIR%%/ireport/core/locale/core_ireport.jar
%%DATADIR%%/ireport/database/test.data
%%DATADIR%%/ireport/database/test.properties
%%DATADIR%%/ireport/database/test.script
%%DATADIR%%/ireport/fonts/irfonts.xml
%%DATADIR%%/ireport/fonts/jasperreports_extension.properties
%%DATADIR%%/ireport/libs/xalan.jar
%%DATADIR%%/ireport/modules/com-jaspersoft-ireport-addons.jar
%%DATADIR%%/ireport/modules/com-jaspersoft-ireport-components.jar
%%DATADIR%%/ireport/modules/com-jaspersoft-ireport-designer-standalone.jar
%%DATADIR%%/ireport/modules/com-jaspersoft-ireport-heartbeat.jar
%%DATADIR%%/ireport/modules/com-jaspersoft-ireport-jasperserver.jar
%%DATADIR%%/ireport/modules/com-jaspersoft-ireport-samples.jar
%%DATADIR%%/ireport/modules/com-jaspersoft-ireport.jar
%%DATADIR%%/ireport/modules/com-jaspersoft-jrx.jar
%%DATADIR%%/ireport/modules/ext/ant-1.7.1-LICENSE.txt
%%DATADIR%%/ireport/modules/ext/ant-1.7.1.jar
%%DATADIR%%/ireport/modules/ext/antlr-2.7.6-LICENSE.txt
%%DATADIR%%/ireport/modules/ext/antlr-2.7.6.jar
%%DATADIR%%/ireport/modules/ext/asm-attrs.jar
%%DATADIR%%/ireport/modules/ext/asm.jar
%%DATADIR%%/ireport/modules/ext/barbecue-1.5-beta1-LICENSE.txt
%%DATADIR%%/ireport/modules/ext/barbecue-1.5-beta1.jar
%%DATADIR%%/ireport/modules/ext/barcode4j-2.0-LICENSE.txt
%%DATADIR%%/ireport/modules/ext/barcode4j-2.0-NOTICE.txt
%%DATADIR%%/ireport/modules/ext/barcode4j-2.0.jar
%%DATADIR%%/ireport/modules/ext/batik-LICENSE.txt
%%DATADIR%%/ireport/modules/ext/batik-anim.jar
%%DATADIR%%/ireport/modules/ext/batik-awt-util.jar
%%DATADIR%%/ireport/modules/ext/batik-bridge.jar
%%DATADIR%%/ireport/modules/ext/batik-css.jar
%%DATADIR%%/ireport/modules/ext/batik-dom.jar
%%DATADIR%%/ireport/modules/ext/batik-ext.jar
%%DATADIR%%/ireport/modules/ext/batik-gvt.jar
%%DATADIR%%/ireport/modules/ext/batik-parser.jar
%%DATADIR%%/ireport/modules/ext/batik-script.jar
%%DATADIR%%/ireport/modules/ext/batik-svg-dom.jar
%%DATADIR%%/ireport/modules/ext/batik-svggen.jar
%%DATADIR%%/ireport/modules/ext/batik-util.jar
%%DATADIR%%/ireport/modules/ext/batik-xml.jar
%%DATADIR%%/ireport/modules/ext/bcel-5.2-LICENSE.txt
%%DATADIR%%/ireport/modules/ext/bcel-5.2-NOTICE.txt
%%DATADIR%%/ireport/modules/ext/bcel-5.2.jar
%%DATADIR%%/ireport/modules/ext/bsh-2.0b4-LICENSE.txt
%%DATADIR%%/ireport/modules/ext/bsh-2.0b4.jar
%%DATADIR%%/ireport/modules/ext/castor-1.2.jar
%%DATADIR%%/ireport/modules/ext/cglib-2.1.jar
%%DATADIR%%/ireport/modules/ext/cincom-jr-xmla.jar
%%DATADIR%%/ireport/modules/ext/commons-LICENSE.txt
%%DATADIR%%/ireport/modules/ext/commons-NOTICE.txt
%%DATADIR%%/ireport/modules/ext/commons-beanutils-1.8.2.jar
%%DATADIR%%/ireport/modules/ext/commons-collections-3.2.1.jar
%%DATADIR%%/ireport/modules/ext/commons-dbcp-1.2.2.jar
%%DATADIR%%/ireport/modules/ext/commons-digester-1.7.jar
%%DATADIR%%/ireport/modules/ext/commons-javaflow-20060411.jar
%%DATADIR%%/ireport/modules/ext/commons-logging-1.1.jar
%%DATADIR%%/ireport/modules/ext/commons-math-1.0.jar
%%DATADIR%%/ireport/modules/ext/commons-pool-1.3.jar
%%DATADIR%%/ireport/modules/ext/commons-vfs-1.0.jar
%%DATADIR%%/ireport/modules/ext/dom4j-1.6.jar
%%DATADIR%%/ireport/modules/ext/ehcache-1.1.jar
%%DATADIR%%/ireport/modules/ext/eigenbase-properties-1.1.0.10924.jar
%%DATADIR%%/ireport/modules/ext/eigenbase-resgen-1.3.0.11873.jar
%%DATADIR%%/ireport/modules/ext/eigenbase-xom-1.3.0.11999.jar
%%DATADIR%%/ireport/modules/ext/ejb3-persistence.jar
%%DATADIR%%/ireport/modules/ext/groovy-all-1.7.5-LICENSE.txt
%%DATADIR%%/ireport/modules/ext/groovy-all-1.7.5.jar
%%DATADIR%%/ireport/modules/ext/hibernate-annotations.jar
%%DATADIR%%/ireport/modules/ext/hibernate-commons-annotations.jar
%%DATADIR%%/ireport/modules/ext/hibernate3-LICENSE.txt
%%DATADIR%%/ireport/modules/ext/hibernate3.jar
%%DATADIR%%/ireport/modules/ext/hsqldb-1.8.0-10-LICENSE.txt
%%DATADIR%%/ireport/modules/ext/hsqldb-1.8.0-10.jar
%%DATADIR%%/ireport/modules/ext/iText-2.1.7-LICENSE.txt
%%DATADIR%%/ireport/modules/ext/iText-2.1.7.jar
%%DATADIR%%/ireport/modules/ext/iTextAsian.jar
%%DATADIR%%/ireport/modules/ext/jakarta-bcel-20050813.jar
%%DATADIR%%/ireport/modules/ext/jasperreports-3.7.6.jar
%%DATADIR%%/ireport/modules/ext/jasperreports-LICENSE.txt
%%DATADIR%%/ireport/modules/ext/jasperreports-chart-themes-3.7.6.jar
%%DATADIR%%/ireport/modules/ext/jasperreports-extensions-3.5.3.jar
%%DATADIR%%/ireport/modules/ext/jasperreports-fonts-3.7.6.jar
%%DATADIR%%/ireport/modules/ext/javacup.jar
%%DATADIR%%/ireport/modules/ext/javassist-3.4.GA.jar
%%DATADIR%%/ireport/modules/ext/jaxen-1.1.1-LICENSE.txt
%%DATADIR%%/ireport/modules/ext/jaxen-1.1.1.jar
%%DATADIR%%/ireport/modules/ext/jcommon-1.0.15-LICENSE.txt
%%DATADIR%%/ireport/modules/ext/jcommon-1.0.15.jar
%%DATADIR%%/ireport/modules/ext/jdt-compiler-3.1.1-LICENSE.html
%%DATADIR%%/ireport/modules/ext/jdt-compiler-3.1.1.jar
%%DATADIR%%/ireport/modules/ext/jfreechart-1.0.12-LICENSE.txt
%%DATADIR%%/ireport/modules/ext/jfreechart-1.0.12.jar
%%DATADIR%%/ireport/modules/ext/jpa.jar
%%DATADIR%%/ireport/modules/ext/js_activation-1.1.jar
%%DATADIR%%/ireport/modules/ext/js_axis-1.4patched.jar
%%DATADIR%%/ireport/modules/ext/js_commons-codec-1.3.jar
%%DATADIR%%/ireport/modules/ext/js_commons-discovery-0.2.jar
%%DATADIR%%/ireport/modules/ext/js_commons-httpclient-3.1.jar
%%DATADIR%%/ireport/modules/ext/js_jasperserver-common-ws-3.5.0.jar
%%DATADIR%%/ireport/modules/ext/js_jaxrpc.jar
%%DATADIR%%/ireport/modules/ext/js_mail-1.4.jar
%%DATADIR%%/ireport/modules/ext/js_saaj-api-1.3.jar
%%DATADIR%%/ireport/modules/ext/js_wsdl4j-1.5.1.jar
%%DATADIR%%/ireport/modules/ext/jta.jar
%%DATADIR%%/ireport/modules/ext/jxl-2.6.10-LICENSE.txt
%%DATADIR%%/ireport/modules/ext/jxl-2.6.10.jar
%%DATADIR%%/ireport/modules/ext/log4j-1.2.15-LICENSE.txt
%%DATADIR%%/ireport/modules/ext/log4j-1.2.15.jar
%%DATADIR%%/ireport/modules/ext/mondrian-3.1.1.12687-Jaspersoft.jar
%%DATADIR%%/ireport/modules/ext/mondrian-3.1.1.12687-LICENSE.html
%%DATADIR%%/ireport/modules/ext/olap4j-0.9.7.145.jar
%%DATADIR%%/ireport/modules/ext/png-encoder-1.5.jar
%%DATADIR%%/ireport/modules/ext/poi-3.6-20091214-LICENSE.txt
%%DATADIR%%/ireport/modules/ext/poi-3.6-20091214-NOTICE.txt
%%DATADIR%%/ireport/modules/ext/poi-3.6-20091214.jar
%%DATADIR%%/ireport/modules/ext/rex-20080421.jar
%%DATADIR%%/ireport/modules/ext/rhino-1.7R1-LICENSE.txt
%%DATADIR%%/ireport/modules/ext/rhino-1.7R1.jar
%%DATADIR%%/ireport/modules/ext/saaj-api-1.3.jar
%%DATADIR%%/ireport/modules/ext/slf4j-api.jar
%%DATADIR%%/ireport/modules/ext/slf4j-log4j12.jar
%%DATADIR%%/ireport/modules/ext/spring.jar
%%DATADIR%%/ireport/modules/ext/sqleonardo-2009.03.rc1.jar
%%DATADIR%%/ireport/modules/ext/swingx-2007_10_07.jar
%%DATADIR%%/ireport/modules/ext/xml-apis-ext.jar
%%DATADIR%%/ireport/modules/ext/xml-apis.jar
%%DATADIR%%/ireport/modules/locale/org-netbeans-core-windows_ireport.jar
%%DATADIR%%/ireport/modules/locale/org-netbeans-core_ireport.jar
%%DATADIR%%/ireport/samples/Basic_report/simple.jasper
%%DATADIR%%/ireport/samples/Basic_report/simple.jrxml
%%DATADIR%%/ireport/samples/Basic_report/simple.pdf
%%DATADIR%%/ireport/samples/Charts/charts.html
%%DATADIR%%/ireport/samples/Charts/charts.html_files/img_0_0_2
%%DATADIR%%/ireport/samples/Charts/charts.html_files/img_0_0_5
%%DATADIR%%/ireport/samples/Charts/charts.html_files/img_0_0_6
%%DATADIR%%/ireport/samples/Charts/charts.html_files/img_0_0_7
%%DATADIR%%/ireport/samples/Charts/charts.html_files/px
%%DATADIR%%/ireport/samples/Charts/charts.jasper
%%DATADIR%%/ireport/samples/Charts/charts.jrxml
%%DATADIR%%/ireport/samples/Charts/charts.pdf
%%DATADIR%%/ireport/samples/Crosstabs/crosstabs.jasper
%%DATADIR%%/ireport/samples/Crosstabs/crosstabs.jrxml
%%DATADIR%%/ireport/samples/Elements/elements.html
%%DATADIR%%/ireport/samples/Elements/elements.html_files/img_0_0_12
%%DATADIR%%/ireport/samples/Elements/elements.jasper
%%DATADIR%%/ireport/samples/Elements/elements.jrxml
%%DATADIR%%/ireport/samples/Elements/elements.pdf
%%DATADIR%%/ireport/samples/Elements/js_logo.png
%%DATADIR%%/ireport/samples/Fonts/fonts.html
%%DATADIR%%/ireport/samples/Fonts/fonts.jasper
%%DATADIR%%/ireport/samples/Fonts/fonts.jrxml
%%DATADIR%%/ireport/samples/Fonts/fonts.pdf
%%DATADIR%%/ireport/samples/Groups/groups.html
%%DATADIR%%/ireport/samples/Groups/groups.html_files/px
%%DATADIR%%/ireport/samples/Groups/groups.jasper
%%DATADIR%%/ireport/samples/Groups/groups.jrxml
%%DATADIR%%/ireport/samples/Groups/groups.pdf
%%DATADIR%%/ireport/samples/Parameters_and_Variables/parameters_and_variables.html
%%DATADIR%%/ireport/samples/Parameters_and_Variables/parameters_and_variables.html_files/px
%%DATADIR%%/ireport/samples/Parameters_and_Variables/parameters_and_variables.jasper
%%DATADIR%%/ireport/samples/Parameters_and_Variables/parameters_and_variables.jrxml
%%DATADIR%%/ireport/samples/Parameters_and_Variables/parameters_and_variables.pdf
%%DATADIR%%/ireport/samples/Subreports/master.jasper
%%DATADIR%%/ireport/samples/Subreports/master.jrxml
%%DATADIR%%/ireport/samples/Subreports/master.pdf
%%DATADIR%%/ireport/samples/Subreports/subreport_cities.jasper
%%DATADIR%%/ireport/samples/Subreports/subreport_cities.jrxml
%%DATADIR%%/ireport/samples/Subreports/subreport_orders.jasper
%%DATADIR%%/ireport/samples/Subreports/subreport_orders.jrxml
%%DATADIR%%/ireport/templates/blank_a4.jrxml
%%DATADIR%%/ireport/templates/blank_a4.png
%%DATADIR%%/ireport/templates/blank_a4_landscape.jrxml
%%DATADIR%%/ireport/templates/blank_a4_landscape.png
%%DATADIR%%/ireport/templates/blank_letter.jrxml
%%DATADIR%%/ireport/templates/blank_letter.png
%%DATADIR%%/ireport/templates/blank_letter_landscape.jrxml
%%DATADIR%%/ireport/templates/blank_letter_landscape.png
%%DATADIR%%/ireport/templates/cherry.jpg
%%DATADIR%%/ireport/templates/cherry.jrxml
%%DATADIR%%/ireport/templates/cherry.png
%%DATADIR%%/ireport/templates/cherry_landscape.jrxml
%%DATADIR%%/ireport/templates/cherry_landscape.png
%%DATADIR%%/ireport/templates/coffee.jpg
%%DATADIR%%/ireport/templates/coffee.jrxml
%%DATADIR%%/ireport/templates/coffee.png
%%DATADIR%%/ireport/templates/coffee_landscape.jrxml
%%DATADIR%%/ireport/templates/coffee_landscape.png
%%DATADIR%%/ireport/templates/coffee_stain.png
%%DATADIR%%/ireport/templates/flower.jrxml
%%DATADIR%%/ireport/templates/flower.png
%%DATADIR%%/ireport/templates/flower1.png
%%DATADIR%%/ireport/templates/flower2.png
%%DATADIR%%/ireport/templates/flower_landscape.jrxml
%%DATADIR%%/ireport/templates/flower_landscape.png
%%DATADIR%%/ireport/templates/leaf_banner_gray.png
%%DATADIR%%/ireport/templates/leaf_banner_green.png
%%DATADIR%%/ireport/templates/leaf_banner_pink.png
%%DATADIR%%/ireport/templates/leaf_banner_red.png
%%DATADIR%%/ireport/templates/leaf_banner_violet.png
%%DATADIR%%/ireport/templates/leaf_gray.jrxml
%%DATADIR%%/ireport/templates/leaf_gray.png
%%DATADIR%%/ireport/templates/leaf_green.jrxml
%%DATADIR%%/ireport/templates/leaf_green.png
%%DATADIR%%/ireport/templates/leaf_red.jrxml
%%DATADIR%%/ireport/templates/leaf_red.png
%%DATADIR%%/ireport/templates/leaf_violet.jrxml
%%DATADIR%%/ireport/templates/leaf_violet.png
%%DATADIR%%/ireport/templates/silhouette.jpg
%%DATADIR%%/ireport/templates/silhouette.jrxml
%%DATADIR%%/ireport/templates/silhouette.png
%%DATADIR%%/ireport/templates/silhouette2.jpg
%%DATADIR%%/ireport/templates/silhouette_landscape.jrxml
%%DATADIR%%/ireport/templates/silhouette_landscape.png
%%DATADIR%%/ireport/templates/simple_blue.jrxml
%%DATADIR%%/ireport/templates/simple_blue.png
%%DATADIR%%/ireport/templates/tree.jrxml
%%DATADIR%%/ireport/templates/tree.png
%%DATADIR%%/ireport/templates/tree1.png
%%DATADIR%%/ireport/templates/tree2.png
%%DATADIR%%/ireport/templates/wood.jpg
%%DATADIR%%/ireport/templates/wood.jrxml
%%DATADIR%%/ireport/templates/wood.png
%%DATADIR%%/ireport/update_tracking/com-jaspersoft-ireport-addons.xml
%%DATADIR%%/ireport/update_tracking/com-jaspersoft-ireport-components.xml
%%DATADIR%%/ireport/update_tracking/com-jaspersoft-ireport-designer-standalone.xml
%%DATADIR%%/ireport/update_tracking/com-jaspersoft-ireport-heartbeat.xml
%%DATADIR%%/ireport/update_tracking/com-jaspersoft-ireport-jasperserver.xml
%%DATADIR%%/ireport/update_tracking/com-jaspersoft-ireport-samples.xml
%%DATADIR%%/ireport/update_tracking/com-jaspersoft-ireport.xml
%%DATADIR%%/ireport/update_tracking/com-jaspersoft-jrx.xml
%%DATADIR%%/nb6.5/config/Modules/org-netbeans-modules-updatecenters.xml
%%DATADIR%%/nb6.5/core/ide.ks
%%DATADIR%%/nb6.5/core/locale/core_nb_de.jar
%%DATADIR%%/nb6.5/core/locale/core_nb_es.jar
%%DATADIR%%/nb6.5/core/locale/core_nb_it.jar
%%DATADIR%%/nb6.5/core/locale/core_nb_ja.jar
%%DATADIR%%/nb6.5/core/locale/core_nb_pt_BR.jar
%%DATADIR%%/nb6.5/core/locale/core_nb_zh_CN.jar
%%DATADIR%%/nb6.5/core/locale/core_nb_zh_TW.jar
%%DATADIR%%/nb6.5/core/locale/org-netbeans-upgrader_de.jar
%%DATADIR%%/nb6.5/core/locale/org-netbeans-upgrader_es.jar
%%DATADIR%%/nb6.5/core/locale/org-netbeans-upgrader_it.jar
%%DATADIR%%/nb6.5/core/locale/org-netbeans-upgrader_ja.jar
%%DATADIR%%/nb6.5/core/locale/org-netbeans-upgrader_pt_BR.jar
%%DATADIR%%/nb6.5/core/locale/org-netbeans-upgrader_zh_CN.jar
%%DATADIR%%/nb6.5/core/locale/org-netbeans-upgrader_zh_TW.jar
%%DATADIR%%/nb6.5/modules/locale/org-netbeans-core-windows_nb_ja.jar
%%DATADIR%%/nb6.5/modules/locale/org-netbeans-core-windows_nb_pt_BR.jar
%%DATADIR%%/nb6.5/modules/locale/org-netbeans-core-windows_nb_zh_CN.jar
%%DATADIR%%/nb6.5/modules/locale/org-netbeans-core_nb_de.jar
%%DATADIR%%/nb6.5/modules/locale/org-netbeans-core_nb_es.jar
%%DATADIR%%/nb6.5/modules/locale/org-netbeans-core_nb_it.jar
%%DATADIR%%/nb6.5/modules/locale/org-netbeans-core_nb_ja.jar
%%DATADIR%%/nb6.5/modules/locale/org-netbeans-core_nb_pt_BR.jar
%%DATADIR%%/nb6.5/modules/locale/org-netbeans-core_nb_zh_CN.jar
%%DATADIR%%/nb6.5/modules/locale/org-netbeans-core_nb_zh_TW.jar
%%DATADIR%%/nb6.5/modules/locale/org-netbeans-lib-uihandler_de.jar
%%DATADIR%%/nb6.5/modules/locale/org-netbeans-lib-uihandler_es.jar
%%DATADIR%%/nb6.5/modules/locale/org-netbeans-lib-uihandler_it.jar
%%DATADIR%%/nb6.5/modules/locale/org-netbeans-lib-uihandler_ja.jar
%%DATADIR%%/nb6.5/modules/locale/org-netbeans-lib-uihandler_pt_BR.jar
%%DATADIR%%/nb6.5/modules/locale/org-netbeans-lib-uihandler_zh_CN.jar
%%DATADIR%%/nb6.5/modules/locale/org-netbeans-lib-uihandler_zh_TW.jar
%%DATADIR%%/nb6.5/modules/locale/org-netbeans-modules-autoupdate-ui_nb_de.jar
%%DATADIR%%/nb6.5/modules/locale/org-netbeans-modules-autoupdate-ui_nb_es.jar
%%DATADIR%%/nb6.5/modules/locale/org-netbeans-modules-autoupdate-ui_nb_it.jar
%%DATADIR%%/nb6.5/modules/locale/org-netbeans-modules-autoupdate-ui_nb_ja.jar
%%DATADIR%%/nb6.5/modules/locale/org-netbeans-modules-autoupdate-ui_nb_pt_BR.jar
%%DATADIR%%/nb6.5/modules/locale/org-netbeans-modules-autoupdate-ui_nb_zh_CN.jar
%%DATADIR%%/nb6.5/modules/locale/org-netbeans-modules-autoupdate-ui_nb_zh_TW.jar
%%DATADIR%%/nb6.5/modules/locale/org-netbeans-modules-ide-branding-kit_de.jar
%%DATADIR%%/nb6.5/modules/locale/org-netbeans-modules-ide-branding-kit_es.jar
%%DATADIR%%/nb6.5/modules/locale/org-netbeans-modules-ide-branding-kit_it.jar
%%DATADIR%%/nb6.5/modules/locale/org-netbeans-modules-ide-branding-kit_ja.jar
%%DATADIR%%/nb6.5/modules/locale/org-netbeans-modules-ide-branding-kit_pt_BR.jar
%%DATADIR%%/nb6.5/modules/locale/org-netbeans-modules-ide-branding-kit_zh_CN.jar
%%DATADIR%%/nb6.5/modules/locale/org-netbeans-modules-ide-branding-kit_zh_TW.jar
%%DATADIR%%/nb6.5/modules/locale/org-netbeans-modules-ide-branding_de.jar
%%DATADIR%%/nb6.5/modules/locale/org-netbeans-modules-ide-branding_es.jar
%%DATADIR%%/nb6.5/modules/locale/org-netbeans-modules-ide-branding_it.jar
%%DATADIR%%/nb6.5/modules/locale/org-netbeans-modules-ide-branding_ja.jar
%%DATADIR%%/nb6.5/modules/locale/org-netbeans-modules-ide-branding_pt_BR.jar
%%DATADIR%%/nb6.5/modules/locale/org-netbeans-modules-ide-branding_zh_CN.jar
%%DATADIR%%/nb6.5/modules/locale/org-netbeans-modules-ide-branding_zh_TW.jar
%%DATADIR%%/nb6.5/modules/locale/org-netbeans-modules-jellytools_de.jar
%%DATADIR%%/nb6.5/modules/locale/org-netbeans-modules-jellytools_es.jar
%%DATADIR%%/nb6.5/modules/locale/org-netbeans-modules-jellytools_it.jar
%%DATADIR%%/nb6.5/modules/locale/org-netbeans-modules-jellytools_ja.jar
%%DATADIR%%/nb6.5/modules/locale/org-netbeans-modules-jellytools_pt_BR.jar
%%DATADIR%%/nb6.5/modules/locale/org-netbeans-modules-jellytools_zh_CN.jar
%%DATADIR%%/nb6.5/modules/locale/org-netbeans-modules-jellytools_zh_TW.jar
%%DATADIR%%/nb6.5/modules/locale/org-netbeans-modules-registration_de.jar
%%DATADIR%%/nb6.5/modules/locale/org-netbeans-modules-registration_es.jar
%%DATADIR%%/nb6.5/modules/locale/org-netbeans-modules-registration_it.jar
%%DATADIR%%/nb6.5/modules/locale/org-netbeans-modules-registration_ja.jar
%%DATADIR%%/nb6.5/modules/locale/org-netbeans-modules-registration_pt_BR.jar
%%DATADIR%%/nb6.5/modules/locale/org-netbeans-modules-registration_zh_CN.jar
%%DATADIR%%/nb6.5/modules/locale/org-netbeans-modules-registration_zh_TW.jar
%%DATADIR%%/nb6.5/modules/locale/org-netbeans-modules-reglib_de.jar
%%DATADIR%%/nb6.5/modules/locale/org-netbeans-modules-reglib_es.jar
%%DATADIR%%/nb6.5/modules/locale/org-netbeans-modules-reglib_it.jar
%%DATADIR%%/nb6.5/modules/locale/org-netbeans-modules-reglib_ja.jar
%%DATADIR%%/nb6.5/modules/locale/org-netbeans-modules-reglib_pt_BR.jar
%%DATADIR%%/nb6.5/modules/locale/org-netbeans-modules-reglib_zh_CN.jar
%%DATADIR%%/nb6.5/modules/locale/org-netbeans-modules-reglib_zh_TW.jar
%%DATADIR%%/nb6.5/modules/locale/org-netbeans-modules-uihandler-exceptionreporter_de.jar
%%DATADIR%%/nb6.5/modules/locale/org-netbeans-modules-uihandler-exceptionreporter_es.jar
%%DATADIR%%/nb6.5/modules/locale/org-netbeans-modules-uihandler-exceptionreporter_it.jar
%%DATADIR%%/nb6.5/modules/locale/org-netbeans-modules-uihandler-exceptionreporter_ja.jar
%%DATADIR%%/nb6.5/modules/locale/org-netbeans-modules-uihandler-exceptionreporter_pt_BR.jar
%%DATADIR%%/nb6.5/modules/locale/org-netbeans-modules-uihandler-exceptionreporter_zh_CN.jar
%%DATADIR%%/nb6.5/modules/locale/org-netbeans-modules-uihandler-exceptionreporter_zh_TW.jar
%%DATADIR%%/nb6.5/modules/locale/org-netbeans-modules-uihandler_de.jar
%%DATADIR%%/nb6.5/modules/locale/org-netbeans-modules-uihandler_es.jar
%%DATADIR%%/nb6.5/modules/locale/org-netbeans-modules-uihandler_it.jar
%%DATADIR%%/nb6.5/modules/locale/org-netbeans-modules-uihandler_ja.jar
%%DATADIR%%/nb6.5/modules/locale/org-netbeans-modules-uihandler_pt_BR.jar
%%DATADIR%%/nb6.5/modules/locale/org-netbeans-modules-uihandler_zh_CN.jar
%%DATADIR%%/nb6.5/modules/locale/org-netbeans-modules-uihandler_zh_TW.jar
%%DATADIR%%/nb6.5/modules/locale/org-netbeans-modules-updatecenters_de.jar
%%DATADIR%%/nb6.5/modules/locale/org-netbeans-modules-updatecenters_es.jar
%%DATADIR%%/nb6.5/modules/locale/org-netbeans-modules-updatecenters_it.jar
%%DATADIR%%/nb6.5/modules/locale/org-netbeans-modules-updatecenters_ja.jar
%%DATADIR%%/nb6.5/modules/locale/org-netbeans-modules-updatecenters_pt_BR.jar
%%DATADIR%%/nb6.5/modules/locale/org-netbeans-modules-updatecenters_zh_CN.jar
%%DATADIR%%/nb6.5/modules/locale/org-netbeans-modules-updatecenters_zh_TW.jar
%%DATADIR%%/nb6.5/modules/locale/org-netbeans-modules-welcome_de.jar
%%DATADIR%%/nb6.5/modules/locale/org-netbeans-modules-welcome_es.jar
%%DATADIR%%/nb6.5/modules/locale/org-netbeans-modules-welcome_it.jar
%%DATADIR%%/nb6.5/modules/locale/org-netbeans-modules-welcome_ja.jar
%%DATADIR%%/nb6.5/modules/locale/org-netbeans-modules-welcome_pt_BR.jar
%%DATADIR%%/nb6.5/modules/locale/org-netbeans-modules-welcome_zh_CN.jar
%%DATADIR%%/nb6.5/modules/locale/org-netbeans-modules-welcome_zh_TW.jar
%%DATADIR%%/nb6.5/modules/locale/org-netbeans-spi-quicksearch_nb_de.jar
%%DATADIR%%/nb6.5/modules/locale/org-netbeans-spi-quicksearch_nb_es.jar
%%DATADIR%%/nb6.5/modules/locale/org-netbeans-spi-quicksearch_nb_it.jar
%%DATADIR%%/nb6.5/modules/locale/org-netbeans-spi-quicksearch_nb_ja.jar
%%DATADIR%%/nb6.5/modules/locale/org-netbeans-spi-quicksearch_nb_pt_BR.jar
%%DATADIR%%/nb6.5/modules/locale/org-netbeans-spi-quicksearch_nb_zh_CN.jar
%%DATADIR%%/nb6.5/modules/locale/org-netbeans-spi-quicksearch_nb_zh_TW.jar
%%DATADIR%%/nb6.5/modules/org-netbeans-modules-updatecenters.jar
%%DATADIR%%/nb6.5/update_tracking/org-netbeans-modules-updatecenters.xml
%%DATADIR%%/notice.txt
%%DATADIR%%/platform9/config/ModuleAutoDeps/org-netbeans-core.xml
%%DATADIR%%/platform9/config/ModuleAutoDeps/org-netbeans-modules-options-api.xml
%%DATADIR%%/platform9/config/ModuleAutoDeps/org-netbeans-modules-queries.xml
%%DATADIR%%/platform9/config/ModuleAutoDeps/org-openide-execution.xml
%%DATADIR%%/platform9/config/ModuleAutoDeps/org-openide-explorer.xml
%%DATADIR%%/platform9/config/ModuleAutoDeps/org-openide-modules.xml
%%DATADIR%%/platform9/config/ModuleAutoDeps/org-openide-text.xml
%%DATADIR%%/platform9/config/Modules/org-jdesktop-layout.xml
%%DATADIR%%/platform9/config/Modules/org-netbeans-api-progress.xml
%%DATADIR%%/platform9/config/Modules/org-netbeans-api-visual.xml
%%DATADIR%%/platform9/config/Modules/org-netbeans-core-execution.xml
%%DATADIR%%/platform9/config/Modules/org-netbeans-core-multiview.xml
%%DATADIR%%/platform9/config/Modules/org-netbeans-core-nativeaccess.xml
%%DATADIR%%/platform9/config/Modules/org-netbeans-core-output2.xml
%%DATADIR%%/platform9/config/Modules/org-netbeans-core-ui.xml
%%DATADIR%%/platform9/config/Modules/org-netbeans-core-windows.xml
%%DATADIR%%/platform9/config/Modules/org-netbeans-core.xml
%%DATADIR%%/platform9/config/Modules/org-netbeans-libs-jna.xml
%%DATADIR%%/platform9/config/Modules/org-netbeans-libs-jsr223.xml
%%DATADIR%%/platform9/config/Modules/org-netbeans-libs-junit4.xml
%%DATADIR%%/platform9/config/Modules/org-netbeans-modules-applemenu.xml
%%DATADIR%%/platform9/config/Modules/org-netbeans-modules-autoupdate-services.xml
%%DATADIR%%/platform9/config/Modules/org-netbeans-modules-autoupdate-ui.xml
%%DATADIR%%/platform9/config/Modules/org-netbeans-modules-core-kit.xml
%%DATADIR%%/platform9/config/Modules/org-netbeans-modules-editor-mimelookup-impl.xml
%%DATADIR%%/platform9/config/Modules/org-netbeans-modules-editor-mimelookup.xml
%%DATADIR%%/platform9/config/Modules/org-netbeans-modules-favorites.xml
%%DATADIR%%/platform9/config/Modules/org-netbeans-modules-javahelp.xml
%%DATADIR%%/platform9/config/Modules/org-netbeans-modules-masterfs.xml
%%DATADIR%%/platform9/config/Modules/org-netbeans-modules-options-api.xml
%%DATADIR%%/platform9/config/Modules/org-netbeans-modules-options-keymap.xml
%%DATADIR%%/platform9/config/Modules/org-netbeans-modules-progress-ui.xml
%%DATADIR%%/platform9/config/Modules/org-netbeans-modules-queries.xml
%%DATADIR%%/platform9/config/Modules/org-netbeans-modules-sendopts.xml
%%DATADIR%%/platform9/config/Modules/org-netbeans-modules-settings.xml
%%DATADIR%%/platform9/config/Modules/org-netbeans-modules-templates.xml
%%DATADIR%%/platform9/config/Modules/org-netbeans-spi-quicksearch.xml
%%DATADIR%%/platform9/config/Modules/org-netbeans-swing-outline.xml
%%DATADIR%%/platform9/config/Modules/org-netbeans-swing-plaf.xml
%%DATADIR%%/platform9/config/Modules/org-netbeans-swing-tabcontrol.xml
%%DATADIR%%/platform9/config/Modules/org-openide-actions.xml
%%DATADIR%%/platform9/config/Modules/org-openide-awt.xml
%%DATADIR%%/platform9/config/Modules/org-openide-compat.xml
%%DATADIR%%/platform9/config/Modules/org-openide-dialogs.xml
%%DATADIR%%/platform9/config/Modules/org-openide-execution.xml
%%DATADIR%%/platform9/config/Modules/org-openide-explorer.xml
%%DATADIR%%/platform9/config/Modules/org-openide-io.xml
%%DATADIR%%/platform9/config/Modules/org-openide-loaders.xml
%%DATADIR%%/platform9/config/Modules/org-openide-nodes.xml
%%DATADIR%%/platform9/config/Modules/org-openide-options.xml
%%DATADIR%%/platform9/config/Modules/org-openide-text.xml
%%DATADIR%%/platform9/config/Modules/org-openide-util-enumerations.xml
%%DATADIR%%/platform9/config/Modules/org-openide-windows.xml
%%DATADIR%%/platform9/core/core.jar
%%DATADIR%%/platform9/core/locale/core_de.jar
%%DATADIR%%/platform9/core/locale/core_es.jar
%%DATADIR%%/platform9/core/locale/core_fr.jar
%%DATADIR%%/platform9/core/locale/core_it.jar
%%DATADIR%%/platform9/core/locale/core_ja.jar
%%DATADIR%%/platform9/core/locale/core_pl.jar
%%DATADIR%%/platform9/core/locale/core_pt_BR.jar
%%DATADIR%%/platform9/core/locale/core_sq.jar
%%DATADIR%%/platform9/core/locale/core_zh_CN.jar
%%DATADIR%%/platform9/core/locale/core_zh_TW.jar
%%DATADIR%%/platform9/core/locale/org-openide-filesystems_de.jar
%%DATADIR%%/platform9/core/locale/org-openide-filesystems_es.jar
%%DATADIR%%/platform9/core/locale/org-openide-filesystems_fr.jar
%%DATADIR%%/platform9/core/locale/org-openide-filesystems_it.jar
%%DATADIR%%/platform9/core/locale/org-openide-filesystems_ja.jar
%%DATADIR%%/platform9/core/locale/org-openide-filesystems_pl.jar
%%DATADIR%%/platform9/core/locale/org-openide-filesystems_pt_BR.jar
%%DATADIR%%/platform9/core/locale/org-openide-filesystems_sq.jar
%%DATADIR%%/platform9/core/locale/org-openide-filesystems_zh_CN.jar
%%DATADIR%%/platform9/core/locale/org-openide-filesystems_zh_TW.jar
%%DATADIR%%/platform9/core/org-openide-filesystems.jar
%%DATADIR%%/platform9/docs/swing-layout-1.0.3-doc.zip
%%DATADIR%%/platform9/docs/swing-layout-1.0.3-src.zip
%%DATADIR%%/platform9/lib/boot.jar
%%DATADIR%%/platform9/lib/nbexec
%%DATADIR%%/platform9/lib/nbexec.bak
%%DATADIR%%/platform9/lib/nbexec.exe
%%DATADIR%%/platform9/lib/nbexec.exe_original
%%DATADIR%%/platform9/lib/org-openide-modules.jar
%%DATADIR%%/platform9/lib/org-openide-util.jar
%%DATADIR%%/platform9/modules/ext/jh-2.0_05.jar
%%DATADIR%%/platform9/modules/ext/jna-3.0.9.jar
%%DATADIR%%/platform9/modules/ext/junit-4.5.jar
%%DATADIR%%/platform9/modules/ext/script-api.jar
%%DATADIR%%/platform9/modules/ext/swing-layout-1.0.3.jar
%%DATADIR%%/platform9/modules/ext/updater.jar
%%DATADIR%%/platform9/modules/locale/org-jdesktop-layout_de.jar
%%DATADIR%%/platform9/modules/locale/org-jdesktop-layout_es.jar
%%DATADIR%%/platform9/modules/locale/org-jdesktop-layout_fr.jar
%%DATADIR%%/platform9/modules/locale/org-jdesktop-layout_it.jar
%%DATADIR%%/platform9/modules/locale/org-jdesktop-layout_ja.jar
%%DATADIR%%/platform9/modules/locale/org-jdesktop-layout_pl.jar
%%DATADIR%%/platform9/modules/locale/org-jdesktop-layout_pt_BR.jar
%%DATADIR%%/platform9/modules/locale/org-jdesktop-layout_sq.jar
%%DATADIR%%/platform9/modules/locale/org-jdesktop-layout_zh_CN.jar
%%DATADIR%%/platform9/modules/locale/org-jdesktop-layout_zh_TW.jar
%%DATADIR%%/platform9/modules/locale/org-netbeans-api-progress_de.jar
%%DATADIR%%/platform9/modules/locale/org-netbeans-api-progress_es.jar
%%DATADIR%%/platform9/modules/locale/org-netbeans-api-progress_fr.jar
%%DATADIR%%/platform9/modules/locale/org-netbeans-api-progress_it.jar
%%DATADIR%%/platform9/modules/locale/org-netbeans-api-progress_ja.jar
%%DATADIR%%/platform9/modules/locale/org-netbeans-api-progress_pl.jar
%%DATADIR%%/platform9/modules/locale/org-netbeans-api-progress_pt_BR.jar
%%DATADIR%%/platform9/modules/locale/org-netbeans-api-progress_sq.jar
%%DATADIR%%/platform9/modules/locale/org-netbeans-api-progress_zh_CN.jar
%%DATADIR%%/platform9/modules/locale/org-netbeans-api-progress_zh_TW.jar
%%DATADIR%%/platform9/modules/locale/org-netbeans-api-visual_de.jar
%%DATADIR%%/platform9/modules/locale/org-netbeans-api-visual_es.jar
%%DATADIR%%/platform9/modules/locale/org-netbeans-api-visual_fr.jar
%%DATADIR%%/platform9/modules/locale/org-netbeans-api-visual_it.jar
%%DATADIR%%/platform9/modules/locale/org-netbeans-api-visual_ja.jar
%%DATADIR%%/platform9/modules/locale/org-netbeans-api-visual_pl.jar
%%DATADIR%%/platform9/modules/locale/org-netbeans-api-visual_pt_BR.jar
%%DATADIR%%/platform9/modules/locale/org-netbeans-api-visual_sq.jar
%%DATADIR%%/platform9/modules/locale/org-netbeans-api-visual_zh_CN.jar
%%DATADIR%%/platform9/modules/locale/org-netbeans-api-visual_zh_TW.jar
%%DATADIR%%/platform9/modules/locale/org-netbeans-core-execution_de.jar
%%DATADIR%%/platform9/modules/locale/org-netbeans-core-execution_es.jar
%%DATADIR%%/platform9/modules/locale/org-netbeans-core-execution_fr.jar
%%DATADIR%%/platform9/modules/locale/org-netbeans-core-execution_it.jar
%%DATADIR%%/platform9/modules/locale/org-netbeans-core-execution_ja.jar
%%DATADIR%%/platform9/modules/locale/org-netbeans-core-execution_pl.jar
%%DATADIR%%/platform9/modules/locale/org-netbeans-core-execution_pt_BR.jar
%%DATADIR%%/platform9/modules/locale/org-netbeans-core-execution_sq.jar
%%DATADIR%%/platform9/modules/locale/org-netbeans-core-execution_zh_CN.jar
%%DATADIR%%/platform9/modules/locale/org-netbeans-core-execution_zh_TW.jar
%%DATADIR%%/platform9/modules/locale/org-netbeans-core-multiview_de.jar
%%DATADIR%%/platform9/modules/locale/org-netbeans-core-multiview_es.jar
%%DATADIR%%/platform9/modules/locale/org-netbeans-core-multiview_fr.jar
%%DATADIR%%/platform9/modules/locale/org-netbeans-core-multiview_it.jar
%%DATADIR%%/platform9/modules/locale/org-netbeans-core-multiview_ja.jar
%%DATADIR%%/platform9/modules/locale/org-netbeans-core-multiview_pl.jar
%%DATADIR%%/platform9/modules/locale/org-netbeans-core-multiview_pt_BR.jar
%%DATADIR%%/platform9/modules/locale/org-netbeans-core-multiview_sq.jar
%%DATADIR%%/platform9/modules/locale/org-netbeans-core-multiview_zh_CN.jar
%%DATADIR%%/platform9/modules/locale/org-netbeans-core-multiview_zh_TW.jar
%%DATADIR%%/platform9/modules/locale/org-netbeans-core-nativeaccess_de.jar
%%DATADIR%%/platform9/modules/locale/org-netbeans-core-nativeaccess_es.jar
%%DATADIR%%/platform9/modules/locale/org-netbeans-core-nativeaccess_fr.jar
%%DATADIR%%/platform9/modules/locale/org-netbeans-core-nativeaccess_it.jar
%%DATADIR%%/platform9/modules/locale/org-netbeans-core-nativeaccess_ja.jar
%%DATADIR%%/platform9/modules/locale/org-netbeans-core-nativeaccess_pl.jar
%%DATADIR%%/platform9/modules/locale/org-netbeans-core-nativeaccess_pt_BR.jar
%%DATADIR%%/platform9/modules/locale/org-netbeans-core-nativeaccess_sq.jar
%%DATADIR%%/platform9/modules/locale/org-netbeans-core-nativeaccess_zh_CN.jar
%%DATADIR%%/platform9/modules/locale/org-netbeans-core-nativeaccess_zh_TW.jar
%%DATADIR%%/platform9/modules/locale/org-netbeans-core-output2_de.jar
%%DATADIR%%/platform9/modules/locale/org-netbeans-core-output2_es.jar
%%DATADIR%%/platform9/modules/locale/org-netbeans-core-output2_fr.jar
%%DATADIR%%/platform9/modules/locale/org-netbeans-core-output2_it.jar
%%DATADIR%%/platform9/modules/locale/org-netbeans-core-output2_ja.jar
%%DATADIR%%/platform9/modules/locale/org-netbeans-core-output2_pl.jar
%%DATADIR%%/platform9/modules/locale/org-netbeans-core-output2_pt_BR.jar
%%DATADIR%%/platform9/modules/locale/org-netbeans-core-output2_sq.jar
%%DATADIR%%/platform9/modules/locale/org-netbeans-core-output2_zh_CN.jar
%%DATADIR%%/platform9/modules/locale/org-netbeans-core-output2_zh_TW.jar
%%DATADIR%%/platform9/modules/locale/org-netbeans-core-ui_de.jar
%%DATADIR%%/platform9/modules/locale/org-netbeans-core-ui_es.jar
%%DATADIR%%/platform9/modules/locale/org-netbeans-core-ui_fr.jar
%%DATADIR%%/platform9/modules/locale/org-netbeans-core-ui_it.jar
%%DATADIR%%/platform9/modules/locale/org-netbeans-core-ui_ja.jar
%%DATADIR%%/platform9/modules/locale/org-netbeans-core-ui_pl.jar
%%DATADIR%%/platform9/modules/locale/org-netbeans-core-ui_pt_BR.jar
%%DATADIR%%/platform9/modules/locale/org-netbeans-core-ui_sq.jar
%%DATADIR%%/platform9/modules/locale/org-netbeans-core-ui_zh_CN.jar
%%DATADIR%%/platform9/modules/locale/org-netbeans-core-ui_zh_TW.jar
%%DATADIR%%/platform9/modules/locale/org-netbeans-core-windows_de.jar
%%DATADIR%%/platform9/modules/locale/org-netbeans-core-windows_es.jar
%%DATADIR%%/platform9/modules/locale/org-netbeans-core-windows_fr.jar
%%DATADIR%%/platform9/modules/locale/org-netbeans-core-windows_it.jar
%%DATADIR%%/platform9/modules/locale/org-netbeans-core-windows_ja.jar
%%DATADIR%%/platform9/modules/locale/org-netbeans-core-windows_pl.jar
%%DATADIR%%/platform9/modules/locale/org-netbeans-core-windows_pt_BR.jar
%%DATADIR%%/platform9/modules/locale/org-netbeans-core-windows_sq.jar
%%DATADIR%%/platform9/modules/locale/org-netbeans-core-windows_zh_CN.jar
%%DATADIR%%/platform9/modules/locale/org-netbeans-core-windows_zh_TW.jar
%%DATADIR%%/platform9/modules/locale/org-netbeans-core_de.jar
%%DATADIR%%/platform9/modules/locale/org-netbeans-core_es.jar
%%DATADIR%%/platform9/modules/locale/org-netbeans-core_fr.jar
%%DATADIR%%/platform9/modules/locale/org-netbeans-core_it.jar
%%DATADIR%%/platform9/modules/locale/org-netbeans-core_ja.jar
%%DATADIR%%/platform9/modules/locale/org-netbeans-core_pl.jar
%%DATADIR%%/platform9/modules/locale/org-netbeans-core_pt_BR.jar
%%DATADIR%%/platform9/modules/locale/org-netbeans-core_sq.jar
%%DATADIR%%/platform9/modules/locale/org-netbeans-core_zh_CN.jar
%%DATADIR%%/platform9/modules/locale/org-netbeans-core_zh_TW.jar
%%DATADIR%%/platform9/modules/locale/org-netbeans-libs-jna_de.jar
%%DATADIR%%/platform9/modules/locale/org-netbeans-libs-jna_es.jar
%%DATADIR%%/platform9/modules/locale/org-netbeans-libs-jna_fr.jar
%%DATADIR%%/platform9/modules/locale/org-netbeans-libs-jna_it.jar
%%DATADIR%%/platform9/modules/locale/org-netbeans-libs-jna_ja.jar
%%DATADIR%%/platform9/modules/locale/org-netbeans-libs-jna_pl.jar
%%DATADIR%%/platform9/modules/locale/org-netbeans-libs-jna_pt_BR.jar
%%DATADIR%%/platform9/modules/locale/org-netbeans-libs-jna_sq.jar
%%DATADIR%%/platform9/modules/locale/org-netbeans-libs-jna_zh_CN.jar
%%DATADIR%%/platform9/modules/locale/org-netbeans-libs-jna_zh_TW.jar
%%DATADIR%%/platform9/modules/locale/org-netbeans-libs-jsr223_de.jar
%%DATADIR%%/platform9/modules/locale/org-netbeans-libs-jsr223_es.jar
%%DATADIR%%/platform9/modules/locale/org-netbeans-libs-jsr223_fr.jar
%%DATADIR%%/platform9/modules/locale/org-netbeans-libs-jsr223_it.jar
%%DATADIR%%/platform9/modules/locale/org-netbeans-libs-jsr223_ja.jar
%%DATADIR%%/platform9/modules/locale/org-netbeans-libs-jsr223_pl.jar
%%DATADIR%%/platform9/modules/locale/org-netbeans-libs-jsr223_pt_BR.jar
%%DATADIR%%/platform9/modules/locale/org-netbeans-libs-jsr223_sq.jar
%%DATADIR%%/platform9/modules/locale/org-netbeans-libs-jsr223_zh_CN.jar
%%DATADIR%%/platform9/modules/locale/org-netbeans-libs-jsr223_zh_TW.jar
%%DATADIR%%/platform9/modules/locale/org-netbeans-libs-junit4_de.jar
%%DATADIR%%/platform9/modules/locale/org-netbeans-libs-junit4_es.jar
%%DATADIR%%/platform9/modules/locale/org-netbeans-libs-junit4_fr.jar
%%DATADIR%%/platform9/modules/locale/org-netbeans-libs-junit4_it.jar
%%DATADIR%%/platform9/modules/locale/org-netbeans-libs-junit4_ja.jar
%%DATADIR%%/platform9/modules/locale/org-netbeans-libs-junit4_pl.jar
%%DATADIR%%/platform9/modules/locale/org-netbeans-libs-junit4_pt_BR.jar
%%DATADIR%%/platform9/modules/locale/org-netbeans-libs-junit4_sq.jar
%%DATADIR%%/platform9/modules/locale/org-netbeans-libs-junit4_zh_CN.jar
%%DATADIR%%/platform9/modules/locale/org-netbeans-libs-junit4_zh_TW.jar
%%DATADIR%%/platform9/modules/locale/org-netbeans-modules-applemenu_de.jar
%%DATADIR%%/platform9/modules/locale/org-netbeans-modules-applemenu_es.jar
%%DATADIR%%/platform9/modules/locale/org-netbeans-modules-applemenu_fr.jar
%%DATADIR%%/platform9/modules/locale/org-netbeans-modules-applemenu_it.jar
%%DATADIR%%/platform9/modules/locale/org-netbeans-modules-applemenu_ja.jar
%%DATADIR%%/platform9/modules/locale/org-netbeans-modules-applemenu_pl.jar
%%DATADIR%%/platform9/modules/locale/org-netbeans-modules-applemenu_pt_BR.jar
%%DATADIR%%/platform9/modules/locale/org-netbeans-modules-applemenu_sq.jar
%%DATADIR%%/platform9/modules/locale/org-netbeans-modules-applemenu_zh_CN.jar
%%DATADIR%%/platform9/modules/locale/org-netbeans-modules-applemenu_zh_TW.jar
%%DATADIR%%/platform9/modules/locale/org-netbeans-modules-autoupdate-services_de.jar
%%DATADIR%%/platform9/modules/locale/org-netbeans-modules-autoupdate-services_es.jar
%%DATADIR%%/platform9/modules/locale/org-netbeans-modules-autoupdate-services_fr.jar
%%DATADIR%%/platform9/modules/locale/org-netbeans-modules-autoupdate-services_it.jar
%%DATADIR%%/platform9/modules/locale/org-netbeans-modules-autoupdate-services_ja.jar
%%DATADIR%%/platform9/modules/locale/org-netbeans-modules-autoupdate-services_pl.jar
%%DATADIR%%/platform9/modules/locale/org-netbeans-modules-autoupdate-services_pt_BR.jar
%%DATADIR%%/platform9/modules/locale/org-netbeans-modules-autoupdate-services_sq.jar
%%DATADIR%%/platform9/modules/locale/org-netbeans-modules-autoupdate-services_zh_CN.jar
%%DATADIR%%/platform9/modules/locale/org-netbeans-modules-autoupdate-services_zh_TW.jar
%%DATADIR%%/platform9/modules/locale/org-netbeans-modules-autoupdate-ui_de.jar
%%DATADIR%%/platform9/modules/locale/org-netbeans-modules-autoupdate-ui_es.jar
%%DATADIR%%/platform9/modules/locale/org-netbeans-modules-autoupdate-ui_fr.jar
%%DATADIR%%/platform9/modules/locale/org-netbeans-modules-autoupdate-ui_it.jar
%%DATADIR%%/platform9/modules/locale/org-netbeans-modules-autoupdate-ui_ja.jar
%%DATADIR%%/platform9/modules/locale/org-netbeans-modules-autoupdate-ui_pl.jar
%%DATADIR%%/platform9/modules/locale/org-netbeans-modules-autoupdate-ui_pt_BR.jar
%%DATADIR%%/platform9/modules/locale/org-netbeans-modules-autoupdate-ui_sq.jar
%%DATADIR%%/platform9/modules/locale/org-netbeans-modules-autoupdate-ui_zh_CN.jar
%%DATADIR%%/platform9/modules/locale/org-netbeans-modules-autoupdate-ui_zh_TW.jar
%%DATADIR%%/platform9/modules/locale/org-netbeans-modules-core-kit_de.jar
%%DATADIR%%/platform9/modules/locale/org-netbeans-modules-core-kit_es.jar
%%DATADIR%%/platform9/modules/locale/org-netbeans-modules-core-kit_fr.jar
%%DATADIR%%/platform9/modules/locale/org-netbeans-modules-core-kit_it.jar
%%DATADIR%%/platform9/modules/locale/org-netbeans-modules-core-kit_ja.jar
%%DATADIR%%/platform9/modules/locale/org-netbeans-modules-core-kit_pl.jar
%%DATADIR%%/platform9/modules/locale/org-netbeans-modules-core-kit_pt_BR.jar
%%DATADIR%%/platform9/modules/locale/org-netbeans-modules-core-kit_sq.jar
%%DATADIR%%/platform9/modules/locale/org-netbeans-modules-core-kit_zh_CN.jar
%%DATADIR%%/platform9/modules/locale/org-netbeans-modules-core-kit_zh_TW.jar
%%DATADIR%%/platform9/modules/locale/org-netbeans-modules-editor-mimelookup-impl_de.jar
%%DATADIR%%/platform9/modules/locale/org-netbeans-modules-editor-mimelookup-impl_es.jar
%%DATADIR%%/platform9/modules/locale/org-netbeans-modules-editor-mimelookup-impl_fr.jar
%%DATADIR%%/platform9/modules/locale/org-netbeans-modules-editor-mimelookup-impl_it.jar
%%DATADIR%%/platform9/modules/locale/org-netbeans-modules-editor-mimelookup-impl_ja.jar
%%DATADIR%%/platform9/modules/locale/org-netbeans-modules-editor-mimelookup-impl_pl.jar
%%DATADIR%%/platform9/modules/locale/org-netbeans-modules-editor-mimelookup-impl_pt_BR.jar
%%DATADIR%%/platform9/modules/locale/org-netbeans-modules-editor-mimelookup-impl_sq.jar
%%DATADIR%%/platform9/modules/locale/org-netbeans-modules-editor-mimelookup-impl_zh_CN.jar
%%DATADIR%%/platform9/modules/locale/org-netbeans-modules-editor-mimelookup-impl_zh_TW.jar
%%DATADIR%%/platform9/modules/locale/org-netbeans-modules-editor-mimelookup_de.jar
%%DATADIR%%/platform9/modules/locale/org-netbeans-modules-editor-mimelookup_es.jar
%%DATADIR%%/platform9/modules/locale/org-netbeans-modules-editor-mimelookup_fr.jar
%%DATADIR%%/platform9/modules/locale/org-netbeans-modules-editor-mimelookup_it.jar
%%DATADIR%%/platform9/modules/locale/org-netbeans-modules-editor-mimelookup_ja.jar
%%DATADIR%%/platform9/modules/locale/org-netbeans-modules-editor-mimelookup_pl.jar
%%DATADIR%%/platform9/modules/locale/org-netbeans-modules-editor-mimelookup_pt_BR.jar
%%DATADIR%%/platform9/modules/locale/org-netbeans-modules-editor-mimelookup_sq.jar
%%DATADIR%%/platform9/modules/locale/org-netbeans-modules-editor-mimelookup_zh_CN.jar
%%DATADIR%%/platform9/modules/locale/org-netbeans-modules-editor-mimelookup_zh_TW.jar
%%DATADIR%%/platform9/modules/locale/org-netbeans-modules-favorites_de.jar
%%DATADIR%%/platform9/modules/locale/org-netbeans-modules-favorites_es.jar
%%DATADIR%%/platform9/modules/locale/org-netbeans-modules-favorites_fr.jar
%%DATADIR%%/platform9/modules/locale/org-netbeans-modules-favorites_it.jar
%%DATADIR%%/platform9/modules/locale/org-netbeans-modules-favorites_ja.jar
%%DATADIR%%/platform9/modules/locale/org-netbeans-modules-favorites_pl.jar
%%DATADIR%%/platform9/modules/locale/org-netbeans-modules-favorites_pt_BR.jar
%%DATADIR%%/platform9/modules/locale/org-netbeans-modules-favorites_sq.jar
%%DATADIR%%/platform9/modules/locale/org-netbeans-modules-favorites_zh_CN.jar
%%DATADIR%%/platform9/modules/locale/org-netbeans-modules-favorites_zh_TW.jar
%%DATADIR%%/platform9/modules/locale/org-netbeans-modules-javahelp_de.jar
%%DATADIR%%/platform9/modules/locale/org-netbeans-modules-javahelp_es.jar
%%DATADIR%%/platform9/modules/locale/org-netbeans-modules-javahelp_fr.jar
%%DATADIR%%/platform9/modules/locale/org-netbeans-modules-javahelp_it.jar
%%DATADIR%%/platform9/modules/locale/org-netbeans-modules-javahelp_ja.jar
%%DATADIR%%/platform9/modules/locale/org-netbeans-modules-javahelp_pl.jar
%%DATADIR%%/platform9/modules/locale/org-netbeans-modules-javahelp_pt_BR.jar
%%DATADIR%%/platform9/modules/locale/org-netbeans-modules-javahelp_sq.jar
%%DATADIR%%/platform9/modules/locale/org-netbeans-modules-javahelp_zh_CN.jar
%%DATADIR%%/platform9/modules/locale/org-netbeans-modules-javahelp_zh_TW.jar
%%DATADIR%%/platform9/modules/locale/org-netbeans-modules-masterfs_de.jar
%%DATADIR%%/platform9/modules/locale/org-netbeans-modules-masterfs_es.jar
%%DATADIR%%/platform9/modules/locale/org-netbeans-modules-masterfs_fr.jar
%%DATADIR%%/platform9/modules/locale/org-netbeans-modules-masterfs_it.jar
%%DATADIR%%/platform9/modules/locale/org-netbeans-modules-masterfs_ja.jar
%%DATADIR%%/platform9/modules/locale/org-netbeans-modules-masterfs_pl.jar
%%DATADIR%%/platform9/modules/locale/org-netbeans-modules-masterfs_pt_BR.jar
%%DATADIR%%/platform9/modules/locale/org-netbeans-modules-masterfs_sq.jar
%%DATADIR%%/platform9/modules/locale/org-netbeans-modules-masterfs_zh_CN.jar
%%DATADIR%%/platform9/modules/locale/org-netbeans-modules-masterfs_zh_TW.jar
%%DATADIR%%/platform9/modules/locale/org-netbeans-modules-options-api_de.jar
%%DATADIR%%/platform9/modules/locale/org-netbeans-modules-options-api_es.jar
%%DATADIR%%/platform9/modules/locale/org-netbeans-modules-options-api_fr.jar
%%DATADIR%%/platform9/modules/locale/org-netbeans-modules-options-api_it.jar
%%DATADIR%%/platform9/modules/locale/org-netbeans-modules-options-api_ja.jar
%%DATADIR%%/platform9/modules/locale/org-netbeans-modules-options-api_pl.jar
%%DATADIR%%/platform9/modules/locale/org-netbeans-modules-options-api_pt_BR.jar
%%DATADIR%%/platform9/modules/locale/org-netbeans-modules-options-api_sq.jar
%%DATADIR%%/platform9/modules/locale/org-netbeans-modules-options-api_zh_CN.jar
%%DATADIR%%/platform9/modules/locale/org-netbeans-modules-options-api_zh_TW.jar
%%DATADIR%%/platform9/modules/locale/org-netbeans-modules-options-keymap_de.jar
%%DATADIR%%/platform9/modules/locale/org-netbeans-modules-options-keymap_es.jar
%%DATADIR%%/platform9/modules/locale/org-netbeans-modules-options-keymap_fr.jar
%%DATADIR%%/platform9/modules/locale/org-netbeans-modules-options-keymap_it.jar
%%DATADIR%%/platform9/modules/locale/org-netbeans-modules-options-keymap_ja.jar
%%DATADIR%%/platform9/modules/locale/org-netbeans-modules-options-keymap_pl.jar
%%DATADIR%%/platform9/modules/locale/org-netbeans-modules-options-keymap_pt_BR.jar
%%DATADIR%%/platform9/modules/locale/org-netbeans-modules-options-keymap_sq.jar
%%DATADIR%%/platform9/modules/locale/org-netbeans-modules-options-keymap_zh_CN.jar
%%DATADIR%%/platform9/modules/locale/org-netbeans-modules-options-keymap_zh_TW.jar
%%DATADIR%%/platform9/modules/locale/org-netbeans-modules-progress-ui_de.jar
%%DATADIR%%/platform9/modules/locale/org-netbeans-modules-progress-ui_es.jar
%%DATADIR%%/platform9/modules/locale/org-netbeans-modules-progress-ui_fr.jar
%%DATADIR%%/platform9/modules/locale/org-netbeans-modules-progress-ui_it.jar
%%DATADIR%%/platform9/modules/locale/org-netbeans-modules-progress-ui_ja.jar
%%DATADIR%%/platform9/modules/locale/org-netbeans-modules-progress-ui_pl.jar
%%DATADIR%%/platform9/modules/locale/org-netbeans-modules-progress-ui_pt_BR.jar
%%DATADIR%%/platform9/modules/locale/org-netbeans-modules-progress-ui_sq.jar
%%DATADIR%%/platform9/modules/locale/org-netbeans-modules-progress-ui_zh_CN.jar
%%DATADIR%%/platform9/modules/locale/org-netbeans-modules-progress-ui_zh_TW.jar
%%DATADIR%%/platform9/modules/locale/org-netbeans-modules-queries_de.jar
%%DATADIR%%/platform9/modules/locale/org-netbeans-modules-queries_es.jar
%%DATADIR%%/platform9/modules/locale/org-netbeans-modules-queries_fr.jar
%%DATADIR%%/platform9/modules/locale/org-netbeans-modules-queries_it.jar
%%DATADIR%%/platform9/modules/locale/org-netbeans-modules-queries_ja.jar
%%DATADIR%%/platform9/modules/locale/org-netbeans-modules-queries_pl.jar
%%DATADIR%%/platform9/modules/locale/org-netbeans-modules-queries_pt_BR.jar
%%DATADIR%%/platform9/modules/locale/org-netbeans-modules-queries_sq.jar
%%DATADIR%%/platform9/modules/locale/org-netbeans-modules-queries_zh_CN.jar
%%DATADIR%%/platform9/modules/locale/org-netbeans-modules-queries_zh_TW.jar
%%DATADIR%%/platform9/modules/locale/org-netbeans-modules-sendopts_de.jar
%%DATADIR%%/platform9/modules/locale/org-netbeans-modules-sendopts_es.jar
%%DATADIR%%/platform9/modules/locale/org-netbeans-modules-sendopts_fr.jar
%%DATADIR%%/platform9/modules/locale/org-netbeans-modules-sendopts_it.jar
%%DATADIR%%/platform9/modules/locale/org-netbeans-modules-sendopts_ja.jar
%%DATADIR%%/platform9/modules/locale/org-netbeans-modules-sendopts_pl.jar
%%DATADIR%%/platform9/modules/locale/org-netbeans-modules-sendopts_pt_BR.jar
%%DATADIR%%/platform9/modules/locale/org-netbeans-modules-sendopts_sq.jar
%%DATADIR%%/platform9/modules/locale/org-netbeans-modules-sendopts_zh_CN.jar
%%DATADIR%%/platform9/modules/locale/org-netbeans-modules-sendopts_zh_TW.jar
%%DATADIR%%/platform9/modules/locale/org-netbeans-modules-settings_de.jar
%%DATADIR%%/platform9/modules/locale/org-netbeans-modules-settings_es.jar
%%DATADIR%%/platform9/modules/locale/org-netbeans-modules-settings_fr.jar
%%DATADIR%%/platform9/modules/locale/org-netbeans-modules-settings_it.jar
%%DATADIR%%/platform9/modules/locale/org-netbeans-modules-settings_ja.jar
%%DATADIR%%/platform9/modules/locale/org-netbeans-modules-settings_pl.jar
%%DATADIR%%/platform9/modules/locale/org-netbeans-modules-settings_pt_BR.jar
%%DATADIR%%/platform9/modules/locale/org-netbeans-modules-settings_sq.jar
%%DATADIR%%/platform9/modules/locale/org-netbeans-modules-settings_zh_CN.jar
%%DATADIR%%/platform9/modules/locale/org-netbeans-modules-settings_zh_TW.jar
%%DATADIR%%/platform9/modules/locale/org-netbeans-modules-templates_de.jar
%%DATADIR%%/platform9/modules/locale/org-netbeans-modules-templates_es.jar
%%DATADIR%%/platform9/modules/locale/org-netbeans-modules-templates_fr.jar
%%DATADIR%%/platform9/modules/locale/org-netbeans-modules-templates_it.jar
%%DATADIR%%/platform9/modules/locale/org-netbeans-modules-templates_ja.jar
%%DATADIR%%/platform9/modules/locale/org-netbeans-modules-templates_pl.jar
%%DATADIR%%/platform9/modules/locale/org-netbeans-modules-templates_pt_BR.jar
%%DATADIR%%/platform9/modules/locale/org-netbeans-modules-templates_sq.jar
%%DATADIR%%/platform9/modules/locale/org-netbeans-modules-templates_zh_CN.jar
%%DATADIR%%/platform9/modules/locale/org-netbeans-modules-templates_zh_TW.jar
%%DATADIR%%/platform9/modules/locale/org-netbeans-spi-quicksearch_de.jar
%%DATADIR%%/platform9/modules/locale/org-netbeans-spi-quicksearch_es.jar
%%DATADIR%%/platform9/modules/locale/org-netbeans-spi-quicksearch_fr.jar
%%DATADIR%%/platform9/modules/locale/org-netbeans-spi-quicksearch_it.jar
%%DATADIR%%/platform9/modules/locale/org-netbeans-spi-quicksearch_ja.jar
%%DATADIR%%/platform9/modules/locale/org-netbeans-spi-quicksearch_pl.jar
%%DATADIR%%/platform9/modules/locale/org-netbeans-spi-quicksearch_pt_BR.jar
%%DATADIR%%/platform9/modules/locale/org-netbeans-spi-quicksearch_sq.jar
%%DATADIR%%/platform9/modules/locale/org-netbeans-spi-quicksearch_zh_CN.jar
%%DATADIR%%/platform9/modules/locale/org-netbeans-spi-quicksearch_zh_TW.jar
%%DATADIR%%/platform9/modules/locale/org-netbeans-swing-outline_de.jar
%%DATADIR%%/platform9/modules/locale/org-netbeans-swing-outline_es.jar
%%DATADIR%%/platform9/modules/locale/org-netbeans-swing-outline_fr.jar
%%DATADIR%%/platform9/modules/locale/org-netbeans-swing-outline_it.jar
%%DATADIR%%/platform9/modules/locale/org-netbeans-swing-outline_ja.jar
%%DATADIR%%/platform9/modules/locale/org-netbeans-swing-outline_pl.jar
%%DATADIR%%/platform9/modules/locale/org-netbeans-swing-outline_pt_BR.jar
%%DATADIR%%/platform9/modules/locale/org-netbeans-swing-outline_sq.jar
%%DATADIR%%/platform9/modules/locale/org-netbeans-swing-outline_zh_CN.jar
%%DATADIR%%/platform9/modules/locale/org-netbeans-swing-outline_zh_TW.jar
%%DATADIR%%/platform9/modules/locale/org-netbeans-swing-plaf_de.jar
%%DATADIR%%/platform9/modules/locale/org-netbeans-swing-plaf_es.jar
%%DATADIR%%/platform9/modules/locale/org-netbeans-swing-plaf_fr.jar
%%DATADIR%%/platform9/modules/locale/org-netbeans-swing-plaf_it.jar
%%DATADIR%%/platform9/modules/locale/org-netbeans-swing-plaf_ja.jar
%%DATADIR%%/platform9/modules/locale/org-netbeans-swing-plaf_pl.jar
%%DATADIR%%/platform9/modules/locale/org-netbeans-swing-plaf_pt_BR.jar
%%DATADIR%%/platform9/modules/locale/org-netbeans-swing-plaf_sq.jar
%%DATADIR%%/platform9/modules/locale/org-netbeans-swing-plaf_zh_CN.jar
%%DATADIR%%/platform9/modules/locale/org-netbeans-swing-plaf_zh_TW.jar
%%DATADIR%%/platform9/modules/locale/org-netbeans-swing-tabcontrol_de.jar
%%DATADIR%%/platform9/modules/locale/org-netbeans-swing-tabcontrol_es.jar
%%DATADIR%%/platform9/modules/locale/org-netbeans-swing-tabcontrol_fr.jar
%%DATADIR%%/platform9/modules/locale/org-netbeans-swing-tabcontrol_it.jar
%%DATADIR%%/platform9/modules/locale/org-netbeans-swing-tabcontrol_ja.jar
%%DATADIR%%/platform9/modules/locale/org-netbeans-swing-tabcontrol_pl.jar
%%DATADIR%%/platform9/modules/locale/org-netbeans-swing-tabcontrol_pt_BR.jar
%%DATADIR%%/platform9/modules/locale/org-netbeans-swing-tabcontrol_sq.jar
%%DATADIR%%/platform9/modules/locale/org-netbeans-swing-tabcontrol_zh_CN.jar
%%DATADIR%%/platform9/modules/locale/org-netbeans-swing-tabcontrol_zh_TW.jar
%%DATADIR%%/platform9/modules/locale/org-openide-actions_de.jar
%%DATADIR%%/platform9/modules/locale/org-openide-actions_es.jar
%%DATADIR%%/platform9/modules/locale/org-openide-actions_fr.jar
%%DATADIR%%/platform9/modules/locale/org-openide-actions_it.jar
%%DATADIR%%/platform9/modules/locale/org-openide-actions_ja.jar
%%DATADIR%%/platform9/modules/locale/org-openide-actions_pl.jar
%%DATADIR%%/platform9/modules/locale/org-openide-actions_pt_BR.jar
%%DATADIR%%/platform9/modules/locale/org-openide-actions_sq.jar
%%DATADIR%%/platform9/modules/locale/org-openide-actions_zh_CN.jar
%%DATADIR%%/platform9/modules/locale/org-openide-actions_zh_TW.jar
%%DATADIR%%/platform9/modules/locale/org-openide-awt_de.jar
%%DATADIR%%/platform9/modules/locale/org-openide-awt_es.jar
%%DATADIR%%/platform9/modules/locale/org-openide-awt_fr.jar
%%DATADIR%%/platform9/modules/locale/org-openide-awt_it.jar
%%DATADIR%%/platform9/modules/locale/org-openide-awt_ja.jar
%%DATADIR%%/platform9/modules/locale/org-openide-awt_pl.jar
%%DATADIR%%/platform9/modules/locale/org-openide-awt_pt_BR.jar
%%DATADIR%%/platform9/modules/locale/org-openide-awt_sq.jar
%%DATADIR%%/platform9/modules/locale/org-openide-awt_zh_CN.jar
%%DATADIR%%/platform9/modules/locale/org-openide-awt_zh_TW.jar
%%DATADIR%%/platform9/modules/locale/org-openide-compat_de.jar
%%DATADIR%%/platform9/modules/locale/org-openide-compat_es.jar
%%DATADIR%%/platform9/modules/locale/org-openide-compat_fr.jar
%%DATADIR%%/platform9/modules/locale/org-openide-compat_it.jar
%%DATADIR%%/platform9/modules/locale/org-openide-compat_ja.jar
%%DATADIR%%/platform9/modules/locale/org-openide-compat_pl.jar
%%DATADIR%%/platform9/modules/locale/org-openide-compat_pt_BR.jar
%%DATADIR%%/platform9/modules/locale/org-openide-compat_sq.jar
%%DATADIR%%/platform9/modules/locale/org-openide-compat_zh_CN.jar
%%DATADIR%%/platform9/modules/locale/org-openide-compat_zh_TW.jar
%%DATADIR%%/platform9/modules/locale/org-openide-dialogs_de.jar
%%DATADIR%%/platform9/modules/locale/org-openide-dialogs_es.jar
%%DATADIR%%/platform9/modules/locale/org-openide-dialogs_fr.jar
%%DATADIR%%/platform9/modules/locale/org-openide-dialogs_it.jar
%%DATADIR%%/platform9/modules/locale/org-openide-dialogs_ja.jar
%%DATADIR%%/platform9/modules/locale/org-openide-dialogs_pl.jar
%%DATADIR%%/platform9/modules/locale/org-openide-dialogs_pt_BR.jar
%%DATADIR%%/platform9/modules/locale/org-openide-dialogs_sq.jar
%%DATADIR%%/platform9/modules/locale/org-openide-dialogs_zh_CN.jar
%%DATADIR%%/platform9/modules/locale/org-openide-dialogs_zh_TW.jar
%%DATADIR%%/platform9/modules/locale/org-openide-execution_de.jar
%%DATADIR%%/platform9/modules/locale/org-openide-execution_es.jar
%%DATADIR%%/platform9/modules/locale/org-openide-execution_fr.jar
%%DATADIR%%/platform9/modules/locale/org-openide-execution_it.jar
%%DATADIR%%/platform9/modules/locale/org-openide-execution_ja.jar
%%DATADIR%%/platform9/modules/locale/org-openide-execution_pl.jar
%%DATADIR%%/platform9/modules/locale/org-openide-execution_pt_BR.jar
%%DATADIR%%/platform9/modules/locale/org-openide-execution_sq.jar
%%DATADIR%%/platform9/modules/locale/org-openide-execution_zh_CN.jar
%%DATADIR%%/platform9/modules/locale/org-openide-execution_zh_TW.jar
%%DATADIR%%/platform9/modules/locale/org-openide-explorer_de.jar
%%DATADIR%%/platform9/modules/locale/org-openide-explorer_es.jar
%%DATADIR%%/platform9/modules/locale/org-openide-explorer_fr.jar
%%DATADIR%%/platform9/modules/locale/org-openide-explorer_it.jar
%%DATADIR%%/platform9/modules/locale/org-openide-explorer_ja.jar
%%DATADIR%%/platform9/modules/locale/org-openide-explorer_pl.jar
%%DATADIR%%/platform9/modules/locale/org-openide-explorer_pt_BR.jar
%%DATADIR%%/platform9/modules/locale/org-openide-explorer_sq.jar
%%DATADIR%%/platform9/modules/locale/org-openide-explorer_zh_CN.jar
%%DATADIR%%/platform9/modules/locale/org-openide-explorer_zh_TW.jar
%%DATADIR%%/platform9/modules/locale/org-openide-io_de.jar
%%DATADIR%%/platform9/modules/locale/org-openide-io_es.jar
%%DATADIR%%/platform9/modules/locale/org-openide-io_fr.jar
%%DATADIR%%/platform9/modules/locale/org-openide-io_it.jar
%%DATADIR%%/platform9/modules/locale/org-openide-io_ja.jar
%%DATADIR%%/platform9/modules/locale/org-openide-io_pl.jar
%%DATADIR%%/platform9/modules/locale/org-openide-io_pt_BR.jar
%%DATADIR%%/platform9/modules/locale/org-openide-io_sq.jar
%%DATADIR%%/platform9/modules/locale/org-openide-io_zh_CN.jar
%%DATADIR%%/platform9/modules/locale/org-openide-io_zh_TW.jar
%%DATADIR%%/platform9/modules/locale/org-openide-loaders_de.jar
%%DATADIR%%/platform9/modules/locale/org-openide-loaders_es.jar
%%DATADIR%%/platform9/modules/locale/org-openide-loaders_fr.jar
%%DATADIR%%/platform9/modules/locale/org-openide-loaders_it.jar
%%DATADIR%%/platform9/modules/locale/org-openide-loaders_ja.jar
%%DATADIR%%/platform9/modules/locale/org-openide-loaders_pl.jar
%%DATADIR%%/platform9/modules/locale/org-openide-loaders_pt_BR.jar
%%DATADIR%%/platform9/modules/locale/org-openide-loaders_sq.jar
%%DATADIR%%/platform9/modules/locale/org-openide-loaders_zh_CN.jar
%%DATADIR%%/platform9/modules/locale/org-openide-loaders_zh_TW.jar
%%DATADIR%%/platform9/modules/locale/org-openide-nodes_de.jar
%%DATADIR%%/platform9/modules/locale/org-openide-nodes_es.jar
%%DATADIR%%/platform9/modules/locale/org-openide-nodes_fr.jar
%%DATADIR%%/platform9/modules/locale/org-openide-nodes_it.jar
%%DATADIR%%/platform9/modules/locale/org-openide-nodes_ja.jar
%%DATADIR%%/platform9/modules/locale/org-openide-nodes_pl.jar
%%DATADIR%%/platform9/modules/locale/org-openide-nodes_pt_BR.jar
%%DATADIR%%/platform9/modules/locale/org-openide-nodes_sq.jar
%%DATADIR%%/platform9/modules/locale/org-openide-nodes_zh_CN.jar
%%DATADIR%%/platform9/modules/locale/org-openide-nodes_zh_TW.jar
%%DATADIR%%/platform9/modules/locale/org-openide-options_de.jar
%%DATADIR%%/platform9/modules/locale/org-openide-options_es.jar
%%DATADIR%%/platform9/modules/locale/org-openide-options_fr.jar
%%DATADIR%%/platform9/modules/locale/org-openide-options_it.jar
%%DATADIR%%/platform9/modules/locale/org-openide-options_ja.jar
%%DATADIR%%/platform9/modules/locale/org-openide-options_pl.jar
%%DATADIR%%/platform9/modules/locale/org-openide-options_pt_BR.jar
%%DATADIR%%/platform9/modules/locale/org-openide-options_sq.jar
%%DATADIR%%/platform9/modules/locale/org-openide-options_zh_CN.jar
%%DATADIR%%/platform9/modules/locale/org-openide-options_zh_TW.jar
%%DATADIR%%/platform9/modules/locale/org-openide-text_de.jar
%%DATADIR%%/platform9/modules/locale/org-openide-text_es.jar
%%DATADIR%%/platform9/modules/locale/org-openide-text_fr.jar
%%DATADIR%%/platform9/modules/locale/org-openide-text_it.jar
%%DATADIR%%/platform9/modules/locale/org-openide-text_ja.jar
%%DATADIR%%/platform9/modules/locale/org-openide-text_pl.jar
%%DATADIR%%/platform9/modules/locale/org-openide-text_pt_BR.jar
%%DATADIR%%/platform9/modules/locale/org-openide-text_sq.jar
%%DATADIR%%/platform9/modules/locale/org-openide-text_zh_CN.jar
%%DATADIR%%/platform9/modules/locale/org-openide-text_zh_TW.jar
%%DATADIR%%/platform9/modules/locale/org-openide-util-enumerations_de.jar
%%DATADIR%%/platform9/modules/locale/org-openide-util-enumerations_es.jar
%%DATADIR%%/platform9/modules/locale/org-openide-util-enumerations_fr.jar
%%DATADIR%%/platform9/modules/locale/org-openide-util-enumerations_it.jar
%%DATADIR%%/platform9/modules/locale/org-openide-util-enumerations_ja.jar
%%DATADIR%%/platform9/modules/locale/org-openide-util-enumerations_pl.jar
%%DATADIR%%/platform9/modules/locale/org-openide-util-enumerations_pt_BR.jar
%%DATADIR%%/platform9/modules/locale/org-openide-util-enumerations_sq.jar
%%DATADIR%%/platform9/modules/locale/org-openide-util-enumerations_zh_CN.jar
%%DATADIR%%/platform9/modules/locale/org-openide-util-enumerations_zh_TW.jar
%%DATADIR%%/platform9/modules/locale/org-openide-windows_de.jar
%%DATADIR%%/platform9/modules/locale/org-openide-windows_es.jar
%%DATADIR%%/platform9/modules/locale/org-openide-windows_fr.jar
%%DATADIR%%/platform9/modules/locale/org-openide-windows_it.jar
%%DATADIR%%/platform9/modules/locale/org-openide-windows_ja.jar
%%DATADIR%%/platform9/modules/locale/org-openide-windows_pl.jar
%%DATADIR%%/platform9/modules/locale/org-openide-windows_pt_BR.jar
%%DATADIR%%/platform9/modules/locale/org-openide-windows_sq.jar
%%DATADIR%%/platform9/modules/locale/org-openide-windows_zh_CN.jar
%%DATADIR%%/platform9/modules/locale/org-openide-windows_zh_TW.jar
%%DATADIR%%/platform9/modules/org-jdesktop-layout.jar
%%DATADIR%%/platform9/modules/org-netbeans-api-progress.jar
%%DATADIR%%/platform9/modules/org-netbeans-api-visual.jar
%%DATADIR%%/platform9/modules/org-netbeans-core-execution.jar
%%DATADIR%%/platform9/modules/org-netbeans-core-multiview.jar
%%DATADIR%%/platform9/modules/org-netbeans-core-nativeaccess.jar
%%DATADIR%%/platform9/modules/org-netbeans-core-output2.jar
%%DATADIR%%/platform9/modules/org-netbeans-core-ui.jar
%%DATADIR%%/platform9/modules/org-netbeans-core-windows.jar
%%DATADIR%%/platform9/modules/org-netbeans-core.jar
%%DATADIR%%/platform9/modules/org-netbeans-libs-jna.jar
%%DATADIR%%/platform9/modules/org-netbeans-libs-jsr223.jar
%%DATADIR%%/platform9/modules/org-netbeans-libs-junit4.jar
%%DATADIR%%/platform9/modules/org-netbeans-modules-applemenu.jar
%%DATADIR%%/platform9/modules/org-netbeans-modules-autoupdate-services.jar
%%DATADIR%%/platform9/modules/org-netbeans-modules-autoupdate-ui.jar
%%DATADIR%%/platform9/modules/org-netbeans-modules-core-kit.jar
%%DATADIR%%/platform9/modules/org-netbeans-modules-editor-mimelookup-impl.jar
%%DATADIR%%/platform9/modules/org-netbeans-modules-editor-mimelookup.jar
%%DATADIR%%/platform9/modules/org-netbeans-modules-favorites.jar
%%DATADIR%%/platform9/modules/org-netbeans-modules-javahelp.jar
%%DATADIR%%/platform9/modules/org-netbeans-modules-masterfs.jar
%%DATADIR%%/platform9/modules/org-netbeans-modules-options-api.jar
%%DATADIR%%/platform9/modules/org-netbeans-modules-options-keymap.jar
%%DATADIR%%/platform9/modules/org-netbeans-modules-progress-ui.jar
%%DATADIR%%/platform9/modules/org-netbeans-modules-queries.jar
%%DATADIR%%/platform9/modules/org-netbeans-modules-sendopts.jar
%%DATADIR%%/platform9/modules/org-netbeans-modules-settings.jar
%%DATADIR%%/platform9/modules/org-netbeans-modules-templates.jar
%%DATADIR%%/platform9/modules/org-netbeans-spi-quicksearch.jar
%%DATADIR%%/platform9/modules/org-netbeans-swing-outline.jar
%%DATADIR%%/platform9/modules/org-netbeans-swing-plaf.jar
%%DATADIR%%/platform9/modules/org-netbeans-swing-tabcontrol.jar
%%DATADIR%%/platform9/modules/org-openide-actions.jar
%%DATADIR%%/platform9/modules/org-openide-awt.jar
%%DATADIR%%/platform9/modules/org-openide-compat.jar
%%DATADIR%%/platform9/modules/org-openide-dialogs.jar
%%DATADIR%%/platform9/modules/org-openide-execution.jar
%%DATADIR%%/platform9/modules/org-openide-explorer.jar
%%DATADIR%%/platform9/modules/org-openide-io.jar
%%DATADIR%%/platform9/modules/org-openide-loaders.jar
%%DATADIR%%/platform9/modules/org-openide-nodes.jar
%%DATADIR%%/platform9/modules/org-openide-options.jar
%%DATADIR%%/platform9/modules/org-openide-text.jar
%%DATADIR%%/platform9/modules/org-openide-util-enumerations.jar
%%DATADIR%%/platform9/modules/org-openide-windows.jar
%%DATADIR%%/platform9/update_tracking/org-jdesktop-layout.xml
%%DATADIR%%/platform9/update_tracking/org-netbeans-api-progress.xml
%%DATADIR%%/platform9/update_tracking/org-netbeans-api-visual.xml
%%DATADIR%%/platform9/update_tracking/org-netbeans-bootstrap.xml
%%DATADIR%%/platform9/update_tracking/org-netbeans-core-execution.xml
%%DATADIR%%/platform9/update_tracking/org-netbeans-core-multiview.xml
%%DATADIR%%/platform9/update_tracking/org-netbeans-core-nativeaccess.xml
%%DATADIR%%/platform9/update_tracking/org-netbeans-core-output2.xml
%%DATADIR%%/platform9/update_tracking/org-netbeans-core-startup.xml
%%DATADIR%%/platform9/update_tracking/org-netbeans-core-ui.xml
%%DATADIR%%/platform9/update_tracking/org-netbeans-core-windows.xml
%%DATADIR%%/platform9/update_tracking/org-netbeans-core.xml
%%DATADIR%%/platform9/update_tracking/org-netbeans-libs-jna.xml
%%DATADIR%%/platform9/update_tracking/org-netbeans-libs-jsr223.xml
%%DATADIR%%/platform9/update_tracking/org-netbeans-libs-junit4.xml
%%DATADIR%%/platform9/update_tracking/org-netbeans-modules-applemenu.xml
%%DATADIR%%/platform9/update_tracking/org-netbeans-modules-autoupdate-services.xml
%%DATADIR%%/platform9/update_tracking/org-netbeans-modules-autoupdate-ui.xml
%%DATADIR%%/platform9/update_tracking/org-netbeans-modules-core-kit.xml
%%DATADIR%%/platform9/update_tracking/org-netbeans-modules-editor-mimelookup-impl.xml
%%DATADIR%%/platform9/update_tracking/org-netbeans-modules-editor-mimelookup.xml
%%DATADIR%%/platform9/update_tracking/org-netbeans-modules-favorites.xml
%%DATADIR%%/platform9/update_tracking/org-netbeans-modules-javahelp.xml
%%DATADIR%%/platform9/update_tracking/org-netbeans-modules-masterfs.xml
%%DATADIR%%/platform9/update_tracking/org-netbeans-modules-options-api.xml
%%DATADIR%%/platform9/update_tracking/org-netbeans-modules-options-keymap.xml
%%DATADIR%%/platform9/update_tracking/org-netbeans-modules-progress-ui.xml
%%DATADIR%%/platform9/update_tracking/org-netbeans-modules-queries.xml
%%DATADIR%%/platform9/update_tracking/org-netbeans-modules-sendopts.xml
%%DATADIR%%/platform9/update_tracking/org-netbeans-modules-settings.xml
%%DATADIR%%/platform9/update_tracking/org-netbeans-modules-templates.xml
%%DATADIR%%/platform9/update_tracking/org-netbeans-spi-quicksearch.xml
%%DATADIR%%/platform9/update_tracking/org-netbeans-swing-outline.xml
%%DATADIR%%/platform9/update_tracking/org-netbeans-swing-plaf.xml
%%DATADIR%%/platform9/update_tracking/org-netbeans-swing-tabcontrol.xml
%%DATADIR%%/platform9/update_tracking/org-openide-actions.xml
%%DATADIR%%/platform9/update_tracking/org-openide-awt.xml
%%DATADIR%%/platform9/update_tracking/org-openide-compat.xml
%%DATADIR%%/platform9/update_tracking/org-openide-dialogs.xml
%%DATADIR%%/platform9/update_tracking/org-openide-execution.xml
%%DATADIR%%/platform9/update_tracking/org-openide-explorer.xml
%%DATADIR%%/platform9/update_tracking/org-openide-filesystems.xml
%%DATADIR%%/platform9/update_tracking/org-openide-io.xml
%%DATADIR%%/platform9/update_tracking/org-openide-loaders.xml
%%DATADIR%%/platform9/update_tracking/org-openide-modules.xml
%%DATADIR%%/platform9/update_tracking/org-openide-nodes.xml
%%DATADIR%%/platform9/update_tracking/org-openide-options.xml
%%DATADIR%%/platform9/update_tracking/org-openide-text.xml
%%DATADIR%%/platform9/update_tracking/org-openide-util-enumerations.xml
%%DATADIR%%/platform9/update_tracking/org-openide-util.xml
%%DATADIR%%/platform9/update_tracking/org-openide-windows.xml
%%DATADIR%%/readme.txt