]> err.no Git - scalable-opengroupware.org/blob - SOGo/UI/Common/product.plist
modified build process for SOGo
[scalable-opengroupware.org] / SOGo / UI / Common / product.plist
1 {
2   requires = ( MAIN );
3
4   publicResources = (
5     calendar.css,
6     zidestoreui.css,
7     menu_logo_top.gif,
8     line_left.gif,
9     line_stretch.gif,
10     line_right.gif,
11     box_topleft.gif,
12     box_top.gif,
13     box_topright.gif,
14     box_left.gif,
15     box_right.gif,
16     box_botleft.gif,
17     box_bottom.gif,
18     box_botright.gif,
19     tab_selected.gif,
20     tab_.gif,
21     corner_right.gif,
22     closewindow.gif,
23     OGoLogo.gif
24   );
25   
26   factories = {
27   };
28
29   categories = {
30     SOGoObject = {
31       methods = {
32         "app" = { 
33           protectedBy = "View";
34           pageName    = "UIxAppFrame"; 
35         };
36         "appheader" = { 
37           protectedBy = "View";
38           pageName    = "UIxAppHeader"; 
39         };
40         "appnavigation" = { 
41           protectedBy = "View";
42           pageName    = "UIxAppNavigation"; 
43         };
44       };
45     };
46   };
47 }