]> err.no Git - scalable-opengroupware.org/blob - SOGo/UI/Anais/bundle-info.plist
Added "AnaisUI" bundle, new formatter for SOGoUI, various enhancements
[scalable-opengroupware.org] / SOGo / UI / Anais / bundle-info.plist
1 {
2   "__cvs__" = "$Id: bundle-info.plist,v 1.1 2003/11/24 01:24:40 helge Exp $";
3
4   requires = {
5     bundleManagerVersion = 1;
6     classes = (
7       { name = NSObject;    }
8     );
9   };
10
11   provides = {
12     classes = (
13       { name = AnaisUIProduct;       },
14       { name = AnaisSelector;        },
15     );
16
17     WOComponents = (
18       { name = AnaisSelector;  },
19     );
20   };
21 }