aboutsummaryrefslogtreecommitdiffstats
path: root/graphics/geoserver/pkg-plist
blob: ad7ad95d605ab246cd035207dfd5b3fa1161209c (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
@unexec if cmp -s %D/%%G%%/data_dir/coverages/arc_sample/info.xml %D/%%G%%/data_dir/coverages/arc_sample/info.xml.sample; then rm -f %D/%%G%%/data_dir/coverages/arc_sample/info.xml; fi
@unexec if cmp -s %D/%%G%%/data_dir/coverages/img_sample/info.xml %D/%%G%%/data_dir/coverages/img_sample/info.xml.sample; then rm -f %D/%%G%%/data_dir/coverages/img_sample/info.xml; fi
@unexec if cmp -s %D/%%G%%/data_dir/coverages/mosaic_sample/info.xml %D/%%G%%/data_dir/coverages/mosaic_sample/info.xml.sample; then rm -f %D/%%G%%/data_dir/coverages/mosaic_sample/info.xml; fi
@unexec if cmp -s %D/%%G%%/data_dir/coverages/mosaic_sample/mosaic.properties %D/%%G%%/data_dir/coverages/mosaic_sample/mosaic.properties.sample; then rm -f %D/%%G%%/data_dir/coverages/mosaic_sample/mosaic.properties; fi
@unexec if cmp -s %D/%%G%%/data_dir/demo/WCS_describeCoverage.xml %D/%%G%%/data_dir/demo/WCS_describeCoverage.xml.sample; then rm -f %D/%%G%%/data_dir/demo/WCS_describeCoverage.xml; fi
@unexec if cmp -s %D/%%G%%/data_dir/demo/WCS_getCapabilities.xml %D/%%G%%/data_dir/demo/WCS_getCapabilities.xml.sample; then rm -f %D/%%G%%/data_dir/demo/WCS_getCapabilities.xml; fi
@unexec if cmp -s %D/%%G%%/data_dir/demo/WCS_getCoverage.xml %D/%%G%%/data_dir/demo/WCS_getCoverage.xml.sample; then rm -f %D/%%G%%/data_dir/demo/WCS_getCoverage.xml; fi
@unexec if cmp -s %D/%%G%%/data_dir/demo/WFS_describeFeatureType-1.0.xml %D/%%G%%/data_dir/demo/WFS_describeFeatureType-1.0.xml.sample; then rm -f %D/%%G%%/data_dir/demo/WFS_describeFeatureType-1.0.xml; fi
@unexec if cmp -s %D/%%G%%/data_dir/demo/WFS_describeFeatureType-1.1.xml %D/%%G%%/data_dir/demo/WFS_describeFeatureType-1.1.xml.sample; then rm -f %D/%%G%%/data_dir/demo/WFS_describeFeatureType-1.1.xml; fi
@unexec if cmp -s %D/%%G%%/data_dir/demo/WFS_getCapabilities-1.0.xml %D/%%G%%/data_dir/demo/WFS_getCapabilities-1.0.xml.sample; then rm -f %D/%%G%%/data_dir/demo/WFS_getCapabilities-1.0.xml; fi
@unexec if cmp -s %D/%%G%%/data_dir/demo/WFS_getCapabilities-1.1.xml %D/%%G%%/data_dir/demo/WFS_getCapabilities-1.1.xml.sample; then rm -f %D/%%G%%/data_dir/demo/WFS_getCapabilities-1.1.xml; fi
@unexec if cmp -s %D/%%G%%/data_dir/demo/WFS_getFeature-1.0.xml %D/%%G%%/data_dir/demo/WFS_getFeature-1.0.xml.sample; then rm -f %D/%%G%%/data_dir/demo/WFS_getFeature-1.0.xml; fi
@unexec if cmp -s %D/%%G%%/data_dir/demo/WFS_getFeature-1.1.xml %D/%%G%%/data_dir/demo/WFS_getFeature-1.1.xml.sample; then rm -f %D/%%G%%/data_dir/demo/WFS_getFeature-1.1.xml; fi
@unexec if cmp -s %D/%%G%%/data_dir/demo/WFS_getFeatureBBOX-1.0.xml %D/%%G%%/data_dir/demo/WFS_getFeatureBBOX-1.0.xml.sample; then rm -f %D/%%G%%/data_dir/demo/WFS_getFeatureBBOX-1.0.xml; fi
@unexec if cmp -s %D/%%G%%/data_dir/demo/WFS_getFeatureBBOX-1.1.xml %D/%%G%%/data_dir/demo/WFS_getFeatureBBOX-1.1.xml.sample; then rm -f %D/%%G%%/data_dir/demo/WFS_getFeatureBBOX-1.1.xml; fi
@unexec if cmp -s %D/%%G%%/data_dir/demo/WFS_getFeatureBetween-1.0.xml %D/%%G%%/data_dir/demo/WFS_getFeatureBetween-1.0.xml.sample; then rm -f %D/%%G%%/data_dir/demo/WFS_getFeatureBetween-1.0.xml; fi
@unexec if cmp -s %D/%%G%%/data_dir/demo/WFS_getFeatureBetween-1.1.xml %D/%%G%%/data_dir/demo/WFS_getFeatureBetween-1.1.xml.sample; then rm -f %D/%%G%%/data_dir/demo/WFS_getFeatureBetween-1.1.xml; fi
@unexec if cmp -s %D/%%G%%/data_dir/demo/WFS_getFeatureIntersects-1.0.xml %D/%%G%%/data_dir/demo/WFS_getFeatureIntersects-1.0.xml.sample; then rm -f %D/%%G%%/data_dir/demo/WFS_getFeatureIntersects-1.0.xml; fi
@unexec if cmp -s %D/%%G%%/data_dir/demo/WFS_getFeatureIntersects-1.1.xml %D/%%G%%/data_dir/demo/WFS_getFeatureIntersects-1.1.xml.sample; then rm -f %D/%%G%%/data_dir/demo/WFS_getFeatureIntersects-1.1.xml; fi
@unexec if cmp -s %D/%%G%%/data_dir/demo/WFS_mathGetFeature.xml %D/%%G%%/data_dir/demo/WFS_mathGetFeature.xml.sample; then rm -f %D/%%G%%/data_dir/demo/WFS_mathGetFeature.xml; fi
@unexec if cmp -s %D/%%G%%/data_dir/demo/WFS_transactionDelete.xml %D/%%G%%/data_dir/demo/WFS_transactionDelete.xml.sample; then rm -f %D/%%G%%/data_dir/demo/WFS_transactionDelete.xml; fi
@unexec if cmp -s %D/%%G%%/data_dir/demo/WFS_transactionInsert.xml %D/%%G%%/data_dir/demo/WFS_transactionInsert.xml.sample; then rm -f %D/%%G%%/data_dir/demo/WFS_transactionInsert.xml; fi
@unexec if cmp -s %D/%%G%%/data_dir/demo/WFS_transactionUpdate.xml %D/%%G%%/data_dir/demo/WFS_transactionUpdate.xml.sample; then rm -f %D/%%G%%/data_dir/demo/WFS_transactionUpdate.xml; fi
@unexec if cmp -s %D/%%G%%/data_dir/demo/WFS_transactionUpdateGeom.xml %D/%%G%%/data_dir/demo/WFS_transactionUpdateGeom.xml.sample; then rm -f %D/%%G%%/data_dir/demo/WFS_transactionUpdateGeom.xml; fi
@unexec if cmp -s %D/%%G%%/data_dir/demo/WMS_getMap_inlineFeatureSmile.xml %D/%%G%%/data_dir/demo/WMS_getMap_inlineFeatureSmile.xml.sample; then rm -f %D/%%G%%/data_dir/demo/WMS_getMap_inlineFeatureSmile.xml; fi
@unexec if cmp -s %D/%%G%%/data_dir/global.xml %D/%%G%%/data_dir/global.xml.sample; then rm -f %D/%%G%%/data_dir/global.xml; fi
@unexec if cmp -s %D/%%G%%/data_dir/layergroups/spearfish.xml %D/%%G%%/data_dir/layergroups/spearfish.xml.sample; then rm -f %D/%%G%%/data_dir/layergroups/spearfish.xml; fi
@unexec if cmp -s %D/%%G%%/data_dir/layergroups/tasmania.xml %D/%%G%%/data_dir/layergroups/tasmania.xml.sample; then rm -f %D/%%G%%/data_dir/layergroups/tasmania.xml; fi
@unexec if cmp -s %D/%%G%%/data_dir/layergroups/tiger-ny.xml %D/%%G%%/data_dir/layergroups/tiger-ny.xml.sample; then rm -f %D/%%G%%/data_dir/layergroups/tiger-ny.xml; fi
@unexec if cmp -s %D/%%G%%/data_dir/logging.xml %D/%%G%%/data_dir/logging.xml.sample; then rm -f %D/%%G%%/data_dir/logging.xml; fi
@unexec if cmp -s %D/%%G%%/data_dir/logs/DEFAULT_LOGGING.properties  %D/%%G%%/data_dir/logs/DEFAULT_LOGGING.properties.sample; then rm -f %D/%%G%%/data_dir/logs/DEFAULT_LOGGING.properties; fi
@unexec if cmp -s %D/%%G%%/data_dir/logs/GEOSERVER_DEVELOPER_LOGGING.properties  %D/%%G%%/data_dir/logs/GEOSERVER_DEVELOPER_LOGGING.properties.sample; then rm -f %D/%%G%%/data_dir/logs/GEOSERVER_DEVELOPER_LOGGING.properties; fi
@unexec if cmp -s %D/%%G%%/data_dir/logs/GEOTOOLS_DEVELOPER_LOGGING.properties  %D/%%G%%/data_dir/logs/GEOTOOLS_DEVELOPER_LOGGING.properties.sample; then rm -f %D/%%G%%/data_dir/logs/GEOTOOLS_DEVELOPER_LOGGING.properties; fi
@unexec if cmp -s %D/%%G%%/data_dir/logs/PRODUCTION_LOGGING.properties  %D/%%G%%/data_dir/logs/PRODUCTION_LOGGING.properties.sample; then rm -f %D/%%G%%/data_dir/logs/PRODUCTION_LOGGING.properties; fi
@unexec if cmp -s %D/%%G%%/data_dir/logs/VERBOSE_LOGGING.properties  %D/%%G%%/data_dir/logs/VERBOSE_LOGGING.properties.sample; then rm -f %D/%%G%%/data_dir/logs/VERBOSE_LOGGING.properties; fi
@unexec if cmp -s %D/%%G%%/data_dir/plugIns/AddressGap.xml %D/%%G%%/data_dir/plugIns/AddressGap.xml.sample; then rm -f %D/%%G%%/data_dir/plugIns/AddressGap.xml; fi
@unexec if cmp -s %D/%%G%%/data_dir/plugIns/AddressOverlap.xml %D/%%G%%/data_dir/plugIns/AddressOverlap.xml.sample; then rm -f %D/%%G%%/data_dir/plugIns/AddressOverlap.xml; fi
@unexec if cmp -s %D/%%G%%/data_dir/plugIns/AngleSize.xml %D/%%G%%/data_dir/plugIns/AngleSize.xml.sample; then rm -f %D/%%G%%/data_dir/plugIns/AngleSize.xml; fi
@unexec if cmp -s %D/%%G%%/data_dir/plugIns/Attribute.xml %D/%%G%%/data_dir/plugIns/Attribute.xml.sample; then rm -f %D/%%G%%/data_dir/plugIns/Attribute.xml; fi
@unexec if cmp -s %D/%%G%%/data_dir/plugIns/Constraint.xml %D/%%G%%/data_dir/plugIns/Constraint.xml.sample; then rm -f %D/%%G%%/data_dir/plugIns/Constraint.xml; fi
@unexec if cmp -s %D/%%G%%/data_dir/plugIns/ContainsIntegrity.xml %D/%%G%%/data_dir/plugIns/ContainsIntegrity.xml.sample; then rm -f %D/%%G%%/data_dir/plugIns/ContainsIntegrity.xml; fi
@unexec if cmp -s %D/%%G%%/data_dir/plugIns/CrossesIntegrity.xml %D/%%G%%/data_dir/plugIns/CrossesIntegrity.xml.sample; then rm -f %D/%%G%%/data_dir/plugIns/CrossesIntegrity.xml; fi
@unexec if cmp -s %D/%%G%%/data_dir/plugIns/DisjointIntegrity.xml %D/%%G%%/data_dir/plugIns/DisjointIntegrity.xml.sample; then rm -f %D/%%G%%/data_dir/plugIns/DisjointIntegrity.xml; fi
@unexec if cmp -s %D/%%G%%/data_dir/plugIns/Domain.xml %D/%%G%%/data_dir/plugIns/Domain.xml.sample; then rm -f %D/%%G%%/data_dir/plugIns/Domain.xml; fi
@unexec if cmp -s %D/%%G%%/data_dir/plugIns/Equality.xml %D/%%G%%/data_dir/plugIns/Equality.xml.sample; then rm -f %D/%%G%%/data_dir/plugIns/Equality.xml; fi
@unexec if cmp -s %D/%%G%%/data_dir/plugIns/GazetteerName.xml %D/%%G%%/data_dir/plugIns/GazetteerName.xml.sample; then rm -f %D/%%G%%/data_dir/plugIns/GazetteerName.xml; fi
@unexec if cmp -s %D/%%G%%/data_dir/plugIns/IntersectsIntegrity.xml %D/%%G%%/data_dir/plugIns/IntersectsIntegrity.xml.sample; then rm -f %D/%%G%%/data_dir/plugIns/IntersectsIntegrity.xml; fi
@unexec if cmp -s %D/%%G%%/data_dir/plugIns/IsValidGeometry.xml %D/%%G%%/data_dir/plugIns/IsValidGeometry.xml.sample; then rm -f %D/%%G%%/data_dir/plugIns/IsValidGeometry.xml; fi
@unexec if cmp -s %D/%%G%%/data_dir/plugIns/LineCoveredByFeatureLine.xml %D/%%G%%/data_dir/plugIns/LineCoveredByFeatureLine.xml.sample; then rm -f %D/%%G%%/data_dir/plugIns/LineCoveredByFeatureLine.xml; fi
@unexec if cmp -s %D/%%G%%/data_dir/plugIns/LineCoveredByPolygon.xml %D/%%G%%/data_dir/plugIns/LineCoveredByPolygon.xml.sample; then rm -f %D/%%G%%/data_dir/plugIns/LineCoveredByPolygon.xml; fi
@unexec if cmp -s %D/%%G%%/data_dir/plugIns/LineCoveredByPolygonBoundary.xml %D/%%G%%/data_dir/plugIns/LineCoveredByPolygonBoundary.xml.sample; then rm -f %D/%%G%%/data_dir/plugIns/LineCoveredByPolygonBoundary.xml; fi
@unexec if cmp -s %D/%%G%%/data_dir/plugIns/LineEndPointCoveredByLine.xml %D/%%G%%/data_dir/plugIns/LineEndPointCoveredByLine.xml.sample; then rm -f %D/%%G%%/data_dir/plugIns/LineEndPointCoveredByLine.xml; fi
@unexec if cmp -s %D/%%G%%/data_dir/plugIns/LineIntersectsLineWithNode.xml %D/%%G%%/data_dir/plugIns/LineIntersectsLineWithNode.xml.sample; then rm -f %D/%%G%%/data_dir/plugIns/LineIntersectsLineWithNode.xml; fi
@unexec if cmp -s %D/%%G%%/data_dir/plugIns/LineMustBeASinglePart.xml %D/%%G%%/data_dir/plugIns/LineMustBeASinglePart.xml.sample; then rm -f %D/%%G%%/data_dir/plugIns/LineMustBeASinglePart.xml; fi
@unexec if cmp -s %D/%%G%%/data_dir/plugIns/LineNoDangles.xml %D/%%G%%/data_dir/plugIns/LineNoDangles.xml.sample; then rm -f %D/%%G%%/data_dir/plugIns/LineNoDangles.xml; fi
@unexec if cmp -s %D/%%G%%/data_dir/plugIns/LineNoPseudoNode.xml %D/%%G%%/data_dir/plugIns/LineNoPseudoNode.xml.sample; then rm -f %D/%%G%%/data_dir/plugIns/LineNoPseudoNode.xml; fi
@unexec if cmp -s %D/%%G%%/data_dir/plugIns/LineNoSelfIntersect.xml %D/%%G%%/data_dir/plugIns/LineNoSelfIntersect.xml.sample; then rm -f %D/%%G%%/data_dir/plugIns/LineNoSelfIntersect.xml; fi
@unexec if cmp -s %D/%%G%%/data_dir/plugIns/LineNoSelfOverlapping.xml %D/%%G%%/data_dir/plugIns/LineNoSelfOverlapping.xml.sample; then rm -f %D/%%G%%/data_dir/plugIns/LineNoSelfOverlapping.xml; fi
@unexec if cmp -s %D/%%G%%/data_dir/plugIns/LineNotTouchingPolygonInterior.xml %D/%%G%%/data_dir/plugIns/LineNotTouchingPolygonInterior.xml.sample; then rm -f %D/%%G%%/data_dir/plugIns/LineNotTouchingPolygonInterior.xml; fi
@unexec if cmp -s %D/%%G%%/data_dir/plugIns/LinesNotIntersect.xml %D/%%G%%/data_dir/plugIns/LinesNotIntersect.xml.sample; then rm -f %D/%%G%%/data_dir/plugIns/LinesNotIntersect.xml; fi
@unexec if cmp -s %D/%%G%%/data_dir/plugIns/LinesNotOverlap.xml %D/%%G%%/data_dir/plugIns/LinesNotOverlap.xml.sample; then rm -f %D/%%G%%/data_dir/plugIns/LinesNotOverlap.xml; fi
@unexec if cmp -s %D/%%G%%/data_dir/plugIns/NameExists.xml %D/%%G%%/data_dir/plugIns/NameExists.xml.sample; then rm -f %D/%%G%%/data_dir/plugIns/NameExists.xml; fi
@unexec if cmp -s %D/%%G%%/data_dir/plugIns/NameInList.xml %D/%%G%%/data_dir/plugIns/NameInList.xml.sample; then rm -f %D/%%G%%/data_dir/plugIns/NameInList.xml; fi
@unexec if cmp -s %D/%%G%%/data_dir/plugIns/NullZero.xml %D/%%G%%/data_dir/plugIns/NullZero.xml.sample; then rm -f %D/%%G%%/data_dir/plugIns/NullZero.xml; fi
@unexec if cmp -s %D/%%G%%/data_dir/plugIns/OverlapsIntegrity.xml %D/%%G%%/data_dir/plugIns/OverlapsIntegrity.xml.sample; then rm -f %D/%%G%%/data_dir/plugIns/OverlapsIntegrity.xml; fi
@unexec if cmp -s %D/%%G%%/data_dir/plugIns/PointCoveredByEndPointOfLine.xml %D/%%G%%/data_dir/plugIns/PointCoveredByEndPointOfLine.xml.sample; then rm -f %D/%%G%%/data_dir/plugIns/PointCoveredByEndPointOfLine.xml; fi
@unexec if cmp -s %D/%%G%%/data_dir/plugIns/PointCoveredByLine.xml %D/%%G%%/data_dir/plugIns/PointCoveredByLine.xml.sample; then rm -f %D/%%G%%/data_dir/plugIns/PointCoveredByLine.xml; fi
@unexec if cmp -s %D/%%G%%/data_dir/plugIns/PointCoveredByPolygon.xml %D/%%G%%/data_dir/plugIns/PointCoveredByPolygon.xml.sample; then rm -f %D/%%G%%/data_dir/plugIns/PointCoveredByPolygon.xml; fi
@unexec if cmp -s %D/%%G%%/data_dir/plugIns/PointCoveredByPolygonBoundary.xml %D/%%G%%/data_dir/plugIns/PointCoveredByPolygonBoundary.xml.sample; then rm -f %D/%%G%%/data_dir/plugIns/PointCoveredByPolygonBoundary.xml; fi
@unexec if cmp -s %D/%%G%%/data_dir/plugIns/PointInsidePolygon.xml %D/%%G%%/data_dir/plugIns/PointInsidePolygon.xml.sample; then rm -f %D/%%G%%/data_dir/plugIns/PointInsidePolygon.xml; fi
@unexec if cmp -s %D/%%G%%/data_dir/plugIns/PolygonBoundaryCoveredByPolygon.xml %D/%%G%%/data_dir/plugIns/PolygonBoundaryCoveredByPolygon.xml.sample; then rm -f %D/%%G%%/data_dir/plugIns/PolygonBoundaryCoveredByPolygon.xml; fi
@unexec if cmp -s %D/%%G%%/data_dir/plugIns/PolygonCoveredByFeaturePolygon.xml %D/%%G%%/data_dir/plugIns/PolygonCoveredByFeaturePolygon.xml.sample; then rm -f %D/%%G%%/data_dir/plugIns/PolygonCoveredByFeaturePolygon.xml; fi
@unexec if cmp -s %D/%%G%%/data_dir/plugIns/PolygonCoveredByPolygon.xml %D/%%G%%/data_dir/plugIns/PolygonCoveredByPolygon.xml.sample; then rm -f %D/%%G%%/data_dir/plugIns/PolygonCoveredByPolygon.xml; fi
@unexec if cmp -s %D/%%G%%/data_dir/plugIns/PolygonNoGaps.xml %D/%%G%%/data_dir/plugIns/PolygonNoGaps.xml.sample; then rm -f %D/%%G%%/data_dir/plugIns/PolygonNoGaps.xml; fi
@unexec if cmp -s %D/%%G%%/data_dir/plugIns/PolygonNotCoveredByPolygon.xml %D/%%G%%/data_dir/plugIns/PolygonNotCoveredByPolygon.xml.sample; then rm -f %D/%%G%%/data_dir/plugIns/PolygonNotCoveredByPolygon.xml; fi
@unexec if cmp -s %D/%%G%%/data_dir/plugIns/PolygonNotOverlappingLine.xml %D/%%G%%/data_dir/plugIns/PolygonNotOverlappingLine.xml.sample; then rm -f %D/%%G%%/data_dir/plugIns/PolygonNotOverlappingLine.xml; fi
@unexec if cmp -s %D/%%G%%/data_dir/plugIns/PolygonNotOverlappingPolygon.xml %D/%%G%%/data_dir/plugIns/PolygonNotOverlappingPolygon.xml.sample; then rm -f %D/%%G%%/data_dir/plugIns/PolygonNotOverlappingPolygon.xml; fi
@unexec if cmp -s %D/%%G%%/data_dir/plugIns/Range.xml %D/%%G%%/data_dir/plugIns/Range.xml.sample; then rm -f %D/%%G%%/data_dir/plugIns/Range.xml; fi
@unexec if cmp -s %D/%%G%%/data_dir/plugIns/RelateIntegrity.xml %D/%%G%%/data_dir/plugIns/RelateIntegrity.xml.sample; then rm -f %D/%%G%%/data_dir/plugIns/RelateIntegrity.xml; fi
@unexec if cmp -s %D/%%G%%/data_dir/plugIns/SQL.xml %D/%%G%%/data_dir/plugIns/SQL.xml.sample; then rm -f %D/%%G%%/data_dir/plugIns/SQL.xml; fi
@unexec if cmp -s %D/%%G%%/data_dir/plugIns/SingleValue.xml %D/%%G%%/data_dir/plugIns/SingleValue.xml.sample; then rm -f %D/%%G%%/data_dir/plugIns/SingleValue.xml; fi
@unexec if cmp -s %D/%%G%%/data_dir/plugIns/StarNode.xml %D/%%G%%/data_dir/plugIns/StarNode.xml.sample; then rm -f %D/%%G%%/data_dir/plugIns/StarNode.xml; fi
@unexec if cmp -s %D/%%G%%/data_dir/plugIns/TouchesIntegrity.xml %D/%%G%%/data_dir/plugIns/TouchesIntegrity.xml.sample; then rm -f %D/%%G%%/data_dir/plugIns/TouchesIntegrity.xml; fi
@unexec if cmp -s %D/%%G%%/data_dir/plugIns/UniqueFID.xml %D/%%G%%/data_dir/plugIns/UniqueFID.xml.sample; then rm -f %D/%%G%%/data_dir/plugIns/UniqueFID.xml; fi
@unexec if cmp -s %D/%%G%%/data_dir/plugIns/Uniquity.xml %D/%%G%%/data_dir/plugIns/Uniquity.xml.sample; then rm -f %D/%%G%%/data_dir/plugIns/Uniquity.xml; fi
@unexec if cmp -s %D/%%G%%/data_dir/plugIns/WithinIntegrity.xml %D/%%G%%/data_dir/plugIns/WithinIntegrity.xml.sample; then rm -f %D/%%G%%/data_dir/plugIns/WithinIntegrity.xml; fi
@unexec if cmp -s %D/%%G%%/data_dir/security/layers.properties %D/%%G%%/data_dir/security/layers.properties.sample; then rm -f %D/%%G%%/data_dir/security/layers.properties; fi
@unexec if cmp -s %D/%%G%%/data_dir/security/rest.properties %D/%%G%%/data_dir/security/rest.properties.sample; then rm -f %D/%%G%%/data_dir/security/rest.properties; fi
@unexec if cmp -s %D/%%G%%/data_dir/security/service.properties %D/%%G%%/data_dir/security/service.properties.sample; then rm -f %D/%%G%%/data_dir/security/service.properties; fi
@unexec if cmp -s %D/%%G%%/data_dir/security/users.properties %D/%%G%%/data_dir/security/users.properties.sample; then rm -f %D/%%G%%/data_dir/security/users.properties; fi
@unexec if cmp -s %D/%%G%%/data_dir/styles/burg.xml %D/%%G%%/data_dir/styles/burg.xml.sample; then rm -f %D/%%G%%/data_dir/styles/burg.xml; fi
@unexec if cmp -s %D/%%G%%/data_dir/styles/capitals.xml %D/%%G%%/data_dir/styles/capitals.xml.sample; then rm -f %D/%%G%%/data_dir/styles/capitals.xml; fi
@unexec if cmp -s %D/%%G%%/data_dir/styles/cite_lakes.xml %D/%%G%%/data_dir/styles/cite_lakes.xml.sample; then rm -f %D/%%G%%/data_dir/styles/cite_lakes.xml; fi
@unexec if cmp -s %D/%%G%%/data_dir/styles/concat.xml %D/%%G%%/data_dir/styles/concat.xml.sample; then rm -f %D/%%G%%/data_dir/styles/concat.xml; fi
@unexec if cmp -s %D/%%G%%/data_dir/styles/dem.xml %D/%%G%%/data_dir/styles/dem.xml.sample; then rm -f %D/%%G%%/data_dir/styles/dem.xml; fi
@unexec if cmp -s %D/%%G%%/data_dir/styles/flags.xml %D/%%G%%/data_dir/styles/flags.xml.sample; then rm -f %D/%%G%%/data_dir/styles/flags.xml; fi
@unexec if cmp -s %D/%%G%%/data_dir/styles/giant_polygon.xml %D/%%G%%/data_dir/styles/giant_polygon.xml.sample; then rm -f %D/%%G%%/data_dir/styles/giant_polygon.xml; fi
@unexec if cmp -s %D/%%G%%/data_dir/styles/grass.xml %D/%%G%%/data_dir/styles/grass.xml.sample; then rm -f %D/%%G%%/data_dir/styles/grass.xml; fi
@unexec if cmp -s %D/%%G%%/data_dir/styles/green.xml %D/%%G%%/data_dir/styles/green.xml.sample; then rm -f %D/%%G%%/data_dir/styles/green.xml; fi
@unexec if cmp -s %D/%%G%%/data_dir/styles/line.xml %D/%%G%%/data_dir/styles/line.xml.sample; then rm -f %D/%%G%%/data_dir/styles/line.xml; fi
@unexec if cmp -s %D/%%G%%/data_dir/styles/poi.xml %D/%%G%%/data_dir/styles/poi.xml.sample; then rm -f %D/%%G%%/data_dir/styles/poi.xml; fi
@unexec if cmp -s %D/%%G%%/data_dir/styles/point.xml %D/%%G%%/data_dir/styles/point.xml.sample; then rm -f %D/%%G%%/data_dir/styles/point.xml; fi
@unexec if cmp -s %D/%%G%%/data_dir/styles/poly_landmarks.xml %D/%%G%%/data_dir/styles/poly_landmarks.xml.sample; then rm -f %D/%%G%%/data_dir/styles/poly_landmarks.xml; fi
@unexec if cmp -s %D/%%G%%/data_dir/styles/polygon.xml %D/%%G%%/data_dir/styles/polygon.xml.sample; then rm -f %D/%%G%%/data_dir/styles/polygon.xml; fi
@unexec if cmp -s %D/%%G%%/data_dir/styles/pophatch.xml %D/%%G%%/data_dir/styles/pophatch.xml.sample; then rm -f %D/%%G%%/data_dir/styles/pophatch.xml; fi
@unexec if cmp -s %D/%%G%%/data_dir/styles/population.xml %D/%%G%%/data_dir/styles/population.xml.sample; then rm -f %D/%%G%%/data_dir/styles/population.xml; fi
@unexec if cmp -s %D/%%G%%/data_dir/styles/rain.xml %D/%%G%%/data_dir/styles/rain.xml.sample; then rm -f %D/%%G%%/data_dir/styles/rain.xml; fi
@unexec if cmp -s %D/%%G%%/data_dir/styles/raster.xml %D/%%G%%/data_dir/styles/raster.xml.sample; then rm -f %D/%%G%%/data_dir/styles/raster.xml; fi
@unexec if cmp -s %D/%%G%%/data_dir/styles/restricted.xml %D/%%G%%/data_dir/styles/restricted.xml.sample; then rm -f %D/%%G%%/data_dir/styles/restricted.xml; fi
@unexec if cmp -s %D/%%G%%/data_dir/styles/simple_roads.xml %D/%%G%%/data_dir/styles/simple_roads.xml.sample; then rm -f %D/%%G%%/data_dir/styles/simple_roads.xml; fi
@unexec if cmp -s %D/%%G%%/data_dir/styles/simple_streams.xml %D/%%G%%/data_dir/styles/simple_streams.xml.sample; then rm -f %D/%%G%%/data_dir/styles/simple_streams.xml; fi
@unexec if cmp -s %D/%%G%%/data_dir/styles/tiger_roads.xml %D/%%G%%/data_dir/styles/tiger_roads.xml.sample; then rm -f %D/%%G%%/data_dir/styles/tiger_roads.xml; fi
@unexec if cmp -s %D/%%G%%/data_dir/user_projections/epsg.properties %D/%%G%%/data_dir/user_projections/epsg.properties.sample; then rm -f %D/%%G%%/data_dir/user_projections/epsg.properties; fi
@unexec if cmp -s %D/%%G%%/data_dir/validation/FeatureCheck.xml %D/%%G%%/data_dir/validation/FeatureCheck.xml.sample; then rm -f %D/%%G%%/data_dir/validation/FeatureCheck.xml; fi
@unexec if cmp -s %D/%%G%%/data_dir/validation/IntegrityCheck.xml %D/%%G%%/data_dir/validation/IntegrityCheck.xml.sample; then rm -f %D/%%G%%/data_dir/validation/IntegrityCheck.xml; fi
@unexec if cmp -s %D/%%G%%/data_dir/wcs.xml %D/%%G%%/data_dir/wcs.xml.sample; then rm -f %D/%%G%%/data_dir/wcs.xml; fi
@unexec if cmp -s %D/%%G%%/data_dir/wfs.xml %D/%%G%%/data_dir/wfs.xml.sample; then rm -f %D/%%G%%/data_dir/wfs.xml; fi
@unexec if cmp -s %D/%%G%%/data_dir/wms.xml %D/%%G%%/data_dir/wms.xml.sample; then rm -f %D/%%G%%/data_dir/wms.xml; fi
@unexec if cmp -s %D/%%G%%/data_dir/workspaces/default.xml %D/%%G%%/data_dir/workspaces/default.xml.sample; then rm -f %D/%%G%%/data_dir/workspaces/default.xml; fi
@unexec if cmp -s %D/%%G%%/data_dir/workspaces/cite/namespace.xml %D/%%G%%/data_dir/workspaces/cite/namespace.xml.sample; then rm -f %D/%%G%%/data_dir/workspaces/cite/namespace.xml; fi
@unexec if cmp -s %D/%%G%%/data_dir/workspaces/cite/workspace.xml %D/%%G%%/data_dir/workspaces/cite/workspace.xml.sample; then rm -f %D/%%G%%/data_dir/workspaces/cite/workspace.xml; fi
@unexec if cmp -s %D/%%G%%/data_dir/workspaces/it.geosolutions/namespace.xml %D/%%G%%/data_dir/workspaces/it.geosolutions/namespace.xml.sample; then rm -f %D/%%G%%/data_dir/workspaces/it.geosolutions/namespace.xml; fi
@unexec if cmp -s %D/%%G%%/data_dir/workspaces/it.geosolutions/workspace.xml %D/%%G%%/data_dir/workspaces/it.geosolutions/workspace.xml.sample; then rm -f %D/%%G%%/data_dir/workspaces/it.geosolutions/workspace.xml; fi
@unexec if cmp -s %D/%%G%%/data_dir/workspaces/nurc/arcGridSample/Arc_Sample/coverage.xml %D/%%G%%/data_dir/workspaces/nurc/arcGridSample/Arc_Sample/coverage.xml.sample; then rm -f %D/%%G%%/data_dir/workspaces/nurc/arcGridSample/Arc_Sample/coverage.xml; fi
@unexec if cmp -s %D/%%G%%/data_dir/workspaces/nurc/arcGridSample/Arc_Sample/layer.xml %D/%%G%%/data_dir/workspaces/nurc/arcGridSample/Arc_Sample/layer.xml.sample; then rm -f %D/%%G%%/data_dir/workspaces/nurc/arcGridSample/Arc_Sample/layer.xml; fi
@unexec if cmp -s %D/%%G%%/data_dir/workspaces/nurc/arcGridSample/coveragestore.xml %D/%%G%%/data_dir/workspaces/nurc/arcGridSample/coveragestore.xml.sample; then rm -f %D/%%G%%/data_dir/workspaces/nurc/arcGridSample/coveragestore.xml; fi
@unexec if cmp -s %D/%%G%%/data_dir/workspaces/nurc/img_sample2/Pk50095/coverage.xml %D/%%G%%/data_dir/workspaces/nurc/img_sample2/Pk50095/coverage.xml.sample; then rm -f %D/%%G%%/data_dir/workspaces/nurc/img_sample2/Pk50095/coverage.xml; fi
@unexec if cmp -s %D/%%G%%/data_dir/workspaces/nurc/img_sample2/Pk50095/layer.xml %D/%%G%%/data_dir/workspaces/nurc/img_sample2/Pk50095/layer.xml.sample; then rm -f %D/%%G%%/data_dir/workspaces/nurc/img_sample2/Pk50095/layer.xml; fi
@unexec if cmp -s %D/%%G%%/data_dir/workspaces/nurc/img_sample2/coveragestore.xml %D/%%G%%/data_dir/workspaces/nurc/img_sample2/coveragestore.xml.sample; then rm -f %D/%%G%%/data_dir/workspaces/nurc/img_sample2/coveragestore.xml; fi
@unexec if cmp -s %D/%%G%%/data_dir/workspaces/nurc/mosaic/coveragestore.xml %D/%%G%%/data_dir/workspaces/nurc/mosaic/coveragestore.xml.sample; then rm -f %D/%%G%%/data_dir/workspaces/nurc/mosaic/coveragestore.xml; fi
@unexec if cmp -s %D/%%G%%/data_dir/workspaces/nurc/mosaic/mosaic/coverage.xml %D/%%G%%/data_dir/workspaces/nurc/mosaic/mosaic/coverage.xml.sample; then rm -f %D/%%G%%/data_dir/workspaces/nurc/mosaic/mosaic/coverage.xml; fi
@unexec if cmp -s %D/%%G%%/data_dir/workspaces/nurc/mosaic/mosaic/layer.xml %D/%%G%%/data_dir/workspaces/nurc/mosaic/mosaic/layer.xml.sample; then rm -f %D/%%G%%/data_dir/workspaces/nurc/mosaic/mosaic/layer.xml; fi
@unexec if cmp -s %D/%%G%%/data_dir/workspaces/nurc/namespace.xml %D/%%G%%/data_dir/workspaces/nurc/namespace.xml.sample; then rm -f %D/%%G%%/data_dir/workspaces/nurc/namespace.xml; fi
@unexec if cmp -s %D/%%G%%/data_dir/workspaces/nurc/workspace.xml %D/%%G%%/data_dir/workspaces/nurc/workspace.xml.sample; then rm -f %D/%%G%%/data_dir/workspaces/nurc/workspace.xml; fi
@unexec if cmp -s %D/%%G%%/data_dir/workspaces/nurc/worldImageSample/Img_Sample/coverage.xml %D/%%G%%/data_dir/workspaces/nurc/worldImageSample/Img_Sample/coverage.xml.sample; then rm -f %D/%%G%%/data_dir/workspaces/nurc/worldImageSample/Img_Sample/coverage.xml; fi
@unexec if cmp -s %D/%%G%%/data_dir/workspaces/nurc/worldImageSample/Img_Sample/layer.xml %D/%%G%%/data_dir/workspaces/nurc/worldImageSample/Img_Sample/layer.xml.sample; then rm -f %D/%%G%%/data_dir/workspaces/nurc/worldImageSample/Img_Sample/layer.xml; fi
@unexec if cmp -s %D/%%G%%/data_dir/workspaces/nurc/worldImageSample/coveragestore.xml %D/%%G%%/data_dir/workspaces/nurc/worldImageSample/coveragestore.xml.sample; then rm -f %D/%%G%%/data_dir/workspaces/nurc/worldImageSample/coveragestore.xml; fi
@unexec if cmp -s %D/%%G%%/data_dir/workspaces/sde/namespace.xml %D/%%G%%/data_dir/workspaces/sde/namespace.xml.sample; then rm -f %D/%%G%%/data_dir/workspaces/sde/namespace.xml; fi
@unexec if cmp -s %D/%%G%%/data_dir/workspaces/sde/workspace.xml %D/%%G%%/data_dir/workspaces/sde/workspace.xml.sample; then rm -f %D/%%G%%/data_dir/workspaces/sde/workspace.xml; fi
@unexec if cmp -s %D/%%G%%/data_dir/workspaces/sf/namespace.xml %D/%%G%%/data_dir/workspaces/sf/namespace.xml.sample; then rm -f %D/%%G%%/data_dir/workspaces/sf/namespace.xml; fi
@unexec if cmp -s %D/%%G%%/data_dir/workspaces/sf/sf/archsites/featuretype.xml %D/%%G%%/data_dir/workspaces/sf/sf/archsites/featuretype.xml.sample; then rm -f %D/%%G%%/data_dir/workspaces/sf/sf/archsites/featuretype.xml; fi
@unexec if cmp -s %D/%%G%%/data_dir/workspaces/sf/sf/archsites/layer.xml %D/%%G%%/data_dir/workspaces/sf/sf/archsites/layer.xml.sample; then rm -f %D/%%G%%/data_dir/workspaces/sf/sf/archsites/layer.xml; fi
@unexec if cmp -s %D/%%G%%/data_dir/workspaces/sf/sf/bugsites/featuretype.xml %D/%%G%%/data_dir/workspaces/sf/sf/bugsites/featuretype.xml.sample; then rm -f %D/%%G%%/data_dir/workspaces/sf/sf/bugsites/featuretype.xml; fi
@unexec if cmp -s %D/%%G%%/data_dir/workspaces/sf/sf/bugsites/layer.xml %D/%%G%%/data_dir/workspaces/sf/sf/bugsites/layer.xml.sample; then rm -f %D/%%G%%/data_dir/workspaces/sf/sf/bugsites/layer.xml; fi
@unexec if cmp -s %D/%%G%%/data_dir/workspaces/sf/sf/datastore.xml %D/%%G%%/data_dir/workspaces/sf/sf/datastore.xml.sample; then rm -f %D/%%G%%/data_dir/workspaces/sf/sf/datastore.xml; fi
@unexec if cmp -s %D/%%G%%/data_dir/workspaces/sf/sf/restricted/featuretype.xml %D/%%G%%/data_dir/workspaces/sf/sf/restricted/featuretype.xml.sample; then rm -f %D/%%G%%/data_dir/workspaces/sf/sf/restricted/featuretype.xml; fi
@unexec if cmp -s %D/%%G%%/data_dir/workspaces/sf/sf/restricted/layer.xml %D/%%G%%/data_dir/workspaces/sf/sf/restricted/layer.xml.sample; then rm -f %D/%%G%%/data_dir/workspaces/sf/sf/restricted/layer.xml; fi
@unexec if cmp -s %D/%%G%%/data_dir/workspaces/sf/sf/roads/featuretype.xml %D/%%G%%/data_dir/workspaces/sf/sf/roads/featuretype.xml.sample; then rm -f %D/%%G%%/data_dir/workspaces/sf/sf/roads/featuretype.xml; fi
@unexec if cmp -s %D/%%G%%/data_dir/workspaces/sf/sf/roads/layer.xml %D/%%G%%/data_dir/workspaces/sf/sf/roads/layer.xml.sample; then rm -f %D/%%G%%/data_dir/workspaces/sf/sf/roads/layer.xml; fi
@unexec if cmp -s %D/%%G%%/data_dir/workspaces/sf/sf/streams/featuretype.xml %D/%%G%%/data_dir/workspaces/sf/sf/streams/featuretype.xml.sample; then rm -f %D/%%G%%/data_dir/workspaces/sf/sf/streams/featuretype.xml; fi
@unexec if cmp -s %D/%%G%%/data_dir/workspaces/sf/sf/streams/layer.xml %D/%%G%%/data_dir/workspaces/sf/sf/streams/layer.xml.sample; then rm -f %D/%%G%%/data_dir/workspaces/sf/sf/streams/layer.xml; fi
@unexec if cmp -s %D/%%G%%/data_dir/workspaces/sf/sfdem/coveragestore.xml %D/%%G%%/data_dir/workspaces/sf/sfdem/coveragestore.xml.sample; then rm -f %D/%%G%%/data_dir/workspaces/sf/sfdem/coveragestore.xml; fi
@unexec if cmp -s %D/%%G%%/data_dir/workspaces/sf/sfdem/sfdem/coverage.xml %D/%%G%%/data_dir/workspaces/sf/sfdem/sfdem/coverage.xml.sample; then rm -f %D/%%G%%/data_dir/workspaces/sf/sfdem/sfdem/coverage.xml; fi
@unexec if cmp -s %D/%%G%%/data_dir/workspaces/sf/sfdem/sfdem/layer.xml %D/%%G%%/data_dir/workspaces/sf/sfdem/sfdem/layer.xml.sample; then rm -f %D/%%G%%/data_dir/workspaces/sf/sfdem/sfdem/layer.xml; fi
@unexec if cmp -s %D/%%G%%/data_dir/workspaces/sf/workspace.xml %D/%%G%%/data_dir/workspaces/sf/workspace.xml.sample; then rm -f %D/%%G%%/data_dir/workspaces/sf/workspace.xml; fi
@unexec if cmp -s %D/%%G%%/data_dir/workspaces/tiger/namespace.xml %D/%%G%%/data_dir/workspaces/tiger/namespace.xml.sample; then rm -f %D/%%G%%/data_dir/workspaces/tiger/namespace.xml; fi
@unexec if cmp -s %D/%%G%%/data_dir/workspaces/tiger/nyc/datastore.xml %D/%%G%%/data_dir/workspaces/tiger/nyc/datastore.xml.sample; then rm -f %D/%%G%%/data_dir/workspaces/tiger/nyc/datastore.xml; fi
@unexec if cmp -s %D/%%G%%/data_dir/workspaces/tiger/nyc/giant_polygon/featuretype.xml %D/%%G%%/data_dir/workspaces/tiger/nyc/giant_polygon/featuretype.xml.sample; then rm -f %D/%%G%%/data_dir/workspaces/tiger/nyc/giant_polygon/featuretype.xml; fi
@unexec if cmp -s %D/%%G%%/data_dir/workspaces/tiger/nyc/giant_polygon/layer.xml %D/%%G%%/data_dir/workspaces/tiger/nyc/giant_polygon/layer.xml.sample; then rm -f %D/%%G%%/data_dir/workspaces/tiger/nyc/giant_polygon/layer.xml; fi
@unexec if cmp -s %D/%%G%%/data_dir/workspaces/tiger/nyc/poi/featuretype.xml %D/%%G%%/data_dir/workspaces/tiger/nyc/poi/featuretype.xml.sample; then rm -f %D/%%G%%/data_dir/workspaces/tiger/nyc/poi/featuretype.xml; fi
@unexec if cmp -s %D/%%G%%/data_dir/workspaces/tiger/nyc/poi/layer.xml %D/%%G%%/data_dir/workspaces/tiger/nyc/poi/layer.xml.sample; then rm -f %D/%%G%%/data_dir/workspaces/tiger/nyc/poi/layer.xml; fi
@unexec if cmp -s %D/%%G%%/data_dir/workspaces/tiger/nyc/poly_landmarks/featuretype.xml %D/%%G%%/data_dir/workspaces/tiger/nyc/poly_landmarks/featuretype.xml.sample; then rm -f %D/%%G%%/data_dir/workspaces/tiger/nyc/poly_landmarks/featuretype.xml; fi
@unexec if cmp -s %D/%%G%%/data_dir/workspaces/tiger/nyc/poly_landmarks/layer.xml %D/%%G%%/data_dir/workspaces/tiger/nyc/poly_landmarks/layer.xml.sample; then rm -f %D/%%G%%/data_dir/workspaces/tiger/nyc/poly_landmarks/layer.xml; fi
@unexec if cmp -s %D/%%G%%/data_dir/workspaces/tiger/nyc/tiger_roads/featuretype.xml %D/%%G%%/data_dir/workspaces/tiger/nyc/tiger_roads/featuretype.xml.sample; then rm -f %D/%%G%%/data_dir/workspaces/tiger/nyc/tiger_roads/featuretype.xml; fi
@unexec if cmp -s %D/%%G%%/data_dir/workspaces/tiger/nyc/tiger_roads/layer.xml %D/%%G%%/data_dir/workspaces/tiger/nyc/tiger_roads/layer.xml.sample; then rm -f %D/%%G%%/data_dir/workspaces/tiger/nyc/tiger_roads/layer.xml; fi
@unexec if cmp -s %D/%%G%%/data_dir/workspaces/tiger/workspace.xml %D/%%G%%/data_dir/workspaces/tiger/workspace.xml.sample; then rm -f %D/%%G%%/data_dir/workspaces/tiger/workspace.xml; fi
@unexec if cmp -s %D/%%G%%/data_dir/workspaces/topp/namespace.xml %D/%%G%%/data_dir/workspaces/topp/namespace.xml.sample; then rm -f %D/%%G%%/data_dir/workspaces/topp/namespace.xml; fi
@unexec if cmp -s %D/%%G%%/data_dir/workspaces/topp/states_shapefile/datastore.xml %D/%%G%%/data_dir/workspaces/topp/states_shapefile/datastore.xml.sample; then rm -f %D/%%G%%/data_dir/workspaces/topp/states_shapefile/datastore.xml; fi
@unexec if cmp -s %D/%%G%%/data_dir/workspaces/topp/states_shapefile/states/featuretype.xml %D/%%G%%/data_dir/workspaces/topp/states_shapefile/states/featuretype.xml.sample; then rm -f %D/%%G%%/data_dir/workspaces/topp/states_shapefile/states/featuretype.xml; fi
@unexec if cmp -s %D/%%G%%/data_dir/workspaces/topp/states_shapefile/states/layer.xml %D/%%G%%/data_dir/workspaces/topp/states_shapefile/states/layer.xml.sample; then rm -f %D/%%G%%/data_dir/workspaces/topp/states_shapefile/states/layer.xml; fi
@unexec if cmp -s %D/%%G%%/data_dir/workspaces/topp/taz_shapes/datastore.xml %D/%%G%%/data_dir/workspaces/topp/taz_shapes/datastore.xml.sample; then rm -f %D/%%G%%/data_dir/workspaces/topp/taz_shapes/datastore.xml; fi
@unexec if cmp -s %D/%%G%%/data_dir/workspaces/topp/taz_shapes/tasmania_cities/featuretype.xml %D/%%G%%/data_dir/workspaces/topp/taz_shapes/tasmania_cities/featuretype.xml.sample; then rm -f %D/%%G%%/data_dir/workspaces/topp/taz_shapes/tasmania_cities/featuretype.xml; fi
@unexec if cmp -s %D/%%G%%/data_dir/workspaces/topp/taz_shapes/tasmania_cities/layer.xml %D/%%G%%/data_dir/workspaces/topp/taz_shapes/tasmania_cities/layer.xml.sample; then rm -f %D/%%G%%/data_dir/workspaces/topp/taz_shapes/tasmania_cities/layer.xml; fi
@unexec if cmp -s %D/%%G%%/data_dir/workspaces/topp/taz_shapes/tasmania_roads/featuretype.xml %D/%%G%%/data_dir/workspaces/topp/taz_shapes/tasmania_roads/featuretype.xml.sample; then rm -f %D/%%G%%/data_dir/workspaces/topp/taz_shapes/tasmania_roads/featuretype.xml; fi
@unexec if cmp -s %D/%%G%%/data_dir/workspaces/topp/taz_shapes/tasmania_roads/layer.xml %D/%%G%%/data_dir/workspaces/topp/taz_shapes/tasmania_roads/layer.xml.sample; then rm -f %D/%%G%%/data_dir/workspaces/topp/taz_shapes/tasmania_roads/layer.xml; fi
@unexec if cmp -s %D/%%G%%/data_dir/workspaces/topp/taz_shapes/tasmania_state_boundaries/featuretype.xml %D/%%G%%/data_dir/workspaces/topp/taz_shapes/tasmania_state_boundaries/featuretype.xml.sample; then rm -f %D/%%G%%/data_dir/workspaces/topp/taz_shapes/tasmania_state_boundaries/featuretype.xml; fi
@unexec if cmp -s %D/%%G%%/data_dir/workspaces/topp/taz_shapes/tasmania_state_boundaries/layer.xml %D/%%G%%/data_dir/workspaces/topp/taz_shapes/tasmania_state_boundaries/layer.xml.sample; then rm -f %D/%%G%%/data_dir/workspaces/topp/taz_shapes/tasmania_state_boundaries/layer.xml; fi
@unexec if cmp -s %D/%%G%%/data_dir/workspaces/topp/taz_shapes/tasmania_water_bodies/featuretype.xml %D/%%G%%/data_dir/workspaces/topp/taz_shapes/tasmania_water_bodies/featuretype.xml.sample; then rm -f %D/%%G%%/data_dir/workspaces/topp/taz_shapes/tasmania_water_bodies/featuretype.xml; fi
@unexec if cmp -s %D/%%G%%/data_dir/workspaces/topp/taz_shapes/tasmania_water_bodies/layer.xml %D/%%G%%/data_dir/workspaces/topp/taz_shapes/tasmania_water_bodies/layer.xml.sample; then rm -f %D/%%G%%/data_dir/workspaces/topp/taz_shapes/tasmania_water_bodies/layer.xml; fi
@unexec if cmp -s %D/%%G%%/data_dir/workspaces/topp/workspace.xml %D/%%G%%/data_dir/workspaces/topp/workspace.xml.sample; then rm -f %D/%%G%%/data_dir/workspaces/topp/workspace.xml; fi
@unexec if cmp -s %D/%%G%%/etc/jdbcRealm.properties %D/%%G%%/etc/jdbcRealm.properties.sample; then rm -f %D/%%G%%/etc/jdbcRealm.properties; fi
@unexec if cmp -s %D/%%G%%/etc/jetty-jmx-platform.xml %D/%%G%%/etc/jetty-jmx-platform.xml.sample; then rm -f %D/%%G%%/etc/jetty-jmx-platform.xml; fi
@unexec if cmp -s %D/%%G%%/etc/jetty-jmx.xml %D/%%G%%/etc/jetty-jmx.xml.sample; then rm -f %D/%%G%%/etc/jetty-jmx.xml; fi
@unexec if cmp -s %D/%%G%%/etc/jetty-plus.xml %D/%%G%%/etc/jetty-plus.xml.sample; then rm -f %D/%%G%%/etc/jetty-plus.xml; fi
@unexec if cmp -s %D/%%G%%/etc/jetty-ssl.xml %D/%%G%%/etc/jetty-ssl.xml.sample; then rm -f %D/%%G%%/etc/jetty-ssl.xml; fi
@unexec if cmp -s %D/%%G%%/etc/jetty.xml %D/%%G%%/etc/jetty.xml.sample; then rm -f %D/%%G%%/etc/jetty.xml; fi
@unexec if cmp -s %D/%%G%%/etc/keystore %D/%%G%%/etc/keystore.sample; then rm -f %D/%%G%%/etc/keystore; fi
@unexec if cmp -s %D/%%G%%/etc/realm.properties %D/%%G%%/etc/realm.properties.sample; then rm -f %D/%%G%%/etc/realm.properties; fi
@unexec if cmp -s %D/%%G%%/etc/stresstest.xml %D/%%G%%/etc/stresstest.xml.sample; then rm -f %D/%%G%%/etc/stresstest.xml; fi
@unexec if cmp -s %D/%%G%%/etc/webdefault.xml %D/%%G%%/etc/webdefault.xml.sample; then rm -f %D/%%G%%/etc/webdefault.xml; fi
@unexec if cmp -s %D/%%G%%/resources/log4j.properties %D/%%G%%/resources/log4j.properties.sample; then rm -f %D/%%G%%/resources/log4j.properties; fi
@unexec if cmp -s %D/%%G%%/webapps/geoserver/WEB-INF/dispatcher-servlet.xml %D/%%G%%/webapps/geoserver/WEB-INF/dispatcher-servlet.xml.sample; then rm -f %D/%%G%%/webapps/geoserver/WEB-INF/dispatcher-servlet.xml; fi
@unexec if cmp -s %D/%%G%%/webapps/geoserver/WEB-INF/web.xml %D/%%G%%/webapps/geoserver/WEB-INF/web.xml.sample; then rm -f %D/%%G%%/webapps/geoserver/WEB-INF/web.xml; fi
@unexec if cmp -s %D/%%G%%/webapps/geoserver/schemas/wcs/1.1.1/interpolationMethods.xml %D/%%G%%/webapps/geoserver/schemas/wcs/1.1.1/interpolationMethods.xml.sample; then rm -f %D/%%G%%/webapps/geoserver/schemas/wcs/1.1.1/interpolationMethods.xml; fi
%%G%%/GPL.txt
%%G%%/LICENSE.txt
%%G%%/README.txt
%%G%%/RUNNING.txt
%%G%%/bin/shutdown.sh
%%G%%/bin/startup.sh
%%G%%/data_dir/coverages/arc_sample/info.xml.sample
@exec [ -f %B/info.xml ] || cp %B/%f %B/info.xml
%%G%%/data_dir/coverages/arc_sample/precip30min.asc
%%G%%/data_dir/coverages/arc_sample/precip30min.prj
%%G%%/data_dir/coverages/img_sample/Pk50095.prj
%%G%%/data_dir/coverages/img_sample/Pk50095.tfw
%%G%%/data_dir/coverages/img_sample/Pk50095.tif
%%G%%/data_dir/coverages/img_sample/info.xml.sample
@exec [ -f %B/info.xml ] || cp %B/%f %B/info.xml
%%G%%/data_dir/coverages/img_sample/usa.meta
%%G%%/data_dir/coverages/img_sample/usa.png
%%G%%/data_dir/coverages/img_sample/usa.prj
%%G%%/data_dir/coverages/mosaic_sample/global_mosaic_0.pgw
%%G%%/data_dir/coverages/mosaic_sample/global_mosaic_0.png
%%G%%/data_dir/coverages/mosaic_sample/global_mosaic_0.prj
%%G%%/data_dir/coverages/mosaic_sample/global_mosaic_1.pgw
%%G%%/data_dir/coverages/mosaic_sample/global_mosaic_1.png
%%G%%/data_dir/coverages/mosaic_sample/global_mosaic_1.prj
%%G%%/data_dir/coverages/mosaic_sample/global_mosaic_10.pgw
%%G%%/data_dir/coverages/mosaic_sample/global_mosaic_10.png
%%G%%/data_dir/coverages/mosaic_sample/global_mosaic_10.prj
%%G%%/data_dir/coverages/mosaic_sample/global_mosaic_11.pgw
%%G%%/data_dir/coverages/mosaic_sample/global_mosaic_11.png
%%G%%/data_dir/coverages/mosaic_sample/global_mosaic_11.prj
%%G%%/data_dir/coverages/mosaic_sample/global_mosaic_12.pgw
%%G%%/data_dir/coverages/mosaic_sample/global_mosaic_12.png
%%G%%/data_dir/coverages/mosaic_sample/global_mosaic_12.prj
%%G%%/data_dir/coverages/mosaic_sample/global_mosaic_13.pgw
%%G%%/data_dir/coverages/mosaic_sample/global_mosaic_13.png
%%G%%/data_dir/coverages/mosaic_sample/global_mosaic_13.prj
%%G%%/data_dir/coverages/mosaic_sample/global_mosaic_14.pgw
%%G%%/data_dir/coverages/mosaic_sample/global_mosaic_14.png
%%G%%/data_dir/coverages/mosaic_sample/global_mosaic_14.prj
%%G%%/data_dir/coverages/mosaic_sample/global_mosaic_15.pgw
%%G%%/data_dir/coverages/mosaic_sample/global_mosaic_15.png
%%G%%/data_dir/coverages/mosaic_sample/global_mosaic_15.prj
%%G%%/data_dir/coverages/mosaic_sample/global_mosaic_16.pgw
%%G%%/data_dir/coverages/mosaic_sample/global_mosaic_16.png
%%G%%/data_dir/coverages/mosaic_sample/global_mosaic_16.prj
%%G%%/data_dir/coverages/mosaic_sample/global_mosaic_17.pgw
%%G%%/data_dir/coverages/mosaic_sample/global_mosaic_17.png
%%G%%/data_dir/coverages/mosaic_sample/global_mosaic_17.prj
%%G%%/data_dir/coverages/mosaic_sample/global_mosaic_18.pgw
%%G%%/data_dir/coverages/mosaic_sample/global_mosaic_18.png
%%G%%/data_dir/coverages/mosaic_sample/global_mosaic_18.prj
%%G%%/data_dir/coverages/mosaic_sample/global_mosaic_19.pgw
%%G%%/data_dir/coverages/mosaic_sample/global_mosaic_19.png
%%G%%/data_dir/coverages/mosaic_sample/global_mosaic_19.prj
%%G%%/data_dir/coverages/mosaic_sample/global_mosaic_2.pgw
%%G%%/data_dir/coverages/mosaic_sample/global_mosaic_2.png
%%G%%/data_dir/coverages/mosaic_sample/global_mosaic_2.prj
%%G%%/data_dir/coverages/mosaic_sample/global_mosaic_20.pgw
%%G%%/data_dir/coverages/mosaic_sample/global_mosaic_20.png
%%G%%/data_dir/coverages/mosaic_sample/global_mosaic_20.prj
%%G%%/data_dir/coverages/mosaic_sample/global_mosaic_21.pgw
%%G%%/data_dir/coverages/mosaic_sample/global_mosaic_21.png
%%G%%/data_dir/coverages/mosaic_sample/global_mosaic_21.prj
%%G%%/data_dir/coverages/mosaic_sample/global_mosaic_22.pgw
%%G%%/data_dir/coverages/mosaic_sample/global_mosaic_22.png
%%G%%/data_dir/coverages/mosaic_sample/global_mosaic_22.prj
%%G%%/data_dir/coverages/mosaic_sample/global_mosaic_23.pgw
%%G%%/data_dir/coverages/mosaic_sample/global_mosaic_23.png
%%G%%/data_dir/coverages/mosaic_sample/global_mosaic_23.prj
%%G%%/data_dir/coverages/mosaic_sample/global_mosaic_24.pgw
%%G%%/data_dir/coverages/mosaic_sample/global_mosaic_24.png
%%G%%/data_dir/coverages/mosaic_sample/global_mosaic_24.prj
%%G%%/data_dir/coverages/mosaic_sample/global_mosaic_3.pgw
%%G%%/data_dir/coverages/mosaic_sample/global_mosaic_3.png
%%G%%/data_dir/coverages/mosaic_sample/global_mosaic_3.prj
%%G%%/data_dir/coverages/mosaic_sample/global_mosaic_4.pgw
%%G%%/data_dir/coverages/mosaic_sample/global_mosaic_4.png
%%G%%/data_dir/coverages/mosaic_sample/global_mosaic_4.prj
%%G%%/data_dir/coverages/mosaic_sample/global_mosaic_5.pgw
%%G%%/data_dir/coverages/mosaic_sample/global_mosaic_5.png
%%G%%/data_dir/coverages/mosaic_sample/global_mosaic_5.prj
%%G%%/data_dir/coverages/mosaic_sample/global_mosaic_6.pgw
%%G%%/data_dir/coverages/mosaic_sample/global_mosaic_6.png
%%G%%/data_dir/coverages/mosaic_sample/global_mosaic_6.prj
%%G%%/data_dir/coverages/mosaic_sample/global_mosaic_7.pgw
%%G%%/data_dir/coverages/mosaic_sample/global_mosaic_7.png
%%G%%/data_dir/coverages/mosaic_sample/global_mosaic_7.prj
%%G%%/data_dir/coverages/mosaic_sample/global_mosaic_8.pgw
%%G%%/data_dir/coverages/mosaic_sample/global_mosaic_8.png
%%G%%/data_dir/coverages/mosaic_sample/global_mosaic_8.prj
%%G%%/data_dir/coverages/mosaic_sample/global_mosaic_9.pgw
%%G%%/data_dir/coverages/mosaic_sample/global_mosaic_9.png
%%G%%/data_dir/coverages/mosaic_sample/global_mosaic_9.prj
%%G%%/data_dir/coverages/mosaic_sample/info.xml.sample
@exec [ -f %B/info.xml ] || cp %B/%f %B/info.xml
%%G%%/data_dir/coverages/mosaic_sample/mosaic.dbf
%%G%%/data_dir/coverages/mosaic_sample/mosaic.fix
%%G%%/data_dir/coverages/mosaic_sample/mosaic.prj
%%G%%/data_dir/coverages/mosaic_sample/mosaic.properties.sample
@exec [ -f %B/mosaic.properties ] || cp %B/%f %B/mosaic.properties
%%G%%/data_dir/coverages/mosaic_sample/mosaic.qix
%%G%%/data_dir/coverages/mosaic_sample/mosaic.shp
%%G%%/data_dir/coverages/mosaic_sample/mosaic.shx
%%G%%/data_dir/data/nyc/giant_polygon.dbf
%%G%%/data_dir/data/nyc/giant_polygon.fix
%%G%%/data_dir/data/nyc/giant_polygon.prj
%%G%%/data_dir/data/nyc/giant_polygon.qix
%%G%%/data_dir/data/nyc/giant_polygon.shp
%%G%%/data_dir/data/nyc/giant_polygon.shx
%%G%%/data_dir/data/nyc/poi.dbf
%%G%%/data_dir/data/nyc/poi.fix
%%G%%/data_dir/data/nyc/poi.prj
%%G%%/data_dir/data/nyc/poi.qix
%%G%%/data_dir/data/nyc/poi.shp
%%G%%/data_dir/data/nyc/poi.shx
%%G%%/data_dir/data/nyc/poly_landmarks.dbf
%%G%%/data_dir/data/nyc/poly_landmarks.fix
%%G%%/data_dir/data/nyc/poly_landmarks.prj
%%G%%/data_dir/data/nyc/poly_landmarks.qix
%%G%%/data_dir/data/nyc/poly_landmarks.shp
%%G%%/data_dir/data/nyc/poly_landmarks.shx
%%G%%/data_dir/data/nyc/tiger_roads.dbf
%%G%%/data_dir/data/nyc/tiger_roads.fix
%%G%%/data_dir/data/nyc/tiger_roads.prj
%%G%%/data_dir/data/nyc/tiger_roads.qix
%%G%%/data_dir/data/nyc/tiger_roads.shp
%%G%%/data_dir/data/nyc/tiger_roads.shx
%%G%%/data_dir/data/sf/archsites.dbf
%%G%%/data_dir/data/sf/archsites.fix
%%G%%/data_dir/data/sf/archsites.prj
%%G%%/data_dir/data/sf/archsites.shp
%%G%%/data_dir/data/sf/archsites.shx
%%G%%/data_dir/data/sf/bugsites.dbf
%%G%%/data_dir/data/sf/bugsites.fix
%%G%%/data_dir/data/sf/bugsites.prj
%%G%%/data_dir/data/sf/bugsites.shp
%%G%%/data_dir/data/sf/bugsites.shx
%%G%%/data_dir/data/sf/restricted.dbf
%%G%%/data_dir/data/sf/restricted.fix
%%G%%/data_dir/data/sf/restricted.prj
%%G%%/data_dir/data/sf/restricted.shp
%%G%%/data_dir/data/sf/restricted.shx
%%G%%/data_dir/data/sf/roads.dbf
%%G%%/data_dir/data/sf/roads.fix
%%G%%/data_dir/data/sf/roads.prj
%%G%%/data_dir/data/sf/roads.shp
%%G%%/data_dir/data/sf/roads.shx
%%G%%/data_dir/data/sf/sfdem.tif
%%G%%/data_dir/data/sf/streams.dbf
%%G%%/data_dir/data/sf/streams.fix
%%G%%/data_dir/data/sf/streams.prj
%%G%%/data_dir/data/sf/streams.shp
%%G%%/data_dir/data/sf/streams.shx
%%G%%/data_dir/data/shapefiles/states.dbf
%%G%%/data_dir/data/shapefiles/states.fix
%%G%%/data_dir/data/shapefiles/states.prj
%%G%%/data_dir/data/shapefiles/states.qix
%%G%%/data_dir/data/shapefiles/states.shp
%%G%%/data_dir/data/shapefiles/states.shx
%%G%%/data_dir/data/taz_shapes/tasmania_cities.dbf
%%G%%/data_dir/data/taz_shapes/tasmania_cities.fix
%%G%%/data_dir/data/taz_shapes/tasmania_cities.prj
%%G%%/data_dir/data/taz_shapes/tasmania_cities.shp
%%G%%/data_dir/data/taz_shapes/tasmania_cities.shx
%%G%%/data_dir/data/taz_shapes/tasmania_roads.dbf
%%G%%/data_dir/data/taz_shapes/tasmania_roads.fix
%%G%%/data_dir/data/taz_shapes/tasmania_roads.prj
%%G%%/data_dir/data/taz_shapes/tasmania_roads.qix
%%G%%/data_dir/data/taz_shapes/tasmania_roads.shp
%%G%%/data_dir/data/taz_shapes/tasmania_roads.shx
%%G%%/data_dir/data/taz_shapes/tasmania_state_boundaries.dbf
%%G%%/data_dir/data/taz_shapes/tasmania_state_boundaries.fix
%%G%%/data_dir/data/taz_shapes/tasmania_state_boundaries.prj
%%G%%/data_dir/data/taz_shapes/tasmania_state_boundaries.shp
%%G%%/data_dir/data/taz_shapes/tasmania_state_boundaries.shx
%%G%%/data_dir/data/taz_shapes/tasmania_water_bodies.dbf
%%G%%/data_dir/data/taz_shapes/tasmania_water_bodies.fix
%%G%%/data_dir/data/taz_shapes/tasmania_water_bodies.prj
%%G%%/data_dir/data/taz_shapes/tasmania_water_bodies.shp
%%G%%/data_dir/data/taz_shapes/tasmania_water_bodies.shx
%%G%%/data_dir/demo/WCS_describeCoverage.xml.sample
@exec [ -f %B/WCS_describeCoverage.xml ] || cp %B/%f %B/WCS_describeCoverage.xml
%%G%%/data_dir/demo/WCS_getCapabilities.xml.sample
@exec [ -f %B/WCS_getCapabilities.xml ] || cp %B/%f %B/WCS_getCapabilities.xml
%%G%%/data_dir/demo/WCS_getCoverage.xml.sample
@exec [ -f %B/WCS_getCoverage.xml ] || cp %B/%f %B/WCS_getCoverage.xml
%%G%%/data_dir/demo/WFS_describeFeatureType-1.0.xml.sample
@exec [ -f %B/WFS_describeFeatureType-1.0.xml ] || cp %B/%f %B/WFS_describeFeatureType-1.0.xml
%%G%%/data_dir/demo/WFS_describeFeatureType-1.1.xml.sample
@exec [ -f %B/WFS_describeFeatureType-1.1.xml ] || cp %B/%f %B/WFS_describeFeatureType-1.1.xml
%%G%%/data_dir/demo/WFS_getCapabilities-1.0.xml.sample
@exec [ -f %B/WFS_getCapabilities-1.0.xml ] || cp %B/%f %B/WFS_getCapabilities-1.0.xml
%%G%%/data_dir/demo/WFS_getCapabilities-1.1.xml.sample
@exec [ -f %B/WFS_getCapabilities-1.1.xml ] || cp %B/%f %B/WFS_getCapabilities-1.1.xml
%%G%%/data_dir/demo/WFS_getFeature-1.0.xml.sample
@exec [ -f %B/WFS_getFeature-1.0.xml ] || cp %B/%f %B/WFS_getFeature-1.0.xml
%%G%%/data_dir/demo/WFS_getFeature-1.1.xml.sample
@exec [ -f %B/WFS_getFeature-1.1.xml ] || cp %B/%f %B/WFS_getFeature-1.1.xml
%%G%%/data_dir/demo/WFS_getFeatureBBOX-1.0.xml.sample
@exec [ -f %B/WFS_getFeatureBBOX-1.0.xml ] || cp %B/%f %B/WFS_getFeatureBBOX-1.0.xml
%%G%%/data_dir/demo/WFS_getFeatureBBOX-1.1.xml.sample
@exec [ -f %B/WFS_getFeatureBBOX-1.1.xml ] || cp %B/%f %B/WFS_getFeatureBBOX-1.1.xml
%%G%%/data_dir/demo/WFS_getFeatureBBOX.url
%%G%%/data_dir/demo/WFS_getFeatureBetween-1.0.xml.sample
@exec [ -f %B/WFS_getFeatureBetween-1.0.xml ] || cp %B/%f %B/WFS_getFeatureBetween-1.0.xml
%%G%%/data_dir/demo/WFS_getFeatureBetween-1.1.xml.sample
@exec [ -f %B/WFS_getFeatureBetween-1.1.xml ] || cp %B/%f %B/WFS_getFeatureBetween-1.1.xml
%%G%%/data_dir/demo/WFS_getFeatureBetween.url
%%G%%/data_dir/demo/WFS_getFeatureBetweenCQL.url
%%G%%/data_dir/demo/WFS_getFeatureFid.url
%%G%%/data_dir/demo/WFS_getFeatureFidFilter.url
%%G%%/data_dir/demo/WFS_getFeatureIntersects-1.0.xml.sample
@exec [ -f %B/WFS_getFeatureIntersects-1.0.xml ] || cp %B/%f %B/WFS_getFeatureIntersects-1.0.xml
%%G%%/data_dir/demo/WFS_getFeatureIntersects-1.1.xml.sample
@exec [ -f %B/WFS_getFeatureIntersects-1.1.xml ] || cp %B/%f %B/WFS_getFeatureIntersects-1.1.xml
%%G%%/data_dir/demo/WFS_getFeatureIntersects.url
%%G%%/data_dir/demo/WFS_getFeatureMultiFilter.url
%%G%%/data_dir/demo/WFS_mathGetFeature.url
%%G%%/data_dir/demo/WFS_mathGetFeature.xml.sample
@exec [ -f %B/WFS_mathGetFeature.xml ] || cp %B/%f %B/WFS_mathGetFeature.xml
%%G%%/data_dir/demo/WFS_transactionDelete.xml.sample
@exec [ -f %B/WFS_transactionDelete.xml ] || cp %B/%f %B/WFS_transactionDelete.xml
%%G%%/data_dir/demo/WFS_transactionInsert.xml.sample
@exec [ -f %B/WFS_transactionInsert.xml ] || cp %B/%f %B/WFS_transactionInsert.xml
%%G%%/data_dir/demo/WFS_transactionUpdate.xml.sample
@exec [ -f %B/WFS_transactionUpdate.xml ] || cp %B/%f %B/WFS_transactionUpdate.xml
%%G%%/data_dir/demo/WFS_transactionUpdateGeom.xml.sample
@exec [ -f %B/WFS_transactionUpdateGeom.xml ] || cp %B/%f %B/WFS_transactionUpdateGeom.xml
%%G%%/data_dir/demo/WMS_GetLegendGraphic-SLD.url
%%G%%/data_dir/demo/WMS_GetLegendGraphic-SLD_BODY.url
%%G%%/data_dir/demo/WMS_GetLegendGraphic.url
%%G%%/data_dir/demo/WMS_describeLayer.url
%%G%%/data_dir/demo/WMS_featureInfo.url
%%G%%/data_dir/demo/WMS_getCapabilities.url
%%G%%/data_dir/demo/WMS_getMap.url
%%G%%/data_dir/demo/WMS_getMap_OpenLayers.url
%%G%%/data_dir/demo/WMS_getMap_SLD_BODY_LiteralMode.url
%%G%%/data_dir/demo/WMS_getMap_SVG.url
%%G%%/data_dir/demo/WMS_getMap_SVG_Style.url
%%G%%/data_dir/demo/WMS_getMap_fid.url
%%G%%/data_dir/demo/WMS_getMap_fidfilter.url
%%G%%/data_dir/demo/WMS_getMap_inlineFeature.url
%%G%%/data_dir/demo/WMS_getMap_inlineFeatureSmile.xml.sample
@exec [ -f %B/WMS_getMap_inlineFeatureSmile.xml ] || cp %B/%f %B/WMS_getMap_inlineFeatureSmile.xml
%%G%%/data_dir/demo/WMS_getMap_multilayer.url
%%G%%/data_dir/demo/WMS_getMap_multilayer_cql.url
%%G%%/data_dir/demo/WMS_getMap_multilayer_filter.url
%%G%%/data_dir/global.xml.sample
@exec [ -f %B/global.xml ] || cp %B/%f %B/global.xml
%%G%%/data_dir/layergroups/spearfish.xml.sample
@exec [ -f %B/spearfish.xml ] || cp %B/%f %B/spearfish.xml
%%G%%/data_dir/layergroups/tasmania.xml.sample
@exec [ -f %B/tasmania.xml ] || cp %B/%f %B/tasmania.xml
%%G%%/data_dir/layergroups/tiger-ny.xml.sample
@exec [ -f %B/tiger-ny.xml ] || cp %B/%f %B/tiger-ny.xml
%%G%%/data_dir/logging.xml.sample
@exec [ -f %B/logging.xml ] || cp %B/%f %B/logging.xml
%%G%%/data_dir/logs/DEFAULT_LOGGING.properties.sample
@exec [ -f %B/DEFAULT_LOGGING.properties ] || cp %B/%f %B/DEFAULT_LOGGING.properties
%%G%%/data_dir/logs/GEOSERVER_DEVELOPER_LOGGING.properties.sample
@exec [ -f %B/GEOSERVER_DEVELOPER_LOGGING.properties ] || cp %B/%f %B/GEOSERVER_DEVELOPER_LOGGING.properties
%%G%%/data_dir/logs/GEOTOOLS_DEVELOPER_LOGGING.properties.sample
@exec [ -f %B/GEOTOOLS_DEVELOPER_LOGGING.properties ] || cp %B/%f %B/GEOTOOLS_DEVELOPER_LOGGING.properties
%%G%%/data_dir/logs/PRODUCTION_LOGGING.properties.sample
@exec [ -f %B/PRODUCTION_LOGGING.properties ] || cp %B/%f %B/PRODUCTION_LOGGING.properties
%%G%%/data_dir/logs/VERBOSE_LOGGING.properties.sample
@exec [ -f %B/VERBOSE_LOGGING.properties ] || cp %B/%f %B/VERBOSE_LOGGING.properties
%%G%%/data_dir/palettes/dem31.pal
%%G%%/data_dir/palettes/ita31.pal
%%G%%/data_dir/palettes/ny31.pal
%%G%%/data_dir/palettes/popshade.png
%%G%%/data_dir/plugIns/AddressGap.xml.sample
@exec [ -f %B/AddressGap.xml ] || cp %B/%f %B/AddressGap.xml
%%G%%/data_dir/plugIns/AddressOverlap.xml.sample
@exec [ -f %B/AddressOverlap.xml ] || cp %B/%f %B/AddressOverlap.xml
%%G%%/data_dir/plugIns/AngleSize.xml.sample
@exec [ -f %B/AngleSize.xml ] || cp %B/%f %B/AngleSize.xml
%%G%%/data_dir/plugIns/Attribute.xml.sample
@exec [ -f %B/Attribute.xml ] || cp %B/%f %B/Attribute.xml
%%G%%/data_dir/plugIns/Constraint.xml.sample
@exec [ -f %B/Constraint.xml ] || cp %B/%f %B/Constraint.xml
%%G%%/data_dir/plugIns/ContainsIntegrity.xml.sample
@exec [ -f %B/ContainsIntegrity.xml ] || cp %B/%f %B/ContainsIntegrity.xml
%%G%%/data_dir/plugIns/CrossesIntegrity.xml.sample
@exec [ -f %B/CrossesIntegrity.xml ] || cp %B/%f %B/CrossesIntegrity.xml
%%G%%/data_dir/plugIns/DisjointIntegrity.xml.sample
@exec [ -f %B/DisjointIntegrity.xml ] || cp %B/%f %B/DisjointIntegrity.xml
%%G%%/data_dir/plugIns/Domain.xml.sample
@exec [ -f %B/Domain.xml ] || cp %B/%f %B/Domain.xml
%%G%%/data_dir/plugIns/Equality.xml.sample
@exec [ -f %B/Equality.xml ] || cp %B/%f %B/Equality.xml
%%G%%/data_dir/plugIns/GazetteerName.xml.sample
@exec [ -f %B/GazetteerName.xml ] || cp %B/%f %B/GazetteerName.xml
%%G%%/data_dir/plugIns/IntersectsIntegrity.xml.sample
@exec [ -f %B/IntersectsIntegrity.xml ] || cp %B/%f %B/IntersectsIntegrity.xml
%%G%%/data_dir/plugIns/IsValidGeometry.xml.sample
@exec [ -f %B/IsValidGeometry.xml ] || cp %B/%f %B/IsValidGeometry.xml
%%G%%/data_dir/plugIns/LineCoveredByFeatureLine.xml.sample
@exec [ -f %B/LineCoveredByFeatureLine.xml ] || cp %B/%f %B/LineCoveredByFeatureLine.xml
%%G%%/data_dir/plugIns/LineCoveredByPolygon.xml.sample
@exec [ -f %B/LineCoveredByPolygon.xml ] || cp %B/%f %B/LineCoveredByPolygon.xml
%%G%%/data_dir/plugIns/LineCoveredByPolygonBoundary.xml.sample
@exec [ -f %B/LineCoveredByPolygonBoundary.xml ] || cp %B/%f %B/LineCoveredByPolygonBoundary.xml
%%G%%/data_dir/plugIns/LineEndPointCoveredByLine.xml.sample
@exec [ -f %B/LineEndPointCoveredByLine.xml ] || cp %B/%f %B/LineEndPointCoveredByLine.xml
%%G%%/data_dir/plugIns/LineIntersectsLineWithNode.xml.sample
@exec [ -f %B/LineIntersectsLineWithNode.xml ] || cp %B/%f %B/LineIntersectsLineWithNode.xml
%%G%%/data_dir/plugIns/LineMustBeASinglePart.xml.sample
@exec [ -f %B/LineMustBeASinglePart.xml ] || cp %B/%f %B/LineMustBeASinglePart.xml
%%G%%/data_dir/plugIns/LineNoDangles.xml.sample
@exec [ -f %B/LineNoDangles.xml ] || cp %B/%f %B/LineNoDangles.xml
%%G%%/data_dir/plugIns/LineNoPseudoNode.xml.sample
@exec [ -f %B/LineNoPseudoNode.xml ] || cp %B/%f %B/LineNoPseudoNode.xml
%%G%%/data_dir/plugIns/LineNoSelfIntersect.xml.sample
@exec [ -f %B/LineNoSelfIntersect.xml ] || cp %B/%f %B/LineNoSelfIntersect.xml
%%G%%/data_dir/plugIns/LineNoSelfOverlapping.xml.sample
@exec [ -f %B/LineNoSelfOverlapping.xml ] || cp %B/%f %B/LineNoSelfOverlapping.xml
%%G%%/data_dir/plugIns/LineNotTouchingPolygonInterior.xml.sample
@exec [ -f %B/LineNotTouchingPolygonInterior.xml ] || cp %B/%f %B/LineNotTouchingPolygonInterior.xml
%%G%%/data_dir/plugIns/LinesNotIntersect.xml.sample
@exec [ -f %B/LinesNotIntersect.xml ] || cp %B/%f %B/LinesNotIntersect.xml
%%G%%/data_dir/plugIns/LinesNotOverlap.xml.sample
@exec [ -f %B/LinesNotOverlap.xml ] || cp %B/%f %B/LinesNotOverlap.xml
%%G%%/data_dir/plugIns/NameExists.xml.sample
@exec [ -f %B/NameExists.xml ] || cp %B/%f %B/NameExists.xml
%%G%%/data_dir/plugIns/NameInList.xml.sample
@exec [ -f %B/NameInList.xml ] || cp %B/%f %B/NameInList.xml
%%G%%/data_dir/plugIns/NullZero.xml.sample
@exec [ -f %B/NullZero.xml ] || cp %B/%f %B/NullZero.xml
%%G%%/data_dir/plugIns/OverlapsIntegrity.xml.sample
@exec [ -f %B/OverlapsIntegrity.xml ] || cp %B/%f %B/OverlapsIntegrity.xml
%%G%%/data_dir/plugIns/PointCoveredByEndPointOfLine.xml.sample
@exec [ -f %B/PointCoveredByEndPointOfLine.xml ] || cp %B/%f %B/PointCoveredByEndPointOfLine.xml
%%G%%/data_dir/plugIns/PointCoveredByLine.xml.sample
@exec [ -f %B/PointCoveredByLine.xml ] || cp %B/%f %B/PointCoveredByLine.xml
%%G%%/data_dir/plugIns/PointCoveredByPolygon.xml.sample
@exec [ -f %B/PointCoveredByPolygon.xml ] || cp %B/%f %B/PointCoveredByPolygon.xml
%%G%%/data_dir/plugIns/PointCoveredByPolygonBoundary.xml.sample
@exec [ -f %B/PointCoveredByPolygonBoundary.xml ] || cp %B/%f %B/PointCoveredByPolygonBoundary.xml
%%G%%/data_dir/plugIns/PointInsidePolygon.xml.sample
@exec [ -f %B/PointInsidePolygon.xml ] || cp %B/%f %B/PointInsidePolygon.xml
%%G%%/data_dir/plugIns/PolygonBoundaryCoveredByPolygon.xml.sample
@exec [ -f %B/PolygonBoundaryCoveredByPolygon.xml ] || cp %B/%f %B/PolygonBoundaryCoveredByPolygon.xml
%%G%%/data_dir/plugIns/PolygonCoveredByFeaturePolygon.xml.sample
@exec [ -f %B/PolygonCoveredByFeaturePolygon.xml ] || cp %B/%f %B/PolygonCoveredByFeaturePolygon.xml
%%G%%/data_dir/plugIns/PolygonCoveredByPolygon.xml.sample
@exec [ -f %B/PolygonCoveredByPolygon.xml ] || cp %B/%f %B/PolygonCoveredByPolygon.xml
%%G%%/data_dir/plugIns/PolygonNoGaps.xml.sample
@exec [ -f %B/PolygonNoGaps.xml ] || cp %B/%f %B/PolygonNoGaps.xml
%%G%%/data_dir/plugIns/PolygonNotCoveredByPolygon.xml.sample
@exec [ -f %B/PolygonNotCoveredByPolygon.xml ] || cp %B/%f %B/PolygonNotCoveredByPolygon.xml
%%G%%/data_dir/plugIns/PolygonNotOverlappingLine.xml.sample
@exec [ -f %B/PolygonNotOverlappingLine.xml ] || cp %B/%f %B/PolygonNotOverlappingLine.xml
%%G%%/data_dir/plugIns/PolygonNotOverlappingPolygon.xml.sample
@exec [ -f %B/PolygonNotOverlappingPolygon.xml ] || cp %B/%f %B/PolygonNotOverlappingPolygon.xml
%%G%%/data_dir/plugIns/Range.xml.sample
@exec [ -f %B/Range.xml ] || cp %B/%f %B/Range.xml
%%G%%/data_dir/plugIns/RelateIntegrity.xml.sample
@exec [ -f %B/RelateIntegrity.xml ] || cp %B/%f %B/RelateIntegrity.xml
%%G%%/data_dir/plugIns/SQL.xml.sample
@exec [ -f %B/SQL.xml ] || cp %B/%f %B/SQL.xml
%%G%%/data_dir/plugIns/SingleValue.xml.sample
@exec [ -f %B/SingleValue.xml ] || cp %B/%f %B/SingleValue.xml
%%G%%/data_dir/plugIns/StarNode.xml.sample
@exec [ -f %B/StarNode.xml ] || cp %B/%f %B/StarNode.xml
%%G%%/data_dir/plugIns/TouchesIntegrity.xml.sample
@exec [ -f %B/TouchesIntegrity.xml ] || cp %B/%f %B/TouchesIntegrity.xml
%%G%%/data_dir/plugIns/UniqueFID.xml.sample
@exec [ -f %B/UniqueFID.xml ] || cp %B/%f %B/UniqueFID.xml
%%G%%/data_dir/plugIns/Uniquity.xml.sample
@exec [ -f %B/Uniquity.xml ] || cp %B/%f %B/Uniquity.xml
%%G%%/data_dir/plugIns/WithinIntegrity.xml.sample
@exec [ -f %B/WithinIntegrity.xml ] || cp %B/%f %B/WithinIntegrity.xml
%%G%%/data_dir/security/layers.properties.sample
@exec [ -f %B/layers.properties ] || cp %B/%f %B/layers.properties
%%G%%/data_dir/security/rest.properties.sample
@exec [ -f %B/rest.properties ] || cp %B/%f %B/rest.properties
%%G%%/data_dir/security/service.properties.sample
@exec [ -f %B/service.properties ] || cp %B/%f %B/service.properties
%%G%%/data_dir/security/users.properties.sample
@exec [ -f %B/users.properties ] || cp %B/%f %B/users.properties
%%G%%/data_dir/styles/Lakes.sld
%%G%%/data_dir/styles/NamedPlaces.sld
%%G%%/data_dir/styles/burg.sld
%%G%%/data_dir/styles/burg.xml.sample
@exec [ -f %B/burg.xml ] || cp %B/%f %B/burg.xml
%%G%%/data_dir/styles/burg02.svg
%%G%%/data_dir/styles/capitals.sld
%%G%%/data_dir/styles/capitals.xml.sample
@exec [ -f %B/capitals.xml ] || cp %B/%f %B/capitals.xml
%%G%%/data_dir/styles/cite_lakes.xml.sample
@exec [ -f %B/cite_lakes.xml ] || cp %B/%f %B/cite_lakes.xml
%%G%%/data_dir/styles/concat.xml.sample
@exec [ -f %B/concat.xml ] || cp %B/%f %B/concat.xml
%%G%%/data_dir/styles/default_line.sld
%%G%%/data_dir/styles/default_line2.sld
%%G%%/data_dir/styles/default_point.sld
%%G%%/data_dir/styles/default_polygon.sld
%%G%%/data_dir/styles/dem.sld
%%G%%/data_dir/styles/dem.xml.sample
@exec [ -f %B/dem.xml ] || cp %B/%f %B/dem.xml
%%G%%/data_dir/styles/flags.xml.sample
@exec [ -f %B/flags.xml ] || cp %B/%f %B/flags.xml
%%G%%/data_dir/styles/giant_polygon.sld
%%G%%/data_dir/styles/giant_polygon.xml.sample
@exec [ -f %B/giant_polygon.xml ] || cp %B/%f %B/giant_polygon.xml
%%G%%/data_dir/styles/grass.xml.sample
@exec [ -f %B/grass.xml ] || cp %B/%f %B/grass.xml
%%G%%/data_dir/styles/grass_fill.png
%%G%%/data_dir/styles/grass_poly.sld
%%G%%/data_dir/styles/green.sld
%%G%%/data_dir/styles/green.xml.sample
@exec [ -f %B/green.xml ] || cp %B/%f %B/green.xml
%%G%%/data_dir/styles/line.xml.sample
@exec [ -f %B/line.xml ] || cp %B/%f %B/line.xml
%%G%%/data_dir/styles/poi.sld
%%G%%/data_dir/styles/poi.xml.sample
@exec [ -f %B/poi.xml ] || cp %B/%f %B/poi.xml
%%G%%/data_dir/styles/point.xml.sample
@exec [ -f %B/point.xml ] || cp %B/%f %B/point.xml
%%G%%/data_dir/styles/poly_landmarks.sld
%%G%%/data_dir/styles/poly_landmarks.xml.sample
@exec [ -f %B/poly_landmarks.xml ] || cp %B/%f %B/poly_landmarks.xml
%%G%%/data_dir/styles/polygon.xml.sample
@exec [ -f %B/polygon.xml ] || cp %B/%f %B/polygon.xml
%%G%%/data_dir/styles/pophatch.sld
%%G%%/data_dir/styles/pophatch.xml.sample
@exec [ -f %B/pophatch.xml ] || cp %B/%f %B/pophatch.xml
%%G%%/data_dir/styles/popshade.sld
%%G%%/data_dir/styles/population.xml.sample
@exec [ -f %B/population.xml ] || cp %B/%f %B/population.xml
%%G%%/data_dir/styles/rain.sld
%%G%%/data_dir/styles/rain.xml.sample
@exec [ -f %B/rain.xml ] || cp %B/%f %B/rain.xml
%%G%%/data_dir/styles/raster.sld
%%G%%/data_dir/styles/raster.xml.sample
@exec [ -f %B/raster.xml ] || cp %B/%f %B/raster.xml
%%G%%/data_dir/styles/restricted.sld
%%G%%/data_dir/styles/restricted.xml.sample
@exec [ -f %B/restricted.xml ] || cp %B/%f %B/restricted.xml
%%G%%/data_dir/styles/simpleRoads.sld
%%G%%/data_dir/styles/simple_roads.xml.sample
@exec [ -f %B/simple_roads.xml ] || cp %B/%f %B/simple_roads.xml
%%G%%/data_dir/styles/simple_streams.sld
%%G%%/data_dir/styles/simple_streams.xml.sample
@exec [ -f %B/simple_streams.xml ] || cp %B/%f %B/simple_streams.xml
%%G%%/data_dir/styles/tiger_roads.sld
%%G%%/data_dir/styles/tiger_roads.xml.sample
@exec [ -f %B/tiger_roads.xml ] || cp %B/%f %B/tiger_roads.xml
%%G%%/data_dir/user_projections/epsg.properties.sample
@exec [ -f %B/epsg.properties ] || cp %B/%f %B/epsg.properties
%%G%%/data_dir/validation/FeatureCheck.xml.sample
@exec [ -f %B/FeatureCheck.xml ] || cp %B/%f %B/FeatureCheck.xml
%%G%%/data_dir/validation/IntegrityCheck.xml.sample
@exec [ -f %B/IntegrityCheck.xml ] || cp %B/%f %B/IntegrityCheck.xml
%%G%%/data_dir/wcs.xml.sample
@exec [ -f %B/wcs.xml ] || cp %B/%f %B/wcs.xml
%%G%%/data_dir/wfs.xml.sample
@exec [ -f %B/wfs.xml ] || cp %B/%f %B/wfs.xml
%%G%%/data_dir/wms.xml.sample
@exec [ -f %B/wms.xml ] || cp %B/%f %B/wms.xml
%%G%%/data_dir/workspaces/default.xml.sample
@exec [ -f %B/default.xml ] || cp %B/%f %B/default.xml
%%G%%/data_dir/workspaces/cite/namespace.xml.sample
@exec [ -f %B/namespace.xml ] || cp %B/%f %B/namespace.xml
%%G%%/data_dir/workspaces/cite/workspace.xml.sample
@exec [ -f %B/workspace.xml ] || cp %B/%f %B/workspace.xml
%%G%%/data_dir/workspaces/it.geosolutions/namespace.xml.sample
@exec [ -f %B/namespace.xml ] || cp %B/%f %B/namespace.xml
%%G%%/data_dir/workspaces/it.geosolutions/workspace.xml.sample
@exec [ -f %B/workspace.xml ] || cp %B/%f %B/workspace.xml
%%G%%/data_dir/workspaces/nurc/arcGridSample/Arc_Sample/coverage.xml.sample
@exec [ -f %B/coverage.xml ] || cp %B/%f %B/coverage.xml
%%G%%/data_dir/workspaces/nurc/arcGridSample/Arc_Sample/layer.xml.sample
@exec [ -f %B/layer.xml ] || cp %B/%f %B/layer.xml
%%G%%/data_dir/workspaces/nurc/arcGridSample/coveragestore.xml.sample
@exec [ -f %B/coveragestore.xml ] || cp %B/%f %B/coveragestore.xml
%%G%%/data_dir/workspaces/nurc/img_sample2/Pk50095/coverage.xml.sample
@exec [ -f %B/coverage.xml ] || cp %B/%f %B/coverage.xml
%%G%%/data_dir/workspaces/nurc/img_sample2/Pk50095/layer.xml.sample
@exec [ -f %B/layer.xml ] || cp %B/%f %B/layer.xml
%%G%%/data_dir/workspaces/nurc/img_sample2/coveragestore.xml.sample
@exec [ -f %B/coveragestore.xml ] || cp %B/%f %B/coveragestore.xml
%%G%%/data_dir/workspaces/nurc/mosaic/coveragestore.xml.sample
@exec [ -f %B/coveragestore.xml ] || cp %B/%f %B/coveragestore.xml
%%G%%/data_dir/workspaces/nurc/mosaic/mosaic/coverage.xml.sample
@exec [ -f %B/coverage.xml ] || cp %B/%f %B/coverage.xml
%%G%%/data_dir/workspaces/nurc/mosaic/mosaic/layer.xml.sample
@exec [ -f %B/layer.xml ] || cp %B/%f %B/layer.xml
%%G%%/data_dir/workspaces/nurc/namespace.xml.sample
@exec [ -f %B/namespace.xml ] || cp %B/%f %B/namespace.xml
%%G%%/data_dir/workspaces/nurc/workspace.xml.sample
@exec [ -f %B/workspace.xml ] || cp %B/%f %B/workspace.xml
%%G%%/data_dir/workspaces/nurc/worldImageSample/Img_Sample/coverage.xml.sample
@exec [ -f %B/coverage.xml ] || cp %B/%f %B/coverage.xml
%%G%%/data_dir/workspaces/nurc/worldImageSample/Img_Sample/layer.xml.sample
@exec [ -f %B/layer.xml ] || cp %B/%f %B/layer.xml
%%G%%/data_dir/workspaces/nurc/worldImageSample/coveragestore.xml.sample
@exec [ -f %B/coveragestore.xml ] || cp %B/%f %B/coveragestore.xml
%%G%%/data_dir/workspaces/sde/namespace.xml.sample
@exec [ -f %B/namespace.xml ] || cp %B/%f %B/namespace.xml
%%G%%/data_dir/workspaces/sde/workspace.xml.sample
@exec [ -f %B/workspace.xml ] || cp %B/%f %B/workspace.xml
%%G%%/data_dir/workspaces/sf/namespace.xml.sample
@exec [ -f %B/namespace.xml ] || cp %B/%f %B/namespace.xml
%%G%%/data_dir/workspaces/sf/sf/archsites/featuretype.xml.sample
@exec [ -f %B/featuretype.xml ] || cp %B/%f %B/featuretype.xml
%%G%%/data_dir/workspaces/sf/sf/archsites/layer.xml.sample
@exec [ -f %B/layer.xml ] || cp %B/%f %B/layer.xml
%%G%%/data_dir/workspaces/sf/sf/bugsites/featuretype.xml.sample
@exec [ -f %B/featuretype.xml ] || cp %B/%f %B/featuretype.xml
%%G%%/data_dir/workspaces/sf/sf/bugsites/layer.xml.sample
@exec [ -f %B/layer.xml ] || cp %B/%f %B/layer.xml
%%G%%/data_dir/workspaces/sf/sf/datastore.xml.sample
@exec [ -f %B/datastore.xml ] || cp %B/%f %B/datastore.xml
%%G%%/data_dir/workspaces/sf/sf/restricted/featuretype.xml.sample
@exec [ -f %B/featuretype.xml ] || cp %B/%f %B/featuretype.xml
%%G%%/data_dir/workspaces/sf/sf/restricted/layer.xml.sample
@exec [ -f %B/layer.xml ] || cp %B/%f %B/layer.xml
%%G%%/data_dir/workspaces/sf/sf/roads/featuretype.xml.sample
@exec [ -f %B/featuretype.xml ] || cp %B/%f %B/featuretype.xml
%%G%%/data_dir/workspaces/sf/sf/roads/layer.xml.sample
@exec [ -f %B/layer.xml ] || cp %B/%f %B/layer.xml
%%G%%/data_dir/workspaces/sf/sf/streams/featuretype.xml.sample
@exec [ -f %B/featuretype.xml ] || cp %B/%f %B/featuretype.xml
%%G%%/data_dir/workspaces/sf/sf/streams/layer.xml.sample
@exec [ -f %B/layer.xml ] || cp %B/%f %B/layer.xml
%%G%%/data_dir/workspaces/sf/sfdem/coveragestore.xml.sample
@exec [ -f %B/coveragestore.xml ] || cp %B/%f %B/coveragestore.xml
%%G%%/data_dir/workspaces/sf/sfdem/sfdem/coverage.xml.sample
@exec [ -f %B/coverage.xml ] || cp %B/%f %B/coverage.xml
%%G%%/data_dir/workspaces/sf/sfdem/sfdem/layer.xml.sample
@exec [ -f %B/layer.xml ] || cp %B/%f %B/layer.xml
%%G%%/data_dir/workspaces/sf/workspace.xml.sample
@exec [ -f %B/workspace.xml ] || cp %B/%f %B/workspace.xml
%%G%%/data_dir/workspaces/tiger/namespace.xml.sample
@exec [ -f %B/namespace.xml ] || cp %B/%f %B/namespace.xml
%%G%%/data_dir/workspaces/tiger/nyc/datastore.xml.sample
@exec [ -f %B/datastore.xml ] || cp %B/%f %B/datastore.xml
%%G%%/data_dir/workspaces/tiger/nyc/giant_polygon/featuretype.xml.sample
@exec [ -f %B/featuretype.xml ] || cp %B/%f %B/featuretype.xml
%%G%%/data_dir/workspaces/tiger/nyc/giant_polygon/layer.xml.sample
@exec [ -f %B/layer.xml ] || cp %B/%f %B/layer.xml
%%G%%/data_dir/workspaces/tiger/nyc/poi/featuretype.xml.sample
@exec [ -f %B/featuretype.xml ] || cp %B/%f %B/featuretype.xml
%%G%%/data_dir/workspaces/tiger/nyc/poi/layer.xml.sample
@exec [ -f %B/layer.xml ] || cp %B/%f %B/layer.xml
%%G%%/data_dir/workspaces/tiger/nyc/poly_landmarks/featuretype.xml.sample
@exec [ -f %B/featuretype.xml ] || cp %B/%f %B/featuretype.xml
%%G%%/data_dir/workspaces/tiger/nyc/poly_landmarks/layer.xml.sample
@exec [ -f %B/layer.xml ] || cp %B/%f %B/layer.xml
%%G%%/data_dir/workspaces/tiger/nyc/tiger_roads/featuretype.xml.sample
@exec [ -f %B/featuretype.xml ] || cp %B/%f %B/featuretype.xml
%%G%%/data_dir/workspaces/tiger/nyc/tiger_roads/layer.xml.sample
@exec [ -f %B/layer.xml ] || cp %B/%f %B/layer.xml
%%G%%/data_dir/workspaces/tiger/workspace.xml.sample
@exec [ -f %B/workspace.xml ] || cp %B/%f %B/workspace.xml
%%G%%/data_dir/workspaces/topp/namespace.xml.sample
@exec [ -f %B/namespace.xml ] || cp %B/%f %B/namespace.xml
%%G%%/data_dir/workspaces/topp/states_shapefile/datastore.xml.sample
@exec [ -f %B/datastore.xml ] || cp %B/%f %B/datastore.xml
%%G%%/data_dir/workspaces/topp/states_shapefile/states/description.ftl
%%G%%/data_dir/workspaces/topp/states_shapefile/states/featuretype.xml.sample
@exec [ -f %B/featuretype.xml ] || cp %B/%f %B/featuretype.xml
%%G%%/data_dir/workspaces/topp/states_shapefile/states/layer.xml.sample
@exec [ -f %B/layer.xml ] || cp %B/%f %B/layer.xml
%%G%%/data_dir/workspaces/topp/states_shapefile/states/title.ftl
%%G%%/data_dir/workspaces/topp/taz_shapes/datastore.xml.sample
@exec [ -f %B/datastore.xml ] || cp %B/%f %B/datastore.xml
%%G%%/data_dir/workspaces/topp/taz_shapes/tasmania_cities/featuretype.xml.sample
@exec [ -f %B/featuretype.xml ] || cp %B/%f %B/featuretype.xml
%%G%%/data_dir/workspaces/topp/taz_shapes/tasmania_cities/layer.xml.sample
@exec [ -f %B/layer.xml ] || cp %B/%f %B/layer.xml
%%G%%/data_dir/workspaces/topp/taz_shapes/tasmania_roads/featuretype.xml.sample
@exec [ -f %B/featuretype.xml ] || cp %B/%f %B/featuretype.xml
%%G%%/data_dir/workspaces/topp/taz_shapes/tasmania_roads/layer.xml.sample
@exec [ -f %B/layer.xml ] || cp %B/%f %B/layer.xml
%%G%%/data_dir/workspaces/topp/taz_shapes/tasmania_state_boundaries/featuretype.xml.sample
@exec [ -f %B/featuretype.xml ] || cp %B/%f %B/featuretype.xml
%%G%%/data_dir/workspaces/topp/taz_shapes/tasmania_state_boundaries/layer.xml.sample
@exec [ -f %B/layer.xml ] || cp %B/%f %B/layer.xml
%%G%%/data_dir/workspaces/topp/taz_shapes/tasmania_water_bodies/featuretype.xml.sample
@exec [ -f %B/featuretype.xml ] || cp %B/%f %B/featuretype.xml
%%G%%/data_dir/workspaces/topp/taz_shapes/tasmania_water_bodies/layer.xml.sample
@exec [ -f %B/layer.xml ] || cp %B/%f %B/layer.xml
%%G%%/data_dir/workspaces/topp/workspace.xml.sample
@exec [ -f %B/workspace.xml ] || cp %B/%f %B/workspace.xml
%%G%%/data_dir/www/ol-demo.html
%%G%%/data_dir/www/openlayers/OpenLayers.js
%%G%%/data_dir/www/openlayers/img/blank.gif
%%G%%/data_dir/www/openlayers/img/close.gif
%%G%%/data_dir/www/openlayers/img/cloud-popup-relative.png
%%G%%/data_dir/www/openlayers/img/drag-rectangle-off.png
%%G%%/data_dir/www/openlayers/img/drag-rectangle-on.png
%%G%%/data_dir/www/openlayers/img/east-mini.png
%%G%%/data_dir/www/openlayers/img/layer-switcher-maximize.png
%%G%%/data_dir/www/openlayers/img/layer-switcher-minimize.png
%%G%%/data_dir/www/openlayers/img/marker-blue.png
%%G%%/data_dir/www/openlayers/img/marker-gold.png
%%G%%/data_dir/www/openlayers/img/marker-green.png
%%G%%/data_dir/www/openlayers/img/marker.png
%%G%%/data_dir/www/openlayers/img/measuring-stick-off.png
%%G%%/data_dir/www/openlayers/img/measuring-stick-on.png
%%G%%/data_dir/www/openlayers/img/north-mini.png
%%G%%/data_dir/www/openlayers/img/panning-hand-off.png
%%G%%/data_dir/www/openlayers/img/panning-hand-on.png
%%G%%/data_dir/www/openlayers/img/slider.png
%%G%%/data_dir/www/openlayers/img/south-mini.png
%%G%%/data_dir/www/openlayers/img/west-mini.png
%%G%%/data_dir/www/openlayers/img/zoom-minus-mini.png
%%G%%/data_dir/www/openlayers/img/zoom-plus-mini.png
%%G%%/data_dir/www/openlayers/img/zoom-world-mini.png
%%G%%/data_dir/www/openlayers/img/zoombar.png
%%G%%/data_dir/www/openlayers/ol-demo.cfg
%%G%%/data_dir/www/openlayers/readme.txt
%%G%%/data_dir/www/openlayers/theme/default/framedCloud.css
%%G%%/data_dir/www/openlayers/theme/default/img/add_point_off.png
%%G%%/data_dir/www/openlayers/theme/default/img/add_point_on.png
%%G%%/data_dir/www/openlayers/theme/default/img/blank.gif
%%G%%/data_dir/www/openlayers/theme/default/img/close.gif
%%G%%/data_dir/www/openlayers/theme/default/img/drag-rectangle-off.png
%%G%%/data_dir/www/openlayers/theme/default/img/drag-rectangle-on.png
%%G%%/data_dir/www/openlayers/theme/default/img/draw_line_off.png
%%G%%/data_dir/www/openlayers/theme/default/img/draw_line_on.png
%%G%%/data_dir/www/openlayers/theme/default/img/draw_point_off.png
%%G%%/data_dir/www/openlayers/theme/default/img/draw_point_on.png
%%G%%/data_dir/www/openlayers/theme/default/img/draw_polygon_off.png
%%G%%/data_dir/www/openlayers/theme/default/img/draw_polygon_on.png
%%G%%/data_dir/www/openlayers/theme/default/img/editing_tool_bar.png
%%G%%/data_dir/www/openlayers/theme/default/img/move_feature_off.png
%%G%%/data_dir/www/openlayers/theme/default/img/move_feature_on.png
%%G%%/data_dir/www/openlayers/theme/default/img/overview_replacement.gif
%%G%%/data_dir/www/openlayers/theme/default/img/pan_off.png
%%G%%/data_dir/www/openlayers/theme/default/img/pan_on.png
%%G%%/data_dir/www/openlayers/theme/default/img/panning-hand-off.png
%%G%%/data_dir/www/openlayers/theme/default/img/panning-hand-on.png
%%G%%/data_dir/www/openlayers/theme/default/img/remove_point_off.png
%%G%%/data_dir/www/openlayers/theme/default/img/remove_point_on.png
%%G%%/data_dir/www/openlayers/theme/default/img/view_next_off.png
%%G%%/data_dir/www/openlayers/theme/default/img/view_next_on.png
%%G%%/data_dir/www/openlayers/theme/default/img/view_previous_off.png
%%G%%/data_dir/www/openlayers/theme/default/img/view_previous_on.png
%%G%%/data_dir/www/openlayers/theme/default/style.css
%%G%%/data_dir/www/styles/green.sld
%%G%%/data_dir/www/styles/remoteOws.sld
%%G%%/data_dir/www/styles/remoteTasmania.sld
%%G%%/data_dir/www/wfs-t.html
%%G%%/etc/jdbcRealm.properties.sample
@exec [ -f %B/jdbcRealm.properties ] || cp %B/%f %B/jdbcRealm.properties
%%G%%/etc/jetty-jmx-platform.xml.sample
@exec [ -f %B/jetty-jmx-platform.xml ] || cp %B/%f %B/jetty-jmx-platform.xml
%%G%%/etc/jetty-jmx.xml.sample
@exec [ -f %B/jetty-jmx.xml ] || cp %B/%f %B/jetty-jmx.xml
%%G%%/etc/jetty-plus.xml.sample
@exec [ -f %B/jetty-plus.xml ] || cp %B/%f %B/jetty-plus.xml
%%G%%/etc/jetty-ssl.xml.sample
@exec [ -f %B/jetty-ssl.xml ] || cp %B/%f %B/jetty-ssl.xml
%%G%%/etc/jetty.xml.sample
@exec [ -f %B/jetty.xml ] || cp %B/%f %B/jetty.xml
%%G%%/etc/keystore.sample
@exec [ -f %B/keystore ] || cp %B/%f %B/keystore
%%G%%/etc/realm.properties.sample
@exec [ -f %B/realm.properties ] || cp %B/%f %B/realm.properties
%%G%%/etc/stresstest.xml.sample
@exec [ -f %B/stresstest.xml ] || cp %B/%f %B/stresstest.xml
%%G%%/etc/webdefault.xml.sample
@exec [ -f %B/webdefault.xml ] || cp %B/%f %B/webdefault.xml
%%G%%/lib/ant-1.6.4.jar
%%G%%/lib/ant-optional-1.5.1.jar
%%G%%/lib/commons-el-1.0.jar
%%G%%/lib/commons-logging-1.0.jar
%%G%%/lib/jasper-compiler-5.5.15.jar
%%G%%/lib/jasper-compiler-jdt-5.5.15.jar
%%G%%/lib/jasper-runtime-5.5.15.jar
%%G%%/lib/jetty-6.1.8.jar
%%G%%/lib/jetty-util-6.1.8.jar
%%G%%/lib/jsp-api-2.0.jar
%%G%%/lib/log4j-1.2.14.jar
%%G%%/lib/servlet-api-2.5-6.1.8.jar
%%G%%/lib/slf4j-simple-1.0.1.jar
%%G%%/lib/xercesImpl-2.6.2.jar
%%G%%/lib/xmlParserAPIs-2.6.2.jar
%%G%%/logs/keepme.txt
%%G%%/resources/log4j.properties.sample
@exec [ -f %B/log4j.properties ] || cp %B/%f %B/log4j.properties
%%G%%/start.jar
%%G%%/webapps/geoserver/WEB-INF/classes/org/geoserver/GeoserverInitStartupListener.class
%%G%%/webapps/geoserver/WEB-INF/classes/org/geoserver/filters/AlternativesResponseStream.class
%%G%%/webapps/geoserver/WEB-INF/classes/org/geoserver/filters/BufferedRequestStream.class
%%G%%/webapps/geoserver/WEB-INF/classes/org/geoserver/filters/BufferedRequestWrapper$IteratorAsEnumeration.class
%%G%%/webapps/geoserver/WEB-INF/classes/org/geoserver/filters/BufferedRequestWrapper.class
%%G%%/webapps/geoserver/WEB-INF/classes/org/geoserver/filters/GZIPFilter.class
%%G%%/webapps/geoserver/WEB-INF/classes/org/geoserver/filters/GZIPResponseStream.class
%%G%%/webapps/geoserver/WEB-INF/classes/org/geoserver/filters/GZIPResponseWrapper.class
%%G%%/webapps/geoserver/WEB-INF/classes/org/geoserver/filters/LoggingFilter.class
%%G%%/webapps/geoserver/WEB-INF/classes/org/geoserver/filters/ReverseProxyFilter$1.class
%%G%%/webapps/geoserver/WEB-INF/classes/org/geoserver/filters/ReverseProxyFilter$CacheingResponseWrapper$DeferredCacheingOutputStream.class
%%G%%/webapps/geoserver/WEB-INF/classes/org/geoserver/filters/ReverseProxyFilter$CacheingResponseWrapper.class
%%G%%/webapps/geoserver/WEB-INF/classes/org/geoserver/filters/ReverseProxyFilter.class
%%G%%/webapps/geoserver/WEB-INF/dispatcher-servlet.xml.sample
@exec [ -f %B/dispatcher-servlet.xml ] || cp %B/%f %B/dispatcher-servlet.xml
%%G%%/webapps/geoserver/WEB-INF/lib/acegi-security-1.0.7.jar
%%G%%/webapps/geoserver/WEB-INF/lib/activation-1.1.jar
%%G%%/webapps/geoserver/WEB-INF/lib/ant-optional-1.5.1.jar
%%G%%/webapps/geoserver/WEB-INF/lib/antlr-2.7.2.jar
%%G%%/webapps/geoserver/WEB-INF/lib/aopalliance-1.0.jar
%%G%%/webapps/geoserver/WEB-INF/lib/avalon-framework-api-4.3.1.jar
%%G%%/webapps/geoserver/WEB-INF/lib/avalon-framework-impl-4.3.1.jar
%%G%%/webapps/geoserver/WEB-INF/lib/batik-anim-1.7.jar
%%G%%/webapps/geoserver/WEB-INF/lib/batik-awt-util-1.7.jar
%%G%%/webapps/geoserver/WEB-INF/lib/batik-bridge-1.7.jar
%%G%%/webapps/geoserver/WEB-INF/lib/batik-css-1.7.jar
%%G%%/webapps/geoserver/WEB-INF/lib/batik-dom-1.7.jar
%%G%%/webapps/geoserver/WEB-INF/lib/batik-ext-1.7.jar
%%G%%/webapps/geoserver/WEB-INF/lib/batik-gvt-1.7.jar
%%G%%/webapps/geoserver/WEB-INF/lib/batik-parser-1.7.jar
%%G%%/webapps/geoserver/WEB-INF/lib/batik-script-1.7.jar
%%G%%/webapps/geoserver/WEB-INF/lib/batik-svg-dom-1.7.jar
%%G%%/webapps/geoserver/WEB-INF/lib/batik-svggen-1.7.jar
%%G%%/webapps/geoserver/WEB-INF/lib/batik-transcoder-1.7.jar
%%G%%/webapps/geoserver/WEB-INF/lib/batik-util-1.7.jar
%%G%%/webapps/geoserver/WEB-INF/lib/batik-xml-1.7.jar
%%G%%/webapps/geoserver/WEB-INF/lib/bcmail-jdk14-138.jar
%%G%%/webapps/geoserver/WEB-INF/lib/bcprov-jdk14-138.jar
%%G%%/webapps/geoserver/WEB-INF/lib/cglib-nodep-2.1_3.jar
%%G%%/webapps/geoserver/WEB-INF/lib/com.noelios.restlet-1.0.8.jar
%%G%%/webapps/geoserver/WEB-INF/lib/com.noelios.restlet.ext.servlet-1.0.8.jar
%%G%%/webapps/geoserver/WEB-INF/lib/com.noelios.restlet.ext.simple-1.0.8.jar
%%G%%/webapps/geoserver/WEB-INF/lib/common-2.2.1.jar
%%G%%/webapps/geoserver/WEB-INF/lib/commons-beanutils-1.7.0.jar
%%G%%/webapps/geoserver/WEB-INF/lib/commons-codec-1.2.jar
%%G%%/webapps/geoserver/WEB-INF/lib/commons-collections-3.1.jar
%%G%%/webapps/geoserver/WEB-INF/lib/commons-dbcp-1.2.2.jar
%%G%%/webapps/geoserver/WEB-INF/lib/commons-digester-1.7.jar
%%G%%/webapps/geoserver/WEB-INF/lib/commons-fileupload-1.2.1.jar
%%G%%/webapps/geoserver/WEB-INF/lib/commons-httpclient-3.1.jar
%%G%%/webapps/geoserver/WEB-INF/lib/commons-io-1.3.2.jar
%%G%%/webapps/geoserver/WEB-INF/lib/commons-jxpath-1.2.jar
%%G%%/webapps/geoserver/WEB-INF/lib/commons-lang-2.1.jar
%%G%%/webapps/geoserver/WEB-INF/lib/commons-logging-1.1.1.jar
%%G%%/webapps/geoserver/WEB-INF/lib/commons-pool-1.5.3.jar
%%G%%/webapps/geoserver/WEB-INF/lib/commons-validator-1.1.4.jar
%%G%%/webapps/geoserver/WEB-INF/lib/ecore-2.2.2.jar
%%G%%/webapps/geoserver/WEB-INF/lib/ezmorph-1.0.6.jar
%%G%%/webapps/geoserver/WEB-INF/lib/fop-0.94.jar
%%G%%/webapps/geoserver/WEB-INF/lib/freemarker-2.3.13.jar
%%G%%/webapps/geoserver/WEB-INF/lib/geoapi-2.3-M1.jar
%%G%%/webapps/geoserver/WEB-INF/lib/geoapi-pending-2.3-M1.jar
%%G%%/webapps/geoserver/WEB-INF/lib/geowebcache-1.2.2.jar
%%G%%/webapps/geoserver/WEB-INF/lib/gt-api-%%GTVER%%.jar
%%G%%/webapps/geoserver/WEB-INF/lib/gt-arcgrid-%%GTVER%%.jar
%%G%%/webapps/geoserver/WEB-INF/lib/gt-coverage-%%GTVER%%.jar
%%G%%/webapps/geoserver/WEB-INF/lib/gt-cql-%%GTVER%%.jar
%%G%%/webapps/geoserver/WEB-INF/lib/gt-data-%%GTVER%%.jar
%%G%%/webapps/geoserver/WEB-INF/lib/gt-directory-%%GTVER%%.jar
%%G%%/webapps/geoserver/WEB-INF/lib/gt-epsg-hsql-%%GTVER%%.jar
%%G%%/webapps/geoserver/WEB-INF/lib/gt-geotiff-%%GTVER%%.jar
%%G%%/webapps/geoserver/WEB-INF/lib/gt-graph-%%GTVER%%.jar
%%G%%/webapps/geoserver/WEB-INF/lib/gt-gtopo30-%%GTVER%%.jar
%%G%%/webapps/geoserver/WEB-INF/lib/gt-image-%%GTVER%%.jar
%%G%%/webapps/geoserver/WEB-INF/lib/gt-imageio-ext-gdal-%%GTVER%%.jar
%%G%%/webapps/geoserver/WEB-INF/lib/gt-imagemosaic-%%GTVER%%.jar
%%G%%/webapps/geoserver/WEB-INF/lib/gt-jdbc-%%GTVER%%.jar
%%G%%/webapps/geoserver/WEB-INF/lib/gt-jdbc-postgis-%%GTVER%%.jar
%%G%%/webapps/geoserver/WEB-INF/lib/gt-main-%%GTVER%%.jar
%%G%%/webapps/geoserver/WEB-INF/lib/gt-metadata-%%GTVER%%.jar
%%G%%/webapps/geoserver/WEB-INF/lib/gt-property-%%GTVER%%.jar
%%G%%/webapps/geoserver/WEB-INF/lib/gt-referencing-%%GTVER%%.jar
%%G%%/webapps/geoserver/WEB-INF/lib/gt-render-%%GTVER%%.jar
%%G%%/webapps/geoserver/WEB-INF/lib/gt-shapefile-%%GTVER%%.jar
%%G%%/webapps/geoserver/WEB-INF/lib/gt-shapefile-renderer-%%GTVER%%.jar
%%G%%/webapps/geoserver/WEB-INF/lib/gt-svg-%%GTVER%%.jar
%%G%%/webapps/geoserver/WEB-INF/lib/gt-validation-%%GTVER%%.jar
%%G%%/webapps/geoserver/WEB-INF/lib/gt-wfs-%%GTVER%%.jar
%%G%%/webapps/geoserver/WEB-INF/lib/gt-xml-%%GTVER%%.jar
%%G%%/webapps/geoserver/WEB-INF/lib/gt-xsd-core-%%GTVER%%.jar
%%G%%/webapps/geoserver/WEB-INF/lib/gt-xsd-filter-%%GTVER%%.jar
%%G%%/webapps/geoserver/WEB-INF/lib/gt-xsd-gml2-%%GTVER%%.jar
%%G%%/webapps/geoserver/WEB-INF/lib/gt-xsd-gml3-%%GTVER%%.jar
%%G%%/webapps/geoserver/WEB-INF/lib/gt-xsd-ows-%%GTVER%%.jar
%%G%%/webapps/geoserver/WEB-INF/lib/gt-xsd-sld-%%GTVER%%.jar
%%G%%/webapps/geoserver/WEB-INF/lib/gt-xsd-wfs-%%GTVER%%.jar
%%G%%/webapps/geoserver/WEB-INF/lib/gwc-2.0.2.jar
%%G%%/webapps/geoserver/WEB-INF/lib/h2-1.1.104.jar
%%G%%/webapps/geoserver/WEB-INF/lib/h2-1.1.119.jar
%%G%%/webapps/geoserver/WEB-INF/lib/hsqldb-1.8.0.7.jar
%%G%%/webapps/geoserver/WEB-INF/lib/htmlvalidator-1.2.jar
%%G%%/webapps/geoserver/WEB-INF/lib/imageio-ext-arcgrid-1.0.5.jar
%%G%%/webapps/geoserver/WEB-INF/lib/imageio-ext-customstreams-1.0.5.jar
%%G%%/webapps/geoserver/WEB-INF/lib/imageio-ext-gdal-bindings-1.4.5b.jar
%%G%%/webapps/geoserver/WEB-INF/lib/imageio-ext-gdalarcbinarygrid-1.0.5.jar
%%G%%/webapps/geoserver/WEB-INF/lib/imageio-ext-gdaldted-1.0.5.jar
%%G%%/webapps/geoserver/WEB-INF/lib/imageio-ext-gdalecw-1.0.5.jar
%%G%%/webapps/geoserver/WEB-INF/lib/imageio-ext-gdalecwjp2-1.0.5.jar
%%G%%/webapps/geoserver/WEB-INF/lib/imageio-ext-gdalehdr-1.0.5.jar
%%G%%/webapps/geoserver/WEB-INF/lib/imageio-ext-gdalenvihdr-1.0.5.jar
%%G%%/webapps/geoserver/WEB-INF/lib/imageio-ext-gdalerdasimg-1.0.5.jar
%%G%%/webapps/geoserver/WEB-INF/lib/imageio-ext-gdalframework-1.0.5.jar
%%G%%/webapps/geoserver/WEB-INF/lib/imageio-ext-gdalkakadujp2-1.0.5.jar
%%G%%/webapps/geoserver/WEB-INF/lib/imageio-ext-gdalmrsid-1.0.5.jar
%%G%%/webapps/geoserver/WEB-INF/lib/imageio-ext-gdalmrsidjp2-1.0.5.jar
%%G%%/webapps/geoserver/WEB-INF/lib/imageio-ext-gdalnitf-1.0.5.jar
%%G%%/webapps/geoserver/WEB-INF/lib/imageio-ext-geocore-1.0.5.jar
%%G%%/webapps/geoserver/WEB-INF/lib/imageio-ext-imagereadmt-1.0.5.jar
%%G%%/webapps/geoserver/WEB-INF/lib/imageio-ext-tiff-1.0.5.jar
%%G%%/webapps/geoserver/WEB-INF/lib/imageio-ext-utilities-1.0.5.jar
%%G%%/webapps/geoserver/WEB-INF/lib/itext-2.1.5.jar
%%G%%/webapps/geoserver/WEB-INF/lib/jai_codec-1.1.3.jar
%%G%%/webapps/geoserver/WEB-INF/lib/jai_core-1.1.3.jar
%%G%%/webapps/geoserver/WEB-INF/lib/jai_imageio-1.1.jar
%%G%%/webapps/geoserver/WEB-INF/lib/jdom-1.0.jar
%%G%%/webapps/geoserver/WEB-INF/lib/jettison-1.0.1.jar
%%G%%/webapps/geoserver/WEB-INF/lib/json-lib-2.2.3-jdk15.jar
%%G%%/webapps/geoserver/WEB-INF/lib/jsr-275-1.0-beta-2.jar
%%G%%/webapps/geoserver/WEB-INF/lib/jts-1.10.jar
%%G%%/webapps/geoserver/WEB-INF/lib/log4j-1.2.14.jar
%%G%%/webapps/geoserver/WEB-INF/lib/mail-1.4.jar
%%G%%/webapps/geoserver/WEB-INF/lib/main-%%MVER%%.jar
%%G%%/webapps/geoserver/WEB-INF/lib/net.opengis.ows-%%GTVER%%.jar
%%G%%/webapps/geoserver/WEB-INF/lib/net.opengis.wcs-%%GTVER%%.jar
%%G%%/webapps/geoserver/WEB-INF/lib/net.opengis.wfs-%%GTVER%%.jar
%%G%%/webapps/geoserver/WEB-INF/lib/org.json-2.0.jar
%%G%%/webapps/geoserver/WEB-INF/lib/org.restlet-1.0.8.jar
%%G%%/webapps/geoserver/WEB-INF/lib/org.restlet.ext.freemarker-1.0.8.jar
%%G%%/webapps/geoserver/WEB-INF/lib/org.restlet.ext.json-1.0.1.jar
%%G%%/webapps/geoserver/WEB-INF/lib/org.restlet.ext.spring-1.0.8.jar
%%G%%/webapps/geoserver/WEB-INF/lib/org.simpleframework-3.1.3.jar
%%G%%/webapps/geoserver/WEB-INF/lib/org.w3.xlink-%%GTVER%%.jar
%%G%%/webapps/geoserver/WEB-INF/lib/oro-2.0.8.jar
%%G%%/webapps/geoserver/WEB-INF/lib/ows-%%MVER%%-tests.jar
%%G%%/webapps/geoserver/WEB-INF/lib/ows-%%MVER%%.jar
%%G%%/webapps/geoserver/WEB-INF/lib/picocontainer-1.2.jar
%%G%%/webapps/geoserver/WEB-INF/lib/platform-%%MVER%%.jar
%%G%%/webapps/geoserver/WEB-INF/lib/postgresql-8.4-701.jdbc3.jar
%%G%%/webapps/geoserver/WEB-INF/lib/rest-%%MVER%%.jar
%%G%%/webapps/geoserver/WEB-INF/lib/servlet-api-2.4.jar
%%G%%/webapps/geoserver/WEB-INF/lib/slf4j-api-1.4.2.jar
%%G%%/webapps/geoserver/WEB-INF/lib/slf4j-log4j12-1.4.2.jar
%%G%%/webapps/geoserver/WEB-INF/lib/spring-aop-2.5.5.jar
%%G%%/webapps/geoserver/WEB-INF/lib/spring-beans-2.5.5.jar
%%G%%/webapps/geoserver/WEB-INF/lib/spring-context-2.5.5.jar
%%G%%/webapps/geoserver/WEB-INF/lib/spring-context-support-2.5.5.jar
%%G%%/webapps/geoserver/WEB-INF/lib/spring-core-2.5.5.jar
%%G%%/webapps/geoserver/WEB-INF/lib/spring-jdbc-2.5.5.jar
%%G%%/webapps/geoserver/WEB-INF/lib/spring-tx-2.5.5.jar
%%G%%/webapps/geoserver/WEB-INF/lib/spring-web-2.5.5.jar
%%G%%/webapps/geoserver/WEB-INF/lib/spring-webmvc-2.5.5.jar
%%G%%/webapps/geoserver/WEB-INF/lib/stax-1.2.0.jar
%%G%%/webapps/geoserver/WEB-INF/lib/stax-api-1.0.1.jar
%%G%%/webapps/geoserver/WEB-INF/lib/struts-1.2.9.jar
%%G%%/webapps/geoserver/WEB-INF/lib/vecmath-1.3.2.jar
%%G%%/webapps/geoserver/WEB-INF/lib/wcs-%%MVER%%.jar
%%G%%/webapps/geoserver/WEB-INF/lib/wcs1_1-%%MVER%%.jar
%%G%%/webapps/geoserver/WEB-INF/lib/web-core-%%MVER%%.jar
%%G%%/webapps/geoserver/WEB-INF/lib/web-demo-%%MVER%%.jar
%%G%%/webapps/geoserver/WEB-INF/lib/web-gwc-%%MVER%%.jar
%%G%%/webapps/geoserver/WEB-INF/lib/web-security-%%MVER%%.jar
%%G%%/webapps/geoserver/WEB-INF/lib/web-wcs-%%MVER%%.jar
%%G%%/webapps/geoserver/WEB-INF/lib/web-wfs-%%MVER%%.jar
%%G%%/webapps/geoserver/WEB-INF/lib/web-wms-%%MVER%%.jar
%%G%%/webapps/geoserver/WEB-INF/lib/wfs-%%MVER%%.jar
%%G%%/webapps/geoserver/WEB-INF/lib/wicket-1.3.7.jar
%%G%%/webapps/geoserver/WEB-INF/lib/wicket-extensions-1.3.7.jar
%%G%%/webapps/geoserver/WEB-INF/lib/wicket-ioc-1.3.7.jar
%%G%%/webapps/geoserver/WEB-INF/lib/wicket-spring-1.3.7.jar
%%G%%/webapps/geoserver/WEB-INF/lib/wms-%%MVER%%.jar
%%G%%/webapps/geoserver/WEB-INF/lib/xalan-2.7.0.jar
%%G%%/webapps/geoserver/WEB-INF/lib/xercesImpl-2.6.2.jar
%%G%%/webapps/geoserver/WEB-INF/lib/xml-apis-1.3.04.jar
%%G%%/webapps/geoserver/WEB-INF/lib/xml-apis-ext-1.3.04.jar
%%G%%/webapps/geoserver/WEB-INF/lib/xml-apis-xerces-2.7.1.jar
%%G%%/webapps/geoserver/WEB-INF/lib/xmlgraphics-commons-1.2.jar
%%G%%/webapps/geoserver/WEB-INF/lib/xpp3-1.1.3.4.O.jar
%%G%%/webapps/geoserver/WEB-INF/lib/xpp3_min-1.1.4c.jar
%%G%%/webapps/geoserver/WEB-INF/lib/xsd-2.2.2.jar
%%G%%/webapps/geoserver/WEB-INF/lib/xstream-1.3.1.jar
%%G%%/webapps/geoserver/WEB-INF/web.xml.sample
@exec [ -f %B/web.xml ] || cp %B/%f %B/web.xml
%%G%%/webapps/geoserver/j_acegi_security_check
%%G%%/webapps/geoserver/index.html
%%G%%/webapps/geoserver/openlayers/OpenLayers.js
%%G%%/webapps/geoserver/openlayers/img/blank.gif
%%G%%/webapps/geoserver/openlayers/img/cancel.png
%%G%%/webapps/geoserver/openlayers/img/close.gif
%%G%%/webapps/geoserver/openlayers/img/drag-rectangle-off.png
%%G%%/webapps/geoserver/openlayers/img/drag-rectangle-on.png
%%G%%/webapps/geoserver/openlayers/img/east-mini.png
%%G%%/webapps/geoserver/openlayers/img/layer-switcher-maximize.png
%%G%%/webapps/geoserver/openlayers/img/layer-switcher-minimize.png
%%G%%/webapps/geoserver/openlayers/img/marker-blue.png
%%G%%/webapps/geoserver/openlayers/img/marker-gold.png
%%G%%/webapps/geoserver/openlayers/img/marker-green.png
%%G%%/webapps/geoserver/openlayers/img/marker.png
%%G%%/webapps/geoserver/openlayers/img/measuring-stick-off.png
%%G%%/webapps/geoserver/openlayers/img/measuring-stick-on.png
%%G%%/webapps/geoserver/openlayers/img/north-mini.png
%%G%%/webapps/geoserver/openlayers/img/options.png
%%G%%/webapps/geoserver/openlayers/img/panning-hand-off.png
%%G%%/webapps/geoserver/openlayers/img/panning-hand-on.png
%%G%%/webapps/geoserver/openlayers/img/slider.png
%%G%%/webapps/geoserver/openlayers/img/south-mini.png
%%G%%/webapps/geoserver/openlayers/img/west-mini.png
%%G%%/webapps/geoserver/openlayers/img/zoom-minus-mini.png
%%G%%/webapps/geoserver/openlayers/img/zoom-plus-mini.png
%%G%%/webapps/geoserver/openlayers/img/zoom-world-mini.png
%%G%%/webapps/geoserver/openlayers/img/zoombar.png
%%G%%/webapps/geoserver/openlayers/readme.txt
%%G%%/webapps/geoserver/openlayers/theme/default/img/add_point_off.png
%%G%%/webapps/geoserver/openlayers/theme/default/img/add_point_on.png
%%G%%/webapps/geoserver/openlayers/theme/default/img/drag-rectangle-off.png
%%G%%/webapps/geoserver/openlayers/theme/default/img/drag-rectangle-on.png
%%G%%/webapps/geoserver/openlayers/theme/default/img/draw_line_off.png
%%G%%/webapps/geoserver/openlayers/theme/default/img/draw_line_on.png
%%G%%/webapps/geoserver/openlayers/theme/default/img/draw_point_off.png
%%G%%/webapps/geoserver/openlayers/theme/default/img/draw_point_on.png
%%G%%/webapps/geoserver/openlayers/theme/default/img/draw_polygon_off.png
%%G%%/webapps/geoserver/openlayers/theme/default/img/draw_polygon_on.png
%%G%%/webapps/geoserver/openlayers/theme/default/img/move_feature_off.png
%%G%%/webapps/geoserver/openlayers/theme/default/img/move_feature_on.png
%%G%%/webapps/geoserver/openlayers/theme/default/img/pan_off.png
%%G%%/webapps/geoserver/openlayers/theme/default/img/pan_on.png
%%G%%/webapps/geoserver/openlayers/theme/default/img/panning-hand-off.png
%%G%%/webapps/geoserver/openlayers/theme/default/img/panning-hand-on.png
%%G%%/webapps/geoserver/openlayers/theme/default/img/remove_point_off.png
%%G%%/webapps/geoserver/openlayers/theme/default/img/remove_point_on.png
%%G%%/webapps/geoserver/openlayers/theme/default/style.css
%%G%%/webapps/geoserver/openlayers/wms.cfg
%%G%%/webapps/geoserver/options.png
%%G%%/webapps/geoserver/schemas/filter/1.0.0/expr.xsd
%%G%%/webapps/geoserver/schemas/filter/1.0.0/filter.xsd
%%G%%/webapps/geoserver/schemas/filter/1.0.0/filterCapabilities.xsd
%%G%%/webapps/geoserver/schemas/filter/1.1.0/expr.xsd
%%G%%/webapps/geoserver/schemas/filter/1.1.0/filter.xsd
%%G%%/webapps/geoserver/schemas/filter/1.1.0/filterCapabilities.xsd
%%G%%/webapps/geoserver/schemas/filter/1.1.0/sort.xsd
%%G%%/webapps/geoserver/schemas/gml/2.1.2/feature.xsd
%%G%%/webapps/geoserver/schemas/gml/2.1.2/geometry.xsd
%%G%%/webapps/geoserver/schemas/gml/2.1.2/xlinks.xsd
%%G%%/webapps/geoserver/schemas/gml/2.1.2.1/ReadMe.txt
%%G%%/webapps/geoserver/schemas/gml/2.1.2.1/feature.xsd
%%G%%/webapps/geoserver/schemas/gml/2.1.2.1/geometry.xsd
%%G%%/webapps/geoserver/schemas/gml/2.1.2.1/xlinks.xsd
%%G%%/webapps/geoserver/schemas/gml/3.1.1/base/ReadMe.txt
%%G%%/webapps/geoserver/schemas/gml/3.1.1/base/basicTypes.xsd
%%G%%/webapps/geoserver/schemas/gml/3.1.1/base/coordinateOperations.xsd
%%G%%/webapps/geoserver/schemas/gml/3.1.1/base/coordinateReferenceSystems.xsd
%%G%%/webapps/geoserver/schemas/gml/3.1.1/base/coordinateSystems.xsd
%%G%%/webapps/geoserver/schemas/gml/3.1.1/base/coverage.xsd
%%G%%/webapps/geoserver/schemas/gml/3.1.1/base/dataQuality.xsd
%%G%%/webapps/geoserver/schemas/gml/3.1.1/base/datums.xsd
%%G%%/webapps/geoserver/schemas/gml/3.1.1/base/defaultStyle.xsd
%%G%%/webapps/geoserver/schemas/gml/3.1.1/base/dictionary.xsd
%%G%%/webapps/geoserver/schemas/gml/3.1.1/base/direction.xsd
%%G%%/webapps/geoserver/schemas/gml/3.1.1/base/dynamicFeature.xsd
%%G%%/webapps/geoserver/schemas/gml/3.1.1/base/feature.xsd
%%G%%/webapps/geoserver/schemas/gml/3.1.1/base/geometryAggregates.xsd
%%G%%/webapps/geoserver/schemas/gml/3.1.1/base/geometryBasic0d1d.xsd
%%G%%/webapps/geoserver/schemas/gml/3.1.1/base/geometryBasic2d.xsd
%%G%%/webapps/geoserver/schemas/gml/3.1.1/base/geometryComplexes.xsd
%%G%%/webapps/geoserver/schemas/gml/3.1.1/base/geometryPrimitives.xsd
%%G%%/webapps/geoserver/schemas/gml/3.1.1/base/gml.xsd
%%G%%/webapps/geoserver/schemas/gml/3.1.1/base/gmlBase.xsd
%%G%%/webapps/geoserver/schemas/gml/3.1.1/base/grids.xsd
%%G%%/webapps/geoserver/schemas/gml/3.1.1/base/measures.xsd
%%G%%/webapps/geoserver/schemas/gml/3.1.1/base/observation.xsd
%%G%%/webapps/geoserver/schemas/gml/3.1.1/base/referenceSystems.xsd
%%G%%/webapps/geoserver/schemas/gml/3.1.1/base/temporal.xsd
%%G%%/webapps/geoserver/schemas/gml/3.1.1/base/temporalReferenceSystems.xsd
%%G%%/webapps/geoserver/schemas/gml/3.1.1/base/temporalTopology.xsd
%%G%%/webapps/geoserver/schemas/gml/3.1.1/base/topology.xsd
%%G%%/webapps/geoserver/schemas/gml/3.1.1/base/units.xsd
%%G%%/webapps/geoserver/schemas/gml/3.1.1/base/valueObjects.xsd
%%G%%/webapps/geoserver/schemas/gml/3.1.1/readme.txt
%%G%%/webapps/geoserver/schemas/gml/3.1.1/smil/smil20-language.xsd
%%G%%/webapps/geoserver/schemas/gml/3.1.1/smil/smil20.xsd
%%G%%/webapps/geoserver/schemas/gml/3.1.1/smil/xml-mod.xsd
%%G%%/webapps/geoserver/schemas/gml/3.1.1/xlink/xlinks.xsd
%%G%%/webapps/geoserver/schemas/ows/1.0.0/ReadMe.txt
%%G%%/webapps/geoserver/schemas/ows/1.0.0/ows19115subset.xsd
%%G%%/webapps/geoserver/schemas/ows/1.0.0/owsAll.xsd
%%G%%/webapps/geoserver/schemas/ows/1.0.0/owsCommon.xsd
%%G%%/webapps/geoserver/schemas/ows/1.0.0/owsDataIdentification.xsd
%%G%%/webapps/geoserver/schemas/ows/1.0.0/owsExceptionReport.xsd
%%G%%/webapps/geoserver/schemas/ows/1.0.0/owsGetCapabilities.xsd
%%G%%/webapps/geoserver/schemas/ows/1.0.0/owsOperationsMetadata.xsd
%%G%%/webapps/geoserver/schemas/ows/1.0.0/owsServiceIdentification.xsd
%%G%%/webapps/geoserver/schemas/ows/1.0.0/owsServiceProvider.xsd
%%G%%/webapps/geoserver/schemas/ows/1.1.0/ReadMe.txt
%%G%%/webapps/geoserver/schemas/ows/1.1.0/ows19115subset.xsd
%%G%%/webapps/geoserver/schemas/ows/1.1.0/owsAll.xsd
%%G%%/webapps/geoserver/schemas/ows/1.1.0/owsCommon.xsd
%%G%%/webapps/geoserver/schemas/ows/1.1.0/owsContents.xsd
%%G%%/webapps/geoserver/schemas/ows/1.1.0/owsDataIdentification.xsd
%%G%%/webapps/geoserver/schemas/ows/1.1.0/owsDomainType.xsd
%%G%%/webapps/geoserver/schemas/ows/1.1.0/owsExceptionReport.xsd
%%G%%/webapps/geoserver/schemas/ows/1.1.0/owsGetCapabilities.xsd
%%G%%/webapps/geoserver/schemas/ows/1.1.0/owsGetResourceByID.xsd
%%G%%/webapps/geoserver/schemas/ows/1.1.0/owsInputOutputData.xsd
%%G%%/webapps/geoserver/schemas/ows/1.1.0/owsManifest.xsd
%%G%%/webapps/geoserver/schemas/ows/1.1.0/owsOperationsMetadata.xsd
%%G%%/webapps/geoserver/schemas/ows/1.1.0/owsServiceIdentification.xsd
%%G%%/webapps/geoserver/schemas/ows/1.1.0/owsServiceProvider.xsd
%%G%%/webapps/geoserver/schemas/ows/ReadMe.txt
%%G%%/webapps/geoserver/schemas/sld/GetMap.xsd
%%G%%/webapps/geoserver/schemas/sld/StyledLayerDescriptor.xsd
%%G%%/webapps/geoserver/schemas/validate/pluginSchema.xsd
%%G%%/webapps/geoserver/schemas/validate/testSuiteSchema.xsd
%%G%%/webapps/geoserver/schemas/wcs/1.0.0/OGC-exception.xsd
%%G%%/webapps/geoserver/schemas/wcs/1.0.0/describeCoverage.xsd
%%G%%/webapps/geoserver/schemas/wcs/1.0.0/getCoverage.xsd
%%G%%/webapps/geoserver/schemas/wcs/1.0.0/gml4wcs.xsd
%%G%%/webapps/geoserver/schemas/wcs/1.0.0/owsBase.xsd
%%G%%/webapps/geoserver/schemas/wcs/1.0.0/values.xsd
%%G%%/webapps/geoserver/schemas/wcs/1.0.0/wcsCapabilities.xsd
%%G%%/webapps/geoserver/schemas/wcs/1.1.1/gml4wcs.xsd
%%G%%/webapps/geoserver/schemas/wcs/1.1.1/interpolationMethods.xml.sample
@exec [ -f %B/interpolationMethods.xml ] || cp %B/%f %B/interpolationMethods.xml
%%G%%/webapps/geoserver/schemas/wcs/1.1.1/wcsAll.xsd
%%G%%/webapps/geoserver/schemas/wcs/1.1.1/wcsCommon.xsd
%%G%%/webapps/geoserver/schemas/wcs/1.1.1/wcsContents.xsd
%%G%%/webapps/geoserver/schemas/wcs/1.1.1/wcsCoverages.xsd
%%G%%/webapps/geoserver/schemas/wcs/1.1.1/wcsDescribeCoverage.xsd
%%G%%/webapps/geoserver/schemas/wcs/1.1.1/wcsGetCapabilities.xsd
%%G%%/webapps/geoserver/schemas/wcs/1.1.1/wcsGetCoverage.xsd
%%G%%/webapps/geoserver/schemas/wcs/1.1.1/wcsGridCRS.xsd
%%G%%/webapps/geoserver/schemas/wcs/1.1.1/wcsInterpolationMethod.xsd
%%G%%/webapps/geoserver/schemas/wfs/1.0.0/OGC-exception.xsd
%%G%%/webapps/geoserver/schemas/wfs/1.0.0/WFS-basic.xsd
%%G%%/webapps/geoserver/schemas/wfs/1.0.0/WFS-capabilities.xsd
%%G%%/webapps/geoserver/schemas/wfs/1.0.0/WFS-transaction.xsd
%%G%%/webapps/geoserver/schemas/wfs/1.0.0/WFS-versioning.xsd
%%G%%/webapps/geoserver/schemas/wfs/1.1.0/wfs.xsd
%%G%%/webapps/geoserver/schemas/wfs/1.1.0/wfsv.xsd
%%G%%/webapps/geoserver/schemas/wms/1.1.1/OGC-exception.xsd
%%G%%/webapps/geoserver/schemas/wms/1.1.1/WMS_DescribeLayerResponse.dtd
%%G%%/webapps/geoserver/schemas/wms/1.1.1/WMS_MS_Capabilities.dtd
%%G%%/webapps/geoserver/schemas/wms/1.1.1/WMS_exception_1_1_1.dtd
%%G%%/webapps/geoserver/schemas/xlink/1.0.0/xlinks.xsd
@dirrmtry %%G%%/bin
@dirrmtry %%G%%/data_dir/coverages/arc_sample
@dirrmtry %%G%%/data_dir/coverages/img_sample
@dirrmtry %%G%%/data_dir/coverages/mosaic_sample
@dirrmtry %%G%%/data_dir/coverages
@dirrmtry %%G%%/data_dir/data/nyc
@dirrmtry %%G%%/data_dir/data/sf
@dirrmtry %%G%%/data_dir/data/shapefiles
@dirrmtry %%G%%/data_dir/data/taz_shapes
@dirrmtry %%G%%/data_dir/data
@dirrmtry %%G%%/data_dir/demo
@dirrmtry %%G%%/data_dir/gwc/meta_jdbc_h2
@dirrmtry %%G%%/data_dir/gwc
@dirrmtry %%G%%/data_dir/layergroups
@dirrmtry %%G%%/data_dir/logs
@dirrmtry %%G%%/data_dir/palettes
@dirrmtry %%G%%/data_dir/plugIns
@dirrmtry %%G%%/data_dir/security
@dirrmtry %%G%%/data_dir/styles
@dirrmtry %%G%%/data_dir/user_projections
@dirrmtry %%G%%/data_dir/validation
@dirrmtry %%G%%/data_dir/workspaces/cite
@dirrmtry %%G%%/data_dir/workspaces/it.geosolutions
@dirrmtry %%G%%/data_dir/workspaces/nurc/arcGridSample/Arc_Sample
@dirrmtry %%G%%/data_dir/workspaces/nurc/arcGridSample
@dirrmtry %%G%%/data_dir/workspaces/nurc/img_sample2/Pk50095
@dirrmtry %%G%%/data_dir/workspaces/nurc/img_sample2
@dirrmtry %%G%%/data_dir/workspaces/nurc/mosaic/mosaic
@dirrmtry %%G%%/data_dir/workspaces/nurc/mosaic
@dirrmtry %%G%%/data_dir/workspaces/nurc/worldImageSample/Img_Sample
@dirrmtry %%G%%/data_dir/workspaces/nurc/worldImageSample
@dirrmtry %%G%%/data_dir/workspaces/nurc
@dirrmtry %%G%%/data_dir/workspaces/sde
@dirrmtry %%G%%/data_dir/workspaces/sf/sf/archsites
@dirrmtry %%G%%/data_dir/workspaces/sf/sf/bugsites
@dirrmtry %%G%%/data_dir/workspaces/sf/sf/restricted
@dirrmtry %%G%%/data_dir/workspaces/sf/sf/roads
@dirrmtry %%G%%/data_dir/workspaces/sf/sf/streams
@dirrmtry %%G%%/data_dir/workspaces/sf/sf
@dirrmtry %%G%%/data_dir/workspaces/sf/sfdem/sfdem
@dirrmtry %%G%%/data_dir/workspaces/sf/sfdem
@dirrmtry %%G%%/data_dir/workspaces/sf
@dirrmtry %%G%%/data_dir/workspaces/tiger/nyc/giant_polygon
@dirrmtry %%G%%/data_dir/workspaces/tiger/nyc/poi
@dirrmtry %%G%%/data_dir/workspaces/tiger/nyc/poly_landmarks
@dirrmtry %%G%%/data_dir/workspaces/tiger/nyc/tiger_roads
@dirrmtry %%G%%/data_dir/workspaces/tiger/nyc
@dirrmtry %%G%%/data_dir/workspaces/tiger
@dirrmtry %%G%%/data_dir/workspaces/topp/states_shapefile/states
@dirrmtry %%G%%/data_dir/workspaces/topp/states_shapefile
@dirrmtry %%G%%/data_dir/workspaces/topp/taz_shapes/tasmania_cities
@dirrmtry %%G%%/data_dir/workspaces/topp/taz_shapes/tasmania_roads
@dirrmtry %%G%%/data_dir/workspaces/topp/taz_shapes/tasmania_state_boundaries
@dirrmtry %%G%%/data_dir/workspaces/topp/taz_shapes/tasmania_water_bodies
@dirrmtry %%G%%/data_dir/workspaces/topp/taz_shapes
@dirrmtry %%G%%/data_dir/workspaces/topp
@dirrmtry %%G%%/data_dir/workspaces
@dirrmtry %%G%%/data_dir/www/openlayers/img
@dirrmtry %%G%%/data_dir/www/openlayers/theme/default/img
@dirrmtry %%G%%/data_dir/www/openlayers/theme/default
@dirrmtry %%G%%/data_dir/www/openlayers/theme
@dirrmtry %%G%%/data_dir/www/openlayers
@dirrmtry %%G%%/data_dir/www/styles
@dirrmtry %%G%%/data_dir/www
@dirrmtry %%G%%/data_dir
@dirrmtry %%G%%/etc
@dirrmtry %%G%%/lib
@dirrmtry %%G%%/logs
@dirrmtry %%G%%/resources
@dirrmtry %%G%%/webapps/geoserver/WEB-INF/classes/org/geoserver/filters
@dirrmtry %%G%%/webapps/geoserver/WEB-INF/classes/org/geoserver
@dirrmtry %%G%%/webapps/geoserver/WEB-INF/classes/org
@dirrmtry %%G%%/webapps/geoserver/WEB-INF/classes
@dirrmtry %%G%%/webapps/geoserver/WEB-INF/lib
@dirrmtry %%G%%/webapps/geoserver/WEB-INF
@dirrmtry %%G%%/webapps/geoserver/openlayers/img
@dirrmtry %%G%%/webapps/geoserver/openlayers/theme/default/img
@dirrmtry %%G%%/webapps/geoserver/openlayers/theme/default
@dirrmtry %%G%%/webapps/geoserver/openlayers/theme
@dirrmtry %%G%%/webapps/geoserver/openlayers
@dirrmtry %%G%%/webapps/geoserver/schemas/filter/1.0.0
@dirrmtry %%G%%/webapps/geoserver/schemas/filter/1.1.0
@dirrmtry %%G%%/webapps/geoserver/schemas/filter
@dirrmtry %%G%%/webapps/geoserver/schemas/gml/2.1.2
@dirrmtry %%G%%/webapps/geoserver/schemas/gml/2.1.2.1
@dirrmtry %%G%%/webapps/geoserver/schemas/gml/3.1.1/base
@dirrmtry %%G%%/webapps/geoserver/schemas/gml/3.1.1/smil
@dirrmtry %%G%%/webapps/geoserver/schemas/gml/3.1.1/xlink
@dirrmtry %%G%%/webapps/geoserver/schemas/gml/3.1.1
@dirrmtry %%G%%/webapps/geoserver/schemas/gml
@dirrmtry %%G%%/webapps/geoserver/schemas/ows/1.0.0
@dirrmtry %%G%%/webapps/geoserver/schemas/ows/1.1.0
@dirrmtry %%G%%/webapps/geoserver/schemas/ows
@dirrmtry %%G%%/webapps/geoserver/schemas/sld
@dirrmtry %%G%%/webapps/geoserver/schemas/validate
@dirrmtry %%G%%/webapps/geoserver/schemas/wcs/1.0.0
@dirrmtry %%G%%/webapps/geoserver/schemas/wcs/1.1.1
@dirrmtry %%G%%/webapps/geoserver/schemas/wcs
@dirrmtry %%G%%/webapps/geoserver/schemas/wfs/1.0.0
@dirrmtry %%G%%/webapps/geoserver/schemas/wfs/1.1.0
@dirrmtry %%G%%/webapps/geoserver/schemas/wfs
@dirrmtry %%G%%/webapps/geoserver/schemas/wms/1.1.1
@dirrmtry %%G%%/webapps/geoserver/schemas/wms
@dirrmtry %%G%%/webapps/geoserver/schemas/xlink/1.0.0
@dirrmtry %%G%%/webapps/geoserver/schemas/xlink
@dirrmtry %%G%%/webapps/geoserver/schemas
@dirrmtry %%G%%/webapps/geoserver
@dirrmtry %%G%%/webapps
@dirrmtry %%G%%
@stopdaemon geoserver