]> err.no Git - sope/blob - sope-xml/PlistSaxDriver/bundle-info.plist
renamed packages as discussed in the developer list
[sope] / sope-xml / PlistSaxDriver / 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        = PlistSaxDriver;
16           sourceTypes = ( "application/x-plist" ); 
17         },
18     );
19     classes    = ( 
20         { name = PlistSaxDriver;     },
21     );
22   };
23 }