]> err.no Git - sope/blob - Recycler/ExpatSaxDriver/bundle-info.plist
more directory hierarchy reorganisations,
[sope] / Recycler / ExpatSaxDriver / bundle-info.plist
1 {
2   CVS = "$Id$";
3   //bundleHandler = NSObject;
4
5   requires = {
6     bundleManagerVersion = 1;
7     classes = (
8       { name = NSObject;    }
9     );
10   };
11
12   provides = {
13     SAXDrivers = ( 
14         { 
15           name        = ExpatSaxDriver;
16           sourceTypes = ( "text/xml" ); 
17         },
18     );
19     classes    = ( 
20         { name = ExpatSaxDriver;     },
21     );
22   };
23 }