32 | | There are other [wiki:WritingSpecification#ConfigurationEntityTypes configuration entries] available. |
| 32 | There are other [wiki:WritingSpecification#ConfigurationEntityTypes configuration entries] available. |
| 33 | |
| 34 | The idea is to put all data out of the XML files in a dictionary. This should give us enough flexibility to build the directory tree. |
| 35 | |
| 36 | {{{ |
| 37 | bundles = { |
| 38 | 'Bundle name' : {'ConfigFile' : ('/path/to/file'), '/path/to/file'), 'Package' : ('bundle package 1', 'bundle package 2')}, |
| 39 | 'Bundle name' : {'Service' : ('serviced'), 'Package' : ('bundle package''), 'Action' : ('action1', 'action2')} |
| 40 | } |
| 41 | }}} |
| 42 | |