aboutsummaryrefslogtreecommitdiff
path: root/devel/bouml-doc/pkg-plist
blob: cedad99dea866f266e202b60005687abeb15b833 (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
%%DOCSDIR%%/activity.html
%%DOCSDIR%%/activityaction.html
%%DOCSDIR%%/activitycontrolnode.html
%%DOCSDIR%%/activitydiagram.html
%%DOCSDIR%%/activityobject.html
%%DOCSDIR%%/activitypartition.html
%%DOCSDIR%%/activityregion.html
%%DOCSDIR%%/artifact.html
%%DOCSDIR%%/attribute.html
%%DOCSDIR%%/blurulr6.gif
%%DOCSDIR%%/blurulr6.png
%%DOCSDIR%%/bouml.html
%%DOCSDIR%%/bouml_title.html
%%DOCSDIR%%/browseritems.html
%%DOCSDIR%%/class.html
%%DOCSDIR%%/classdiagram.html
%%DOCSDIR%%/classinstance.html
%%DOCSDIR%%/classview.html
%%DOCSDIR%%/collaborationdiagram.html
%%DOCSDIR%%/component.html
%%DOCSDIR%%/componentdiagram.html
%%DOCSDIR%%/componentview.html
%%DOCSDIR%%/content.html
%%DOCSDIR%%/cppgenerator.html
%%DOCSDIR%%/cppreverse.html
%%DOCSDIR%%/cpproundtrip.html
%%DOCSDIR%%/cpputil.html
%%DOCSDIR%%/deploy.html
%%DOCSDIR%%/deploymentdiagram.html
%%DOCSDIR%%/deploymentview.html
%%DOCSDIR%%/empty_html/class1024.html
%%DOCSDIR%%/empty_html/class1280.html
%%DOCSDIR%%/empty_html/class128002.html
%%DOCSDIR%%/empty_html/class128130.html
%%DOCSDIR%%/empty_html/class128256.html
%%DOCSDIR%%/empty_html/class128386.html
%%DOCSDIR%%/empty_html/class128512.html
%%DOCSDIR%%/empty_html/class128642.html
%%DOCSDIR%%/empty_html/class128768.html
%%DOCSDIR%%/empty_html/class128896.html
%%DOCSDIR%%/empty_html/class129026.html
%%DOCSDIR%%/empty_html/class129152.html
%%DOCSDIR%%/empty_html/class129280.html
%%DOCSDIR%%/empty_html/class129410.html
%%DOCSDIR%%/empty_html/class129536.html
%%DOCSDIR%%/empty_html/class129666.html
%%DOCSDIR%%/empty_html/class129794.html
%%DOCSDIR%%/empty_html/class129920.html
%%DOCSDIR%%/empty_html/class130050.html
%%DOCSDIR%%/empty_html/class130176.html
%%DOCSDIR%%/empty_html/class130306.html
%%DOCSDIR%%/empty_html/class130432.html
%%DOCSDIR%%/empty_html/class130562.html
%%DOCSDIR%%/empty_html/class130688.html
%%DOCSDIR%%/empty_html/class130818.html
%%DOCSDIR%%/empty_html/class130944.html
%%DOCSDIR%%/empty_html/class131074.html
%%DOCSDIR%%/empty_html/class131200.html
%%DOCSDIR%%/empty_html/class131330.html
%%DOCSDIR%%/empty_html/class131456.html
%%DOCSDIR%%/empty_html/class131586.html
%%DOCSDIR%%/empty_html/class131712.html
%%DOCSDIR%%/empty_html/class131842.html
%%DOCSDIR%%/empty_html/class131968.html
%%DOCSDIR%%/empty_html/class132098.html
%%DOCSDIR%%/empty_html/class132224.html
%%DOCSDIR%%/empty_html/class132354.html
%%DOCSDIR%%/empty_html/class132480.html
%%DOCSDIR%%/empty_html/class132610.html
%%DOCSDIR%%/empty_html/class132736.html
%%DOCSDIR%%/empty_html/class132866.html
%%DOCSDIR%%/empty_html/class132994.html
%%DOCSDIR%%/empty_html/class133120.html
%%DOCSDIR%%/empty_html/class133250.html
%%DOCSDIR%%/empty_html/class133376.html
%%DOCSDIR%%/empty_html/class133506.html
%%DOCSDIR%%/empty_html/class133632.html
%%DOCSDIR%%/empty_html/class133762.html
%%DOCSDIR%%/empty_html/class133888.html
%%DOCSDIR%%/empty_html/class134018.html
%%DOCSDIR%%/empty_html/class134144.html
%%DOCSDIR%%/empty_html/class134272.html
%%DOCSDIR%%/empty_html/class134402.html
%%DOCSDIR%%/empty_html/class134528.html
%%DOCSDIR%%/empty_html/class134658.html
%%DOCSDIR%%/empty_html/class134784.html
%%DOCSDIR%%/empty_html/class134912.html
%%DOCSDIR%%/empty_html/class135042.html
%%DOCSDIR%%/empty_html/class135168.html
%%DOCSDIR%%/empty_html/class135298.html
%%DOCSDIR%%/empty_html/class135424.html
%%DOCSDIR%%/empty_html/class135554.html
%%DOCSDIR%%/empty_html/class135680.html
%%DOCSDIR%%/empty_html/class135810.html
%%DOCSDIR%%/empty_html/class135936.html
%%DOCSDIR%%/empty_html/class136066.html
%%DOCSDIR%%/empty_html/class136192.html
%%DOCSDIR%%/empty_html/class136322.html
%%DOCSDIR%%/empty_html/class136448.html
%%DOCSDIR%%/empty_html/class136578.html
%%DOCSDIR%%/empty_html/class136704.html
%%DOCSDIR%%/empty_html/class136834.html
%%DOCSDIR%%/empty_html/class136960.html
%%DOCSDIR%%/empty_html/class137090.html
%%DOCSDIR%%/empty_html/class137216.html
%%DOCSDIR%%/empty_html/class137346.html
%%DOCSDIR%%/empty_html/class137472.html
%%DOCSDIR%%/empty_html/class137602.html
%%DOCSDIR%%/empty_html/class137728.html
%%DOCSDIR%%/empty_html/class137858.html
%%DOCSDIR%%/empty_html/class137984.html
%%DOCSDIR%%/empty_html/class138114.html
%%DOCSDIR%%/empty_html/class138240.html
%%DOCSDIR%%/empty_html/class138370.html
%%DOCSDIR%%/empty_html/class138496.html
%%DOCSDIR%%/empty_html/class138626.html
%%DOCSDIR%%/empty_html/class138752.html
%%DOCSDIR%%/empty_html/class138882.html
%%DOCSDIR%%/empty_html/class139008.html
%%DOCSDIR%%/empty_html/class139138.html
%%DOCSDIR%%/empty_html/class139264.html
%%DOCSDIR%%/empty_html/class139394.html
%%DOCSDIR%%/empty_html/class139520.html
%%DOCSDIR%%/empty_html/class139650.html
%%DOCSDIR%%/empty_html/class139776.html
%%DOCSDIR%%/empty_html/class139906.html
%%DOCSDIR%%/empty_html/class140032.html
%%DOCSDIR%%/empty_html/class140162.html
%%DOCSDIR%%/empty_html/class140288.html
%%DOCSDIR%%/empty_html/class140418.html
%%DOCSDIR%%/empty_html/class140544.html
%%DOCSDIR%%/empty_html/class140674.html
%%DOCSDIR%%/empty_html/class1408.html
%%DOCSDIR%%/empty_html/class140800.html
%%DOCSDIR%%/empty_html/class140930.html
%%DOCSDIR%%/empty_html/class141056.html
%%DOCSDIR%%/empty_html/class141186.html
%%DOCSDIR%%/empty_html/class141312.html
%%DOCSDIR%%/empty_html/class141442.html
%%DOCSDIR%%/empty_html/class141568.html
%%DOCSDIR%%/empty_html/class141698.html
%%DOCSDIR%%/empty_html/class141824.html
%%DOCSDIR%%/empty_html/class141952.html
%%DOCSDIR%%/empty_html/class142082.html
%%DOCSDIR%%/empty_html/class142208.html
%%DOCSDIR%%/empty_html/class142338.html
%%DOCSDIR%%/empty_html/class142464.html
%%DOCSDIR%%/empty_html/class142592.html
%%DOCSDIR%%/empty_html/class142722.html
%%DOCSDIR%%/empty_html/class142848.html
%%DOCSDIR%%/empty_html/class142978.html
%%DOCSDIR%%/empty_html/class143104.html
%%DOCSDIR%%/empty_html/class143234.html
%%DOCSDIR%%/empty_html/class143360.html
%%DOCSDIR%%/empty_html/class143488.html
%%DOCSDIR%%/empty_html/class143618.html
%%DOCSDIR%%/empty_html/class143744.html
%%DOCSDIR%%/empty_html/class143872.html
%%DOCSDIR%%/empty_html/class144768.html
%%DOCSDIR%%/empty_html/class144898.html
%%DOCSDIR%%/empty_html/class145024.html
%%DOCSDIR%%/empty_html/class145154.html
%%DOCSDIR%%/empty_html/class145280.html
%%DOCSDIR%%/empty_html/class145410.html
%%DOCSDIR%%/empty_html/class146560.html
%%DOCSDIR%%/empty_html/class146688.html
%%DOCSDIR%%/empty_html/class146818.html
%%DOCSDIR%%/empty_html/class146946.html
%%DOCSDIR%%/empty_html/class147072.html
%%DOCSDIR%%/empty_html/class147200.html
%%DOCSDIR%%/empty_html/class147330.html
%%DOCSDIR%%/empty_html/class147456.html
%%DOCSDIR%%/empty_html/class147586.html
%%DOCSDIR%%/empty_html/class147712.html
%%DOCSDIR%%/empty_html/class147842.html
%%DOCSDIR%%/empty_html/class147968.html
%%DOCSDIR%%/empty_html/class148098.html
%%DOCSDIR%%/empty_html/class148224.html
%%DOCSDIR%%/empty_html/class148354.html
%%DOCSDIR%%/empty_html/class148480.html
%%DOCSDIR%%/empty_html/class148610.html
%%DOCSDIR%%/empty_html/class148736.html
%%DOCSDIR%%/empty_html/class148864.html
%%DOCSDIR%%/empty_html/class148994.html
%%DOCSDIR%%/empty_html/class149120.html
%%DOCSDIR%%/empty_html/class149250.html
%%DOCSDIR%%/empty_html/class149376.html
%%DOCSDIR%%/empty_html/class149506.html
%%DOCSDIR%%/empty_html/class149632.html
%%DOCSDIR%%/empty_html/class149762.html
%%DOCSDIR%%/empty_html/class149888.html
%%DOCSDIR%%/empty_html/class150016.html
%%DOCSDIR%%/empty_html/class150144.html
%%DOCSDIR%%/empty_html/class150272.html
%%DOCSDIR%%/empty_html/class150403.html
%%DOCSDIR%%/empty_html/class151552.html
%%DOCSDIR%%/empty_html/class151683.html
%%DOCSDIR%%/empty_html/class151808.html
%%DOCSDIR%%/empty_html/class151939.html
%%DOCSDIR%%/empty_html/class152064.html
%%DOCSDIR%%/empty_html/class152195.html
%%DOCSDIR%%/empty_html/class152320.html
%%DOCSDIR%%/empty_html/class152451.html
%%DOCSDIR%%/empty_html/class152576.html
%%DOCSDIR%%/empty_html/class152707.html
%%DOCSDIR%%/empty_html/class152832.html
%%DOCSDIR%%/empty_html/class152963.html
%%DOCSDIR%%/empty_html/class153088.html
%%DOCSDIR%%/empty_html/class153219.html
%%DOCSDIR%%/empty_html/class1536.html
%%DOCSDIR%%/empty_html/class1664.html
%%DOCSDIR%%/empty_html/class1792.html
%%DOCSDIR%%/empty_html/class1920.html
%%DOCSDIR%%/empty_html/class2048.html
%%DOCSDIR%%/empty_html/class2176.html
%%DOCSDIR%%/empty_html/class2304.html
%%DOCSDIR%%/empty_html/class2432.html
%%DOCSDIR%%/empty_html/class256.html
%%DOCSDIR%%/empty_html/class2560.html
%%DOCSDIR%%/empty_html/class2688.html
%%DOCSDIR%%/empty_html/class2816.html
%%DOCSDIR%%/empty_html/class2944.html
%%DOCSDIR%%/empty_html/class3072.html
%%DOCSDIR%%/empty_html/class3200.html
%%DOCSDIR%%/empty_html/class3328.html
%%DOCSDIR%%/empty_html/class3456.html
%%DOCSDIR%%/empty_html/class3584.html
%%DOCSDIR%%/empty_html/class3712.html
%%DOCSDIR%%/empty_html/class384.html
%%DOCSDIR%%/empty_html/class3840.html
%%DOCSDIR%%/empty_html/class3968.html
%%DOCSDIR%%/empty_html/class4096.html
%%DOCSDIR%%/empty_html/class4224.html
%%DOCSDIR%%/empty_html/class4352.html
%%DOCSDIR%%/empty_html/class4480.html
%%DOCSDIR%%/empty_html/class4608.html
%%DOCSDIR%%/empty_html/class4736.html
%%DOCSDIR%%/empty_html/class4864.html
%%DOCSDIR%%/empty_html/class4992.html
%%DOCSDIR%%/empty_html/class512.html
%%DOCSDIR%%/empty_html/class5120.html
%%DOCSDIR%%/empty_html/class5248.html
%%DOCSDIR%%/empty_html/class5376.html
%%DOCSDIR%%/empty_html/class5504.html
%%DOCSDIR%%/empty_html/class5632.html
%%DOCSDIR%%/empty_html/class5760.html
%%DOCSDIR%%/empty_html/class5888.html
%%DOCSDIR%%/empty_html/class6016.html
%%DOCSDIR%%/empty_html/class6144.html
%%DOCSDIR%%/empty_html/class6272.html
%%DOCSDIR%%/empty_html/class640.html
%%DOCSDIR%%/empty_html/class6400.html
%%DOCSDIR%%/empty_html/class6528.html
%%DOCSDIR%%/empty_html/class6529.html
%%DOCSDIR%%/empty_html/class6657.html
%%DOCSDIR%%/empty_html/class6785.html
%%DOCSDIR%%/empty_html/class6913.html
%%DOCSDIR%%/empty_html/class7041.html
%%DOCSDIR%%/empty_html/class7169.html
%%DOCSDIR%%/empty_html/class7297.html
%%DOCSDIR%%/empty_html/class7425.html
%%DOCSDIR%%/empty_html/class7553.html
%%DOCSDIR%%/empty_html/class7681.html
%%DOCSDIR%%/empty_html/class7809.html
%%DOCSDIR%%/empty_html/class7937.html
%%DOCSDIR%%/empty_html/class8065.html
%%DOCSDIR%%/empty_html/class8193.html
%%DOCSDIR%%/empty_html/class8321.html
%%DOCSDIR%%/empty_html/class8449.html
%%DOCSDIR%%/empty_html/class8577.html
%%DOCSDIR%%/empty_html/class8705.html
%%DOCSDIR%%/empty_html/class8833.html
%%DOCSDIR%%/empty_html/class896.html
%%DOCSDIR%%/empty_html/class8961.html
%%DOCSDIR%%/empty_html/class9089.html
%%DOCSDIR%%/empty_html/class9217.html
%%DOCSDIR%%/empty_html/class9345.html
%%DOCSDIR%%/empty_html/class9473.html
%%DOCSDIR%%/empty_html/class9601.html
%%DOCSDIR%%/empty_html/class9729.html
%%DOCSDIR%%/empty_html/class9857.html
%%DOCSDIR%%/empty_html/class9985.html
%%DOCSDIR%%/empty_html/classdiagrams.html
%%DOCSDIR%%/empty_html/classes.html
%%DOCSDIR%%/empty_html/classes_list.html
%%DOCSDIR%%/empty_html/fig128002.png
%%DOCSDIR%%/empty_html/fig128130.png
%%DOCSDIR%%/empty_html/fig128258.png
%%DOCSDIR%%/empty_html/fig128386.png
%%DOCSDIR%%/empty_html/fig128514.png
%%DOCSDIR%%/empty_html/fig128642.png
%%DOCSDIR%%/empty_html/fig128770.png
%%DOCSDIR%%/empty_html/fig128898.png
%%DOCSDIR%%/empty_html/fig129.png
%%DOCSDIR%%/empty_html/fig129026.png
%%DOCSDIR%%/empty_html/fig257.png
%%DOCSDIR%%/empty_html/fig385.png
%%DOCSDIR%%/empty_html/fig513.png
%%DOCSDIR%%/empty_html/index-withframe.html
%%DOCSDIR%%/empty_html/index.html
%%DOCSDIR%%/empty_html/index_126.html
%%DOCSDIR%%/empty_html/index_65.html
%%DOCSDIR%%/empty_html/index_66.html
%%DOCSDIR%%/empty_html/index_67.html
%%DOCSDIR%%/empty_html/index_68.html
%%DOCSDIR%%/empty_html/index_69.html
%%DOCSDIR%%/empty_html/index_70.html
%%DOCSDIR%%/empty_html/index_71.html
%%DOCSDIR%%/empty_html/index_72.html
%%DOCSDIR%%/empty_html/index_73.html
%%DOCSDIR%%/empty_html/index_74.html
%%DOCSDIR%%/empty_html/index_75.html
%%DOCSDIR%%/empty_html/index_76.html
%%DOCSDIR%%/empty_html/index_77.html
%%DOCSDIR%%/empty_html/index_78.html
%%DOCSDIR%%/empty_html/index_79.html
%%DOCSDIR%%/empty_html/index_80.html
%%DOCSDIR%%/empty_html/index_81.html
%%DOCSDIR%%/empty_html/index_82.html
%%DOCSDIR%%/empty_html/index_83.html
%%DOCSDIR%%/empty_html/index_84.html
%%DOCSDIR%%/empty_html/index_85.html
%%DOCSDIR%%/empty_html/index_86.html
%%DOCSDIR%%/empty_html/index_87.html
%%DOCSDIR%%/empty_html/index_95.html
%%DOCSDIR%%/empty_html/navig.html
%%DOCSDIR%%/empty_html/packages.html
%%DOCSDIR%%/empty_html/public_operations.html
%%DOCSDIR%%/empty_html/public_properties.html
%%DOCSDIR%%/empty_html/sequencediagrams.html
%%DOCSDIR%%/empty_html/style.css
%%DOCSDIR%%/extramember.html
%%DOCSDIR%%/figs/acceptevent.png
%%DOCSDIR%%/figs/accepteventtimer.png
%%DOCSDIR%%/figs/actionpin.png
%%DOCSDIR%%/figs/activity.png
%%DOCSDIR%%/figs/activity1.png
%%DOCSDIR%%/figs/activity2.png
%%DOCSDIR%%/figs/activity3.png
%%DOCSDIR%%/figs/activityaction.png
%%DOCSDIR%%/figs/activityaction1.png
%%DOCSDIR%%/figs/activityactioncondition.png
%%DOCSDIR%%/figs/activityactiondrawingsettings.png
%%DOCSDIR%%/figs/activityactiondrawingsettings1.png
%%DOCSDIR%%/figs/activityactionedit1.png
%%DOCSDIR%%/figs/activityactionedit10.png
%%DOCSDIR%%/figs/activityactionedit11.png
%%DOCSDIR%%/figs/activityactionedit12.png
%%DOCSDIR%%/figs/activityactionedit13.png
%%DOCSDIR%%/figs/activityactionedit14.png
%%DOCSDIR%%/figs/activityactionedit15.png
%%DOCSDIR%%/figs/activityactionedit16.png
%%DOCSDIR%%/figs/activityactionedit17.png
%%DOCSDIR%%/figs/activityactionedit18.png
%%DOCSDIR%%/figs/activityactionedit19.png
%%DOCSDIR%%/figs/activityactionedit2.png
%%DOCSDIR%%/figs/activityactionedit20.png
%%DOCSDIR%%/figs/activityactionedit21.png
%%DOCSDIR%%/figs/activityactionedit22.png
%%DOCSDIR%%/figs/activityactionedit23.png
%%DOCSDIR%%/figs/activityactionedit24.png
%%DOCSDIR%%/figs/activityactionedit25.png
%%DOCSDIR%%/figs/activityactionedit26.png
%%DOCSDIR%%/figs/activityactionedit27.png
%%DOCSDIR%%/figs/activityactionedit28.png
%%DOCSDIR%%/figs/activityactionedit29.png
%%DOCSDIR%%/figs/activityactionedit3.png
%%DOCSDIR%%/figs/activityactionedit30.png
%%DOCSDIR%%/figs/activityactionedit31.png
%%DOCSDIR%%/figs/activityactionedit32.png
%%DOCSDIR%%/figs/activityactionedit33.png
%%DOCSDIR%%/figs/activityactionedit34.png
%%DOCSDIR%%/figs/activityactionedit35.png
%%DOCSDIR%%/figs/activityactionedit36.png
%%DOCSDIR%%/figs/activityactionedit37.png
%%DOCSDIR%%/figs/activityactionedit38.png
%%DOCSDIR%%/figs/activityactionedit4.png
%%DOCSDIR%%/figs/activityactionedit5.png
%%DOCSDIR%%/figs/activityactionedit6.png
%%DOCSDIR%%/figs/activityactionedit7.png
%%DOCSDIR%%/figs/activityactionedit8.png
%%DOCSDIR%%/figs/activityactionedit9.png
%%DOCSDIR%%/figs/activityactionmenu.png
%%DOCSDIR%%/figs/activityactionpictmenu.png
%%DOCSDIR%%/figs/activityactionpictmenu1.png
%%DOCSDIR%%/figs/activityactionpictmenu2.png
%%DOCSDIR%%/figs/activityactionpictmenu3.png
%%DOCSDIR%%/figs/activityactionstereotypes.png
%%DOCSDIR%%/figs/activityconreolnode1.png
%%DOCSDIR%%/figs/activitycontrolnodeedit1.png
%%DOCSDIR%%/figs/activitycontrolnodemenu.png
%%DOCSDIR%%/figs/activitycontrolnodepictmenu.png
%%DOCSDIR%%/figs/activitycontrolnodestereotypes.png
%%DOCSDIR%%/figs/activitydiagram.png
%%DOCSDIR%%/figs/activitydiagramdrawingsettings.png
%%DOCSDIR%%/figs/activitydiagramdrawingsettings1.png
%%DOCSDIR%%/figs/activitydiagramedit1.png
%%DOCSDIR%%/figs/activitydiagrammenu1.png
%%DOCSDIR%%/figs/activitydiagrammenu2.png
%%DOCSDIR%%/figs/activitydrawingsettings.png
%%DOCSDIR%%/figs/activitydrawingsettings1.png
%%DOCSDIR%%/figs/activityedit1.png
%%DOCSDIR%%/figs/activityedit2.png
%%DOCSDIR%%/figs/activityedit3.png
%%DOCSDIR%%/figs/activityedit4.png
%%DOCSDIR%%/figs/activitymenu.png
%%DOCSDIR%%/figs/activityobject.png
%%DOCSDIR%%/figs/activityobject1.png
%%DOCSDIR%%/figs/activityobjectbrowser.png
%%DOCSDIR%%/figs/activityobjectdrawingsettings.png
%%DOCSDIR%%/figs/activityobjectdrawingsettings1.png
%%DOCSDIR%%/figs/activityobjectedit1.png
%%DOCSDIR%%/figs/activityobjectedit2.png
%%DOCSDIR%%/figs/activityobjectedit3.png
%%DOCSDIR%%/figs/activityobjectedit4.png
%%DOCSDIR%%/figs/activityobjectmenu.png
%%DOCSDIR%%/figs/activityobjectpictmenu.png
%%DOCSDIR%%/figs/activityobjectstereotypes.png
%%DOCSDIR%%/figs/activitypartition.png
%%DOCSDIR%%/figs/activitypictmenu.png
%%DOCSDIR%%/figs/activitystereotypes.png
%%DOCSDIR%%/figs/actor.png
%%DOCSDIR%%/figs/actoredit.png
%%DOCSDIR%%/figs/actormenu.png
%%DOCSDIR%%/figs/actorpictmenu.png
%%DOCSDIR%%/figs/actorstereotypes.png
%%DOCSDIR%%/figs/all.png
%%DOCSDIR%%/figs/all_100.png
%%DOCSDIR%%/figs/all_medium.png
%%DOCSDIR%%/figs/artifact.png
%%DOCSDIR%%/figs/artifactdrawing.png
%%DOCSDIR%%/figs/artifactdrawing1.png
%%DOCSDIR%%/figs/artifactdrawing2.png
%%DOCSDIR%%/figs/artifactdrawing_100.png
%%DOCSDIR%%/figs/artifactedit1.png
%%DOCSDIR%%/figs/artifactedit2.png
%%DOCSDIR%%/figs/artifactedit3.png
%%DOCSDIR%%/figs/artifactedit4.png
%%DOCSDIR%%/figs/artifactedit5.png
%%DOCSDIR%%/figs/artifactedit6.png
%%DOCSDIR%%/figs/artifactedit7.png
%%DOCSDIR%%/figs/artifactedit8.png
%%DOCSDIR%%/figs/artifacteditphp.png
%%DOCSDIR%%/figs/artifacteditpython.png
%%DOCSDIR%%/figs/artifactgensettings1.png
%%DOCSDIR%%/figs/artifactgensettings2.png
%%DOCSDIR%%/figs/artifactgensettings3.png
%%DOCSDIR%%/figs/artifactgensettingsphp.png
%%DOCSDIR%%/figs/artifactgensettingspython.png
%%DOCSDIR%%/figs/artifactmenu.png
%%DOCSDIR%%/figs/artifactmenu1.png
%%DOCSDIR%%/figs/artifactstereotypes.png
%%DOCSDIR%%/figs/ask_for_bouml_id.png
%%DOCSDIR%%/figs/attributeadd1.png
%%DOCSDIR%%/figs/attributeadd2.png
%%DOCSDIR%%/figs/attributedrawing.png
%%DOCSDIR%%/figs/attributedrawingcppidl.png
%%DOCSDIR%%/figs/attributedrawingjava.png
%%DOCSDIR%%/figs/attributedrawingphp.png
%%DOCSDIR%%/figs/attributedrawingpython.png
%%DOCSDIR%%/figs/attributeedit1.png
%%DOCSDIR%%/figs/attributeedit2.png
%%DOCSDIR%%/figs/attributeedit3.png
%%DOCSDIR%%/figs/attributeeditcpp1.png
%%DOCSDIR%%/figs/attributeeditcpp2.png
%%DOCSDIR%%/figs/attributeeditcpp3.png
%%DOCSDIR%%/figs/attributeeditidl1.png
%%DOCSDIR%%/figs/attributeeditidl2.png
%%DOCSDIR%%/figs/attributeeditjava1.png
%%DOCSDIR%%/figs/attributeeditjava2.png
%%DOCSDIR%%/figs/attributeeditphp1.png
%%DOCSDIR%%/figs/attributeeditphp2.png
%%DOCSDIR%%/figs/attributeeditpython1.png
%%DOCSDIR%%/figs/attributeeditpython2.png
%%DOCSDIR%%/figs/attributeeditpython3.png
%%DOCSDIR%%/figs/attributegensettings1.png
%%DOCSDIR%%/figs/attributegensettings2.png
%%DOCSDIR%%/figs/attributegensettings3.png
%%DOCSDIR%%/figs/attributegensettings4.png
%%DOCSDIR%%/figs/attributegensettings4b.png
%%DOCSDIR%%/figs/attributegensettings6.png
%%DOCSDIR%%/figs/attributegensettings6b.png
%%DOCSDIR%%/figs/attributegensettings7.png
%%DOCSDIR%%/figs/attributegensettingsphp.png
%%DOCSDIR%%/figs/attributegensettingspython.png
%%DOCSDIR%%/figs/attributegensettingspython2.png
%%DOCSDIR%%/figs/attributemenu1.png
%%DOCSDIR%%/figs/attributemenu2.png
%%DOCSDIR%%/figs/attributesettings.png
%%DOCSDIR%%/figs/attributestereotypes.png
%%DOCSDIR%%/figs/browseclass.png
%%DOCSDIR%%/figs/browsepseudostate.png
%%DOCSDIR%%/figs/browser.png
%%DOCSDIR%%/figs/browser1.png
%%DOCSDIR%%/figs/browser2.png
%%DOCSDIR%%/figs/browser3.png
%%DOCSDIR%%/figs/browseractivity.png
%%DOCSDIR%%/figs/browseractivityaction.png
%%DOCSDIR%%/figs/browserartifact.png
%%DOCSDIR%%/figs/browserattribute.png
%%DOCSDIR%%/figs/browserclassdiagram.png
%%DOCSDIR%%/figs/browserclassicons.png
%%DOCSDIR%%/figs/browserclassview.png
%%DOCSDIR%%/figs/browsercollaborationdiagram.png
%%DOCSDIR%%/figs/browsercomponent.png
%%DOCSDIR%%/figs/browsercomponentdiagram.png
%%DOCSDIR%%/figs/browsercomponentview.png
%%DOCSDIR%%/figs/browserdeploymentview.png
%%DOCSDIR%%/figs/browsernode.png
%%DOCSDIR%%/figs/browserobjectdiagram.png
%%DOCSDIR%%/figs/browseroperation.png
%%DOCSDIR%%/figs/browserpackage.png
%%DOCSDIR%%/figs/browserpartition.png
%%DOCSDIR%%/figs/browserregion.png
%%DOCSDIR%%/figs/browserrelation1.png
%%DOCSDIR%%/figs/browserrelation1b.png
%%DOCSDIR%%/figs/browserrelation2.png
%%DOCSDIR%%/figs/browsersearch.png
%%DOCSDIR%%/figs/browsersequencediagram.png
%%DOCSDIR%%/figs/browserusecase.png
%%DOCSDIR%%/figs/browserusecasediagram.png
%%DOCSDIR%%/figs/browserusecaseview.png
%%DOCSDIR%%/figs/browsestate.png
%%DOCSDIR%%/figs/checkin.png
%%DOCSDIR%%/figs/checkout.png
%%DOCSDIR%%/figs/class.png
%%DOCSDIR%%/figs/classdiagram.png
%%DOCSDIR%%/figs/classdiagramdrawing.png
%%DOCSDIR%%/figs/classdiagramdrawing_100.png
%%DOCSDIR%%/figs/classdiagramdrawingsettings.png
%%DOCSDIR%%/figs/classdiagramdrawingsettings1.png
%%DOCSDIR%%/figs/classdiagramedit1.png
%%DOCSDIR%%/figs/classdiagrammenu1.png
%%DOCSDIR%%/figs/classdiagrammenu2.png
%%DOCSDIR%%/figs/classdrawing.png
%%DOCSDIR%%/figs/classdrawing1.png
%%DOCSDIR%%/figs/classdrawing_100.png
%%DOCSDIR%%/figs/classdrawingattributesdialog.png
%%DOCSDIR%%/figs/classdrawingcontext.png
%%DOCSDIR%%/figs/classdrawingcontextcpp.png
%%DOCSDIR%%/figs/classdrawingcontextidl.png
%%DOCSDIR%%/figs/classdrawingcontextjava.png
%%DOCSDIR%%/figs/classdrawingcontextpython.png
%%DOCSDIR%%/figs/classdrawingcontextuml.png
%%DOCSDIR%%/figs/classdrawingoperationsdialog.png
%%DOCSDIR%%/figs/classdrawingsettings.png
%%DOCSDIR%%/figs/classdrawingsettings1.png
%%DOCSDIR%%/figs/classedit1.png
%%DOCSDIR%%/figs/classeditcpp1.png
%%DOCSDIR%%/figs/classeditcpp2.png
%%DOCSDIR%%/figs/classeditcpp3.png
%%DOCSDIR%%/figs/classeditcpp4.png
%%DOCSDIR%%/figs/classeditidl1.png
%%DOCSDIR%%/figs/classeditinstantiate1.png
%%DOCSDIR%%/figs/classeditinstantiate2.png
%%DOCSDIR%%/figs/classeditjava.png
%%DOCSDIR%%/figs/classeditjava1.png
%%DOCSDIR%%/figs/classeditjava2.png
%%DOCSDIR%%/figs/classeditjava3.png
%%DOCSDIR%%/figs/classeditjava4.png
%%DOCSDIR%%/figs/classeditparametrized.png
%%DOCSDIR%%/figs/classeditphp1.png
%%DOCSDIR%%/figs/classeditphp2.png
%%DOCSDIR%%/figs/classeditpython1.png
%%DOCSDIR%%/figs/classeditpython2.png
%%DOCSDIR%%/figs/classgensettings1.png
%%DOCSDIR%%/figs/classgensettings2.png
%%DOCSDIR%%/figs/classgensettings3.png
%%DOCSDIR%%/figs/classgensettings4.png
%%DOCSDIR%%/figs/classgensettings5.png
%%DOCSDIR%%/figs/classgensettings6.png
%%DOCSDIR%%/figs/classgensettings7.png
%%DOCSDIR%%/figs/classgensettingsphp.png
%%DOCSDIR%%/figs/classgensettingspython.png
%%DOCSDIR%%/figs/classinstance.png
%%DOCSDIR%%/figs/classinstanceedit1.png
%%DOCSDIR%%/figs/classinstanceedit2.png
%%DOCSDIR%%/figs/classinstanceedit3.png
%%DOCSDIR%%/figs/classinstancemenu.png
%%DOCSDIR%%/figs/classinstancepict1.png
%%DOCSDIR%%/figs/classinstancepict2.png
%%DOCSDIR%%/figs/classinstancepict3.png
%%DOCSDIR%%/figs/classinstancepictmenu1.png
%%DOCSDIR%%/figs/classinstancepictmenu2.png
%%DOCSDIR%%/figs/classinstancepictmenu3.png
%%DOCSDIR%%/figs/classmenu.png
%%DOCSDIR%%/figs/classmenu1.png
%%DOCSDIR%%/figs/classmenu1a.png
%%DOCSDIR%%/figs/classmenu2.png
%%DOCSDIR%%/figs/classpictmenu.png
%%DOCSDIR%%/figs/classpictmenu2.png
%%DOCSDIR%%/figs/classsettings.png
%%DOCSDIR%%/figs/classsettings2.png
%%DOCSDIR%%/figs/classstereotypes.png
%%DOCSDIR%%/figs/classview.png
%%DOCSDIR%%/figs/classviewdrawingsettings.png
%%DOCSDIR%%/figs/classviewdrawingsettings1.png
%%DOCSDIR%%/figs/classviewdrawingsettings2.png
%%DOCSDIR%%/figs/classviewdrawingsettings3.png
%%DOCSDIR%%/figs/classviewdrawingsettings4.png
%%DOCSDIR%%/figs/classviewdrawingsettings5.png
%%DOCSDIR%%/figs/classviewdrawingsettings6.png
%%DOCSDIR%%/figs/classviewdrawingsettings7.png
%%DOCSDIR%%/figs/classviewedit.png
%%DOCSDIR%%/figs/classviewmenu.png
%%DOCSDIR%%/figs/cloneclass1.png
%%DOCSDIR%%/figs/cloneclass2.png
%%DOCSDIR%%/figs/coldiagram.png
%%DOCSDIR%%/figs/collaborationdiagramdrawing.png
%%DOCSDIR%%/figs/collaborationdiagramdrawing_100.png
%%DOCSDIR%%/figs/collaborationdiagramdrawingsettings.png
%%DOCSDIR%%/figs/collaborationdiagramdrawingsettings1.png
%%DOCSDIR%%/figs/collaborationdiagramedit1.png
%%DOCSDIR%%/figs/collaborationdiagrammenu1.png
%%DOCSDIR%%/figs/collaborationdiagrammenu2.png
%%DOCSDIR%%/figs/collaborationdiagrammenu3.png
%%DOCSDIR%%/figs/collaborationdiagrammenu4.png
%%DOCSDIR%%/figs/collaborationdiagrammenu4b.png
%%DOCSDIR%%/figs/collaborationdiagrammenu6.png
%%DOCSDIR%%/figs/collaborationdiagrammenu8.png
%%DOCSDIR%%/figs/collaborationdiagrammenu9.png
%%DOCSDIR%%/figs/collaborationdiagramopdrawing.png
%%DOCSDIR%%/figs/collaborationdiagramopdrawing_100.png
%%DOCSDIR%%/figs/component.png
%%DOCSDIR%%/figs/componentdiagram.png
%%DOCSDIR%%/figs/componentdiagramdrawing.png
%%DOCSDIR%%/figs/componentdiagramdrawing_100.png
%%DOCSDIR%%/figs/componentdiagramdrawingsettings.png
%%DOCSDIR%%/figs/componentdiagramdrawingsettings1.png
%%DOCSDIR%%/figs/componentdiagramedit1.png
%%DOCSDIR%%/figs/componentdiagrammenu1.png
%%DOCSDIR%%/figs/componentdiagrammenu2.png
%%DOCSDIR%%/figs/componentdiagrammenu4.png
%%DOCSDIR%%/figs/componentdiagrammenu5.png
%%DOCSDIR%%/figs/componentdrawing.png
%%DOCSDIR%%/figs/componentdrawing1.png
%%DOCSDIR%%/figs/componentdrawing2.png
%%DOCSDIR%%/figs/componentdrawing3.png
%%DOCSDIR%%/figs/componentedit1.png
%%DOCSDIR%%/figs/componentedit2.png
%%DOCSDIR%%/figs/componentedit3.png
%%DOCSDIR%%/figs/componentedit3a.png
%%DOCSDIR%%/figs/componentedit3b.png
%%DOCSDIR%%/figs/componentedit4.png
%%DOCSDIR%%/figs/componentedit5.png
%%DOCSDIR%%/figs/componentedit6.png
%%DOCSDIR%%/figs/componentedit7.png
%%DOCSDIR%%/figs/componentedit8.png
%%DOCSDIR%%/figs/componentgensettings1.png
%%DOCSDIR%%/figs/componentgensettings2.png
%%DOCSDIR%%/figs/componentgensettings3.png
%%DOCSDIR%%/figs/componentmenu.png
%%DOCSDIR%%/figs/componentmenu1.png
%%DOCSDIR%%/figs/componentstereotypes.png
%%DOCSDIR%%/figs/componentview.png
%%DOCSDIR%%/figs/componentviewdrawingsettings.png
%%DOCSDIR%%/figs/componentviewdrawingsettings1.png
%%DOCSDIR%%/figs/componentviewedit.png
%%DOCSDIR%%/figs/componentviewmenu.png
%%DOCSDIR%%/figs/constraintedit.png
%%DOCSDIR%%/figs/continuation.png
%%DOCSDIR%%/figs/cppaddedheader.png
%%DOCSDIR%%/figs/cpputil.png
%%DOCSDIR%%/figs/createproj.png
%%DOCSDIR%%/figs/createprojfiles.png
%%DOCSDIR%%/figs/decision.png
%%DOCSDIR%%/figs/deletedpackage.png
%%DOCSDIR%%/figs/deploymendiagramdrawingsettings.png
%%DOCSDIR%%/figs/deploymendiagramdrawingsettings1.png
%%DOCSDIR%%/figs/deploymentdiagram.png
%%DOCSDIR%%/figs/deploymentdiagramedit1.png
%%DOCSDIR%%/figs/deploymentdiagrammenu1.png
%%DOCSDIR%%/figs/deploymentdiagrammenu2.png
%%DOCSDIR%%/figs/deploymentdiagrammenu4.png
%%DOCSDIR%%/figs/deploymentdiagrammenu5.png
%%DOCSDIR%%/figs/deploymentnode.png
%%DOCSDIR%%/figs/deploymentview.png
%%DOCSDIR%%/figs/deploymentviewdrawingsettings.png
%%DOCSDIR%%/figs/deploymentviewdrawingsettings1.png
%%DOCSDIR%%/figs/deploymentviewedit.png
%%DOCSDIR%%/figs/deploymentviewmenu.png
%%DOCSDIR%%/figs/deploymentviewmenu1.png
%%DOCSDIR%%/figs/diagramiconmenu.png
%%DOCSDIR%%/figs/diagramstereotypes.png
%%DOCSDIR%%/figs/editannot.png
%%DOCSDIR%%/figs/expansionmenu.png
%%DOCSDIR%%/figs/expansionnode.png
%%DOCSDIR%%/figs/expansionnode1.png
%%DOCSDIR%%/figs/expansionnodedrawingsettings.png
%%DOCSDIR%%/figs/expansionnodeedit.png
%%DOCSDIR%%/figs/expansionnodeedit1.png
%%DOCSDIR%%/figs/expansionnodeedit2.png
%%DOCSDIR%%/figs/expansionnodeedit3.png
%%DOCSDIR%%/figs/expansionnodemenu.png
%%DOCSDIR%%/figs/expansionnodepictmenu.png
%%DOCSDIR%%/figs/expansionregion.png
%%DOCSDIR%%/figs/expansionregion1.png
%%DOCSDIR%%/figs/expansionregiondrawingsettings.png
%%DOCSDIR%%/figs/expansionregionedit1.png
%%DOCSDIR%%/figs/expansionregionpictmenu.png
%%DOCSDIR%%/figs/extension.png
%%DOCSDIR%%/figs/extramember.png
%%DOCSDIR%%/figs/extramemberadd.png
%%DOCSDIR%%/figs/extramemberedit1.png
%%DOCSDIR%%/figs/extramemberedit2.png
%%DOCSDIR%%/figs/extramemberedit3.png
%%DOCSDIR%%/figs/extramemberedit4.png
%%DOCSDIR%%/figs/extramembereditpython.png
%%DOCSDIR%%/figs/extramemberex1.png
%%DOCSDIR%%/figs/extramemberex2.png
%%DOCSDIR%%/figs/extramemberex3.png
%%DOCSDIR%%/figs/extramemberex4.png
%%DOCSDIR%%/figs/extramemberex5.png
%%DOCSDIR%%/figs/extramemberex6.png
%%DOCSDIR%%/figs/extramemberex7.png
%%DOCSDIR%%/figs/extramemberex8.png
%%DOCSDIR%%/figs/extramembermenu.png
%%DOCSDIR%%/figs/filecontrolconfig.png
%%DOCSDIR%%/figs/flow1.png
%%DOCSDIR%%/figs/flowdrawingsettings.png
%%DOCSDIR%%/figs/flowedit1.png
%%DOCSDIR%%/figs/floweditcpp.png
%%DOCSDIR%%/figs/floweditjava.png
%%DOCSDIR%%/figs/floweditocl.png
%%DOCSDIR%%/figs/flowinterrupt.png
%%DOCSDIR%%/figs/flowmenu1.png
%%DOCSDIR%%/figs/flowpictmenu.png
%%DOCSDIR%%/figs/flowstereotypes.png
%%DOCSDIR%%/figs/fragment.png
%%DOCSDIR%%/figs/fragmentedit.png
%%DOCSDIR%%/figs/fragmentmenu1.png
%%DOCSDIR%%/figs/free_package.png
%%DOCSDIR%%/figs/globalchange1.png
%%DOCSDIR%%/figs/gpro.png
%%DOCSDIR%%/figs/iconbar.png
%%DOCSDIR%%/figs/imagedialog.png
%%DOCSDIR%%/figs/imagemenu.png
%%DOCSDIR%%/figs/interruptibleactivityregion.png
%%DOCSDIR%%/figs/interruptiblemenu.png
%%DOCSDIR%%/figs/interruptibleregion1.png
%%DOCSDIR%%/figs/interruptibleregiondrawingsettings.png
%%DOCSDIR%%/figs/interruptibleregionedit.png
%%DOCSDIR%%/figs/interruptibleregionpictmenu.png
%%DOCSDIR%%/figs/javaaddedheader.png
%%DOCSDIR%%/figs/javacat1.png
%%DOCSDIR%%/figs/javacat2.png
%%DOCSDIR%%/figs/javacat3.png
%%DOCSDIR%%/figs/javacat4.png
%%DOCSDIR%%/figs/javareverse.png
%%DOCSDIR%%/figs/langmenu.png
%%DOCSDIR%%/figs/linegeo1.png
%%DOCSDIR%%/figs/linegeo2.png
%%DOCSDIR%%/figs/linegeo3.png
%%DOCSDIR%%/figs/linegeo4.png
%%DOCSDIR%%/figs/mark_menu.png
%%DOCSDIR%%/figs/merge.png
%%DOCSDIR%%/figs/messagestereotypes.png
%%DOCSDIR%%/figs/misc_style_menu.png
%%DOCSDIR%%/figs/misc_style_menu1.png
%%DOCSDIR%%/figs/misc_style_menu2.png
%%DOCSDIR%%/figs/multipleselectionmenu.png
%%DOCSDIR%%/figs/multipleselectionmenu1.png
%%DOCSDIR%%/figs/multipleselectionmenu1bis.png
%%DOCSDIR%%/figs/multipleselectionmenu2.png
%%DOCSDIR%%/figs/multipleselectionmenu3.png
%%DOCSDIR%%/figs/nodedrawing.png
%%DOCSDIR%%/figs/nodedrawing_100.png
%%DOCSDIR%%/figs/nodeedit1.png
%%DOCSDIR%%/figs/nodemenu1.png
%%DOCSDIR%%/figs/nodemenu2.png
%%DOCSDIR%%/figs/nodemenu3.png
%%DOCSDIR%%/figs/nodemenu4.png
%%DOCSDIR%%/figs/nodestereotypes.png
%%DOCSDIR%%/figs/noteedit.png
%%DOCSDIR%%/figs/notemenu1.png
%%DOCSDIR%%/figs/objectdiagram.png
%%DOCSDIR%%/figs/objectdiagramdrawing.png
%%DOCSDIR%%/figs/objectdiagramdrawing_100.png
%%DOCSDIR%%/figs/objectdiagramdrawingsettings.png
%%DOCSDIR%%/figs/objectdiagramdrawingsettings1.png
%%DOCSDIR%%/figs/objectdiagramedit1.png
%%DOCSDIR%%/figs/objectdiagrammenu1.png
%%DOCSDIR%%/figs/objectdiagrammenu10.png
%%DOCSDIR%%/figs/objectdiagrammenu2.png
%%DOCSDIR%%/figs/objectdiagrammenu4.png
%%DOCSDIR%%/figs/objectdiagrammenu4b.png
%%DOCSDIR%%/figs/objectdiagrammenu5.png
%%DOCSDIR%%/figs/objectdiagrammenu6.png
%%DOCSDIR%%/figs/objectdiagrammenu9.png
%%DOCSDIR%%/figs/objectdiagrammenu9a.png
%%DOCSDIR%%/figs/openproject.png
%%DOCSDIR%%/figs/operationadd1.png
%%DOCSDIR%%/figs/operationadd2.png
%%DOCSDIR%%/figs/operationdrawing.png
%%DOCSDIR%%/figs/operationdrawing1.png
%%DOCSDIR%%/figs/operationdrawing2.png
%%DOCSDIR%%/figs/operationedit1.png
%%DOCSDIR%%/figs/operationedit2.png
%%DOCSDIR%%/figs/operationedit3.png
%%DOCSDIR%%/figs/operationedit4.png
%%DOCSDIR%%/figs/operationedit5.png
%%DOCSDIR%%/figs/operationedit6.png
%%DOCSDIR%%/figs/operationeditphp.png
%%DOCSDIR%%/figs/operationeditpython.png
%%DOCSDIR%%/figs/operationgensetting1.png
%%DOCSDIR%%/figs/operationgensetting2.png
%%DOCSDIR%%/figs/operationgensetting3.png
%%DOCSDIR%%/figs/operationgensetting4.png
%%DOCSDIR%%/figs/operationgensetting5.png
%%DOCSDIR%%/figs/operationgensettingphp.png
%%DOCSDIR%%/figs/operationgensettingpython.png
%%DOCSDIR%%/figs/operationmenu.png
%%DOCSDIR%%/figs/operationmenu1.png
%%DOCSDIR%%/figs/operationsettings.png
%%DOCSDIR%%/figs/optwinsize.png
%%DOCSDIR%%/figs/other_package.png
%%DOCSDIR%%/figs/package.png
%%DOCSDIR%%/figs/packagedrawingcontext.png
%%DOCSDIR%%/figs/packagedrawingnameintab.png
%%DOCSDIR%%/figs/packagedrawingsettings.png
%%DOCSDIR%%/figs/packagedrawingsettings1.png
%%DOCSDIR%%/figs/packagedrawingsettings10.png
%%DOCSDIR%%/figs/packagedrawingsettings2.png
%%DOCSDIR%%/figs/packagedrawingsettings3.png
%%DOCSDIR%%/figs/packagedrawingsettings4.png
%%DOCSDIR%%/figs/packagedrawingsettings5.png
%%DOCSDIR%%/figs/packagedrawingsettings6.png
%%DOCSDIR%%/figs/packagedrawingsettings7.png
%%DOCSDIR%%/figs/packagedrawingsettings8.png
%%DOCSDIR%%/figs/packagedrawingsettings9.png
%%DOCSDIR%%/figs/packageedit.png
%%DOCSDIR%%/figs/packageeditcpp.png
%%DOCSDIR%%/figs/packageeditidl.png
%%DOCSDIR%%/figs/packageeditjava.png
%%DOCSDIR%%/figs/packageeditphp.png
%%DOCSDIR%%/figs/packageeditpython.png
%%DOCSDIR%%/figs/packagegensettings.png
%%DOCSDIR%%/figs/packagemenu.png
%%DOCSDIR%%/figs/packagepictmenu.png
%%DOCSDIR%%/figs/packagepictmenu1.png
%%DOCSDIR%%/figs/packagepictmenu2.png
%%DOCSDIR%%/figs/packagestereotypes.png
%%DOCSDIR%%/figs/parameter.png
%%DOCSDIR%%/figs/parameter1.png
%%DOCSDIR%%/figs/parameterdrawingsettings.png
%%DOCSDIR%%/figs/parameteredit1.png
%%DOCSDIR%%/figs/parameteredit2.png
%%DOCSDIR%%/figs/parameteredit3.png
%%DOCSDIR%%/figs/parameteredit4.png
%%DOCSDIR%%/figs/parametermenu.png
%%DOCSDIR%%/figs/parameterpictmenu.png
%%DOCSDIR%%/figs/paramset1.png
%%DOCSDIR%%/figs/paramsetdrawingsettings.png
%%DOCSDIR%%/figs/paramsetedit1.png
%%DOCSDIR%%/figs/paramsetedit2.png
%%DOCSDIR%%/figs/paramsetmenu.png
%%DOCSDIR%%/figs/paramsetpictmenu.png
%%DOCSDIR%%/figs/partition1.png
%%DOCSDIR%%/figs/partitiondrawingsettings.png
%%DOCSDIR%%/figs/partitionedit1.png
%%DOCSDIR%%/figs/partitionmenu.png
%%DOCSDIR%%/figs/partitionpictmenu.png
%%DOCSDIR%%/figs/partitionstereotypes.png
%%DOCSDIR%%/figs/phpreverse.png
%%DOCSDIR%%/figs/pin1.png
%%DOCSDIR%%/figs/pindrawingsettings.png
%%DOCSDIR%%/figs/pinedit1.png
%%DOCSDIR%%/figs/pinedit2.png
%%DOCSDIR%%/figs/pinedit3.png
%%DOCSDIR%%/figs/pinedit4.png
%%DOCSDIR%%/figs/pinmenu.png
%%DOCSDIR%%/figs/pinpictmenu.png
%%DOCSDIR%%/figs/plugout1.png
%%DOCSDIR%%/figs/plugout2.png
%%DOCSDIR%%/figs/plugout2_medium.png
%%DOCSDIR%%/figs/plugoutexec.png
%%DOCSDIR%%/figs/plugoutupgrade.png
%%DOCSDIR%%/figs/pomme.png
%%DOCSDIR%%/figs/profile1.png
%%DOCSDIR%%/figs/profile2.png
%%DOCSDIR%%/figs/project_menu.png
%%DOCSDIR%%/figs/projectcontrol1.png
%%DOCSDIR%%/figs/projectcontrol2.png
%%DOCSDIR%%/figs/projectcontrol3.png
%%DOCSDIR%%/figs/projectcontrol4.png
%%DOCSDIR%%/figs/projectcontrol5.png
%%DOCSDIR%%/figs/projectcontrol6.png
%%DOCSDIR%%/figs/projectmenu.png
%%DOCSDIR%%/figs/projectsynchro1.png
%%DOCSDIR%%/figs/projectsynchro10.png
%%DOCSDIR%%/figs/projectsynchro2.png
%%DOCSDIR%%/figs/projectsynchro3.png
%%DOCSDIR%%/figs/projectsynchro4.png
%%DOCSDIR%%/figs/projectsynchro5.png
%%DOCSDIR%%/figs/projectsynchro6.png
%%DOCSDIR%%/figs/projectsynchro7.png
%%DOCSDIR%%/figs/projectsynchro8.png
%%DOCSDIR%%/figs/projectsynchro9.png
%%DOCSDIR%%/figs/protected_package.png
%%DOCSDIR%%/figs/provided.bmp
%%DOCSDIR%%/figs/provided_button.xpm
%%DOCSDIR%%/figs/ps_choice.png
%%DOCSDIR%%/figs/ps_deephistory.png
%%DOCSDIR%%/figs/ps_entry.png
%%DOCSDIR%%/figs/ps_exit.png
%%DOCSDIR%%/figs/ps_final.png
%%DOCSDIR%%/figs/ps_fork.png
%%DOCSDIR%%/figs/ps_initial.png
%%DOCSDIR%%/figs/ps_join.png
%%DOCSDIR%%/figs/ps_junction.png
%%DOCSDIR%%/figs/ps_shallowhistory.png
%%DOCSDIR%%/figs/ps_terminate.png
%%DOCSDIR%%/figs/pseudostate1.png
%%DOCSDIR%%/figs/pseudostateedit1.png
%%DOCSDIR%%/figs/pseudostatemenu.png
%%DOCSDIR%%/figs/pseudostatepictmenu.png
%%DOCSDIR%%/figs/pseudostatestereotypes.png
%%DOCSDIR%%/figs/publicattribut.png
%%DOCSDIR%%/figs/publicoperation.png
%%DOCSDIR%%/figs/publicrelation.png
%%DOCSDIR%%/figs/regionstereotypes.png
%%DOCSDIR%%/figs/relatedelementsdialog.png
%%DOCSDIR%%/figs/relatedelementsdialog1.png
%%DOCSDIR%%/figs/relatedelementsdialog2.png
%%DOCSDIR%%/figs/relatedelementsdialog3.png
%%DOCSDIR%%/figs/relatedelementsdialog4.png
%%DOCSDIR%%/figs/relatedelementsdialog5.png
%%DOCSDIR%%/figs/relationdrawingsettings.png
%%DOCSDIR%%/figs/relationedit1.png
%%DOCSDIR%%/figs/relationeditcpp.png
%%DOCSDIR%%/figs/relationeditcpp2.png
%%DOCSDIR%%/figs/relationeditidl.png
%%DOCSDIR%%/figs/relationeditjava.png
%%DOCSDIR%%/figs/relationeditphp.png
%%DOCSDIR%%/figs/relationeditpython.png
%%DOCSDIR%%/figs/relationgensettings1.png
%%DOCSDIR%%/figs/relationgensettings2.png
%%DOCSDIR%%/figs/relationgensettings3.png
%%DOCSDIR%%/figs/relationgensettings4.png
%%DOCSDIR%%/figs/relationgensettings4b.png
%%DOCSDIR%%/figs/relationgensettings5.png
%%DOCSDIR%%/figs/relationgensettings6.png
%%DOCSDIR%%/figs/relationgensettingsphp.png
%%DOCSDIR%%/figs/relationgensettingspython.png
%%DOCSDIR%%/figs/relationmenu1.png
%%DOCSDIR%%/figs/relationpictmenu.png
%%DOCSDIR%%/figs/relationpictmenu1.png
%%DOCSDIR%%/figs/relationsettings.png
%%DOCSDIR%%/figs/relationstereotypes.png
%%DOCSDIR%%/figs/required.bmp
%%DOCSDIR%%/figs/required_button.xpm
%%DOCSDIR%%/figs/revroundsettings.png
%%DOCSDIR%%/figs/ro_free_package.png
%%DOCSDIR%%/figs/ro_other_package.png
%%DOCSDIR%%/figs/ro_protected_package.png
%%DOCSDIR%%/figs/ro_user_package.png
%%DOCSDIR%%/figs/searchfor.png
%%DOCSDIR%%/figs/seqdiagram.png
%%DOCSDIR%%/figs/sequencediagramdrawing.png
%%DOCSDIR%%/figs/sequencediagramdrawing_100.png
%%DOCSDIR%%/figs/sequencediagramdrawingsettings.png
%%DOCSDIR%%/figs/sequencediagramdrawingsettings1.png
%%DOCSDIR%%/figs/sequencediagramedit1.png
%%DOCSDIR%%/figs/sequencediagrammenu1.png
%%DOCSDIR%%/figs/sequencediagrammenu10.png
%%DOCSDIR%%/figs/sequencediagrammenu2.png
%%DOCSDIR%%/figs/sequencediagrammenu3.png
%%DOCSDIR%%/figs/sequencediagrammenu4.png
%%DOCSDIR%%/figs/sequencediagrammenu4b.png
%%DOCSDIR%%/figs/sequencediagrammenu5.png
%%DOCSDIR%%/figs/sequencediagrammenu6.png
%%DOCSDIR%%/figs/sequencediagrammenu7.png
%%DOCSDIR%%/figs/sequencediagrammenu7a.png
%%DOCSDIR%%/figs/sequencediagrammenu8.png
%%DOCSDIR%%/figs/sequencediagrammenu8b.png
%%DOCSDIR%%/figs/sequencediagrammenu9.png
%%DOCSDIR%%/figs/sequencediagrammenu9a.png
%%DOCSDIR%%/figs/sequencediagramopdrawing.png
%%DOCSDIR%%/figs/sequencediagramopdrawing_100.png
%%DOCSDIR%%/figs/shortcut1.png
%%DOCSDIR%%/figs/shortcut2.png
%%DOCSDIR%%/figs/state.png
%%DOCSDIR%%/figs/state1.png
%%DOCSDIR%%/figs/state1_100.png
%%DOCSDIR%%/figs/state2.png
%%DOCSDIR%%/figs/state2_100.png
%%DOCSDIR%%/figs/state3.png
%%DOCSDIR%%/figs/state3_100.png
%%DOCSDIR%%/figs/stateaction.png
%%DOCSDIR%%/figs/stateaction1.png
%%DOCSDIR%%/figs/stateactiondrawingsettings.png
%%DOCSDIR%%/figs/stateactiondrawingsettings1.png
%%DOCSDIR%%/figs/stateactionedit1.png
%%DOCSDIR%%/figs/stateactionedit2.png
%%DOCSDIR%%/figs/stateactionedit3.png
%%DOCSDIR%%/figs/stateactionedit4.png
%%DOCSDIR%%/figs/stateactionmenu.png
%%DOCSDIR%%/figs/stateactionpictmenu.png
%%DOCSDIR%%/figs/stateactionstereotypes.png
%%DOCSDIR%%/figs/stateactivity.png
%%DOCSDIR%%/figs/statedecompindic.png
%%DOCSDIR%%/figs/statediagram.png
%%DOCSDIR%%/figs/statediagramdrawingsettings.png
%%DOCSDIR%%/figs/statediagramdrawingsettings1.png
%%DOCSDIR%%/figs/statediagramedit1.png
%%DOCSDIR%%/figs/statediagrammenu1.png
%%DOCSDIR%%/figs/statediagrammenu2.png
%%DOCSDIR%%/figs/statedrawingsettings.png
%%DOCSDIR%%/figs/statedrawingsettings1.png
%%DOCSDIR%%/figs/stateedit1.png
%%DOCSDIR%%/figs/stateedit1bis.png
%%DOCSDIR%%/figs/stateedit2.png
%%DOCSDIR%%/figs/stateedit3.png
%%DOCSDIR%%/figs/stateedit4.png
%%DOCSDIR%%/figs/statemachinegenerator.png
%%DOCSDIR%%/figs/statemenu.png
%%DOCSDIR%%/figs/statemenu1.png
%%DOCSDIR%%/figs/statepictmenu.png
%%DOCSDIR%%/figs/statereceivesignal.png
%%DOCSDIR%%/figs/statesendsignal.png
%%DOCSDIR%%/figs/statestereotypes.png
%%DOCSDIR%%/figs/textmenu.png
%%DOCSDIR%%/figs/tools_menu.png
%%DOCSDIR%%/figs/transhoriz.png
%%DOCSDIR%%/figs/umlproj.png
%%DOCSDIR%%/figs/usecase.png
%%DOCSDIR%%/figs/usecasediagram.png
%%DOCSDIR%%/figs/usecasediagramdrawing1.png
%%DOCSDIR%%/figs/usecasediagramdrawing1_100.png
%%DOCSDIR%%/figs/usecasediagramdrawingsettings.png
%%DOCSDIR%%/figs/usecasediagramdrawingsettings1.png
%%DOCSDIR%%/figs/usecasediagramedit1.png
%%DOCSDIR%%/figs/usecasediagrammenu1.png
%%DOCSDIR%%/figs/usecasediagrammenu2.png
%%DOCSDIR%%/figs/usecasedrawingsettings.png
%%DOCSDIR%%/figs/usecasedrawingsettings1.png
%%DOCSDIR%%/figs/usecasedrawingsettings2.png
%%DOCSDIR%%/figs/usecasedrawingsettings3.png
%%DOCSDIR%%/figs/usecasedrawingsettings4.png
%%DOCSDIR%%/figs/usecasedrawingsettings5.png
%%DOCSDIR%%/figs/usecasedrawingsettings6.png
%%DOCSDIR%%/figs/usecasedrawingsettings7.png
%%DOCSDIR%%/figs/usecasedrawingsettings8.png
%%DOCSDIR%%/figs/usecaseedit.png
%%DOCSDIR%%/figs/usecasemenu.png
%%DOCSDIR%%/figs/usecasepictmenu.png
%%DOCSDIR%%/figs/usecaseref.png
%%DOCSDIR%%/figs/usecasestereotypes.png
%%DOCSDIR%%/figs/usecasesubject.png
%%DOCSDIR%%/figs/usecaseview.png
%%DOCSDIR%%/figs/usecaseviewdrawingsettings.png
%%DOCSDIR%%/figs/usecaseviewdrawingsettings1.png
%%DOCSDIR%%/figs/usecaseviewdrawingsettings2.png
%%DOCSDIR%%/figs/usecaseviewdrawingsettings3.png
%%DOCSDIR%%/figs/usecaseviewdrawingsettings4.png
%%DOCSDIR%%/figs/usecaseviewdrawingsettings5.png
%%DOCSDIR%%/figs/usecaseviewdrawingsettings6.png
%%DOCSDIR%%/figs/usecaseviewdrawingsettings7.png
%%DOCSDIR%%/figs/usecaseviewdrawingsettings8.png
%%DOCSDIR%%/figs/usecaseviewedit.png
%%DOCSDIR%%/figs/usecaseviewmenu.png
%%DOCSDIR%%/figs/usecasewizard.png
%%DOCSDIR%%/figs/user_package.png
%%DOCSDIR%%/figs/vcpp1.png
%%DOCSDIR%%/figs/vcpp2.png
%%DOCSDIR%%/figs/vcpp4.png
%%DOCSDIR%%/figs/vcpp5.png
%%DOCSDIR%%/figs/vcpp6.png
%%DOCSDIR%%/figs/windows_menu.png
%%DOCSDIR%%/figs/xmi.png
%%DOCSDIR%%/figs/xmi2.png
%%DOCSDIR%%/filecontrol.html
%%DOCSDIR%%/flow.html
%%DOCSDIR%%/genpro.html
%%DOCSDIR%%/globalchange.html
%%DOCSDIR%%/gnulicense.html
%%DOCSDIR%%/htmlgenerator.html
%%DOCSDIR%%/idlgenerator.html
%%DOCSDIR%%/index.html
%%DOCSDIR%%/index_activity.html
%%DOCSDIR%%/index_activityaction.html
%%DOCSDIR%%/index_activitycontrolnode.html
%%DOCSDIR%%/index_activitydiagram.html
%%DOCSDIR%%/index_activityobject.html
%%DOCSDIR%%/index_activitypartition.html
%%DOCSDIR%%/index_activityregion.html
%%DOCSDIR%%/index_artifact.html
%%DOCSDIR%%/index_attribute.html
%%DOCSDIR%%/index_browseritems.html
%%DOCSDIR%%/index_class.html
%%DOCSDIR%%/index_class_drawing.html
%%DOCSDIR%%/index_classdiagram.html
%%DOCSDIR%%/index_classinstance.html
%%DOCSDIR%%/index_classview.html
%%DOCSDIR%%/index_collaborationdiagram.html
%%DOCSDIR%%/index_collaborationdiagram_drawing_lang.html
%%DOCSDIR%%/index_component.html
%%DOCSDIR%%/index_componentdiagram.html
%%DOCSDIR%%/index_componentview.html
%%DOCSDIR%%/index_cppgenerator.html
%%DOCSDIR%%/index_cppreverse.html
%%DOCSDIR%%/index_cpproundtrip.html
%%DOCSDIR%%/index_cpputil.html
%%DOCSDIR%%/index_deploy.html
%%DOCSDIR%%/index_deploymentdiagram.html
%%DOCSDIR%%/index_deploymentview.html
%%DOCSDIR%%/index_extramember.html
%%DOCSDIR%%/index_filecontrol.html
%%DOCSDIR%%/index_flow.html
%%DOCSDIR%%/index_genpro.html
%%DOCSDIR%%/index_globalchange.html
%%DOCSDIR%%/index_gnulicense.html
%%DOCSDIR%%/index_htmlgenerator.html
%%DOCSDIR%%/index_idlgenerator.html
%%DOCSDIR%%/index_javacat.html
%%DOCSDIR%%/index_javagenerator.html
%%DOCSDIR%%/index_javareverse.html
%%DOCSDIR%%/index_javaroundtrip.html
%%DOCSDIR%%/index_multiuser.html
%%DOCSDIR%%/index_node.html
%%DOCSDIR%%/index_objectdiagram.html
%%DOCSDIR%%/index_operation.html
%%DOCSDIR%%/index_package.html
%%DOCSDIR%%/index_phpgenerator.html
%%DOCSDIR%%/index_phpreverse.html
%%DOCSDIR%%/index_plugout.html
%%DOCSDIR%%/index_plugoutupgrade.html
%%DOCSDIR%%/index_profile.html
%%DOCSDIR%%/index_projectcontrol.html
%%DOCSDIR%%/index_projectfiles.html
%%DOCSDIR%%/index_projectsynchro.html
%%DOCSDIR%%/index_pseudostate.html
%%DOCSDIR%%/index_pythongenerator.html
%%DOCSDIR%%/index_pythonreverse.html
%%DOCSDIR%%/index_relation.html
%%DOCSDIR%%/index_roseimport.html
%%DOCSDIR%%/index_roundtripbody.html
%%DOCSDIR%%/index_sequencediagram.html
%%DOCSDIR%%/index_sequencediagram_drawing_lang.html
%%DOCSDIR%%/index_starting.html
%%DOCSDIR%%/index_state.html
%%DOCSDIR%%/index_stateaction.html
%%DOCSDIR%%/index_statediagram.html
%%DOCSDIR%%/index_statemachinegenerator.html
%%DOCSDIR%%/index_toplevelmenus.html
%%DOCSDIR%%/index_troubleshots.html
%%DOCSDIR%%/index_umlproj.html
%%DOCSDIR%%/index_usecase.html
%%DOCSDIR%%/index_usecasediagram.html
%%DOCSDIR%%/index_usecaseview.html
%%DOCSDIR%%/index_usecasewizard.html
%%DOCSDIR%%/index_xmigenerator.html
%%DOCSDIR%%/index_xmiimport.html
%%DOCSDIR%%/javacat.html
%%DOCSDIR%%/javagenerator.html
%%DOCSDIR%%/javareverse.html
%%DOCSDIR%%/javaroundtrip.html
%%DOCSDIR%%/multiuser.html
%%DOCSDIR%%/node.html
%%DOCSDIR%%/objectdiagram.html
%%DOCSDIR%%/operation.html
%%DOCSDIR%%/package.html
%%DOCSDIR%%/phpgenerator.html
%%DOCSDIR%%/phpreverse.html
%%DOCSDIR%%/plugout.html
%%DOCSDIR%%/plugoutupgrade.html
%%DOCSDIR%%/profile.html
%%DOCSDIR%%/projectcontrol.html
%%DOCSDIR%%/projectfiles.html
%%DOCSDIR%%/projectsynchro.html
%%DOCSDIR%%/pseudostate.html
%%DOCSDIR%%/pythongenerator.html
%%DOCSDIR%%/pythonreverse.html
%%DOCSDIR%%/relation.html
%%DOCSDIR%%/roseimport.html
%%DOCSDIR%%/roundtripbody.html
%%DOCSDIR%%/sequencediagram.html
%%DOCSDIR%%/starting.html
%%DOCSDIR%%/state.html
%%DOCSDIR%%/stateaction.html
%%DOCSDIR%%/statediagram.html
%%DOCSDIR%%/statemachinegenerator.html
%%DOCSDIR%%/toplevelmenus.html
%%DOCSDIR%%/troubleshots.html
%%DOCSDIR%%/umlproj.html
%%DOCSDIR%%/usecase.html
%%DOCSDIR%%/usecasediagram.html
%%DOCSDIR%%/usecaseview.html
%%DOCSDIR%%/usecasewizard.html
%%DOCSDIR%%/xmigenerator.html
%%DOCSDIR%%/xmiimport.html
@dirrm %%DOCSDIR%%/figs
@dirrm %%DOCSDIR%%/empty_html
@dirrm %%DOCSDIR%%