goa/goactl.py
changeset 11 db9c539e0b1b
parent 3 512e9bd0685a
child 692 800592b8d39b
child 1015 b5fdad9208f8
equal deleted inserted replaced
10:36d1e8d715af 11:db9c539e0b1b
    87 
    87 
    88     'entities/__init__.py',
    88     'entities/__init__.py',
    89     'entities/authobjs.py',
    89     'entities/authobjs.py',
    90     'entities/lib.py',
    90     'entities/lib.py',
    91     'entities/schemaobjs.py',
    91     'entities/schemaobjs.py',
       
    92     'entities/wfobjs.py',
    92 
    93 
    93     'sobjects/__init__.py',
    94     'sobjects/__init__.py',
    94     'sobjects/notification.py',
    95     'sobjects/notification.py',
    95     
    96     
    96 # XXX would be necessary for goa.testlib but require more stuff to be added
    97 # XXX would be necessary for goa.testlib but require more stuff to be added
   127     'web/views/idownloadable.py',
   128     'web/views/idownloadable.py',
   128     'web/views/magicsearch.py',
   129     'web/views/magicsearch.py',
   129     'web/views/management.py',
   130     'web/views/management.py',
   130     'web/views/navigation.py',
   131     'web/views/navigation.py',
   131     'web/views/startup.py',
   132     'web/views/startup.py',
       
   133     'web/views/vcard.py',
   132     'web/views/wdoc.py',
   134     'web/views/wdoc.py',
   133     'web/views/urlpublishing.py',
   135     'web/views/urlpublishing.py',
   134     'web/views/urlrewrite.py',
   136     'web/views/urlrewrite.py',
   135     'web/views/xbel.py',
   137     'web/views/xbel.py',
   136 
   138 
   206         for fpath, subfpath in OVERRIDEN_FILES:
   208         for fpath, subfpath in OVERRIDEN_FILES:
   207             create_symlink(join(CW_SOFTWARE_ROOT, 'goa', 'overrides', fpath),
   209             create_symlink(join(CW_SOFTWARE_ROOT, 'goa', 'overrides', fpath),
   208                            join(appldir, 'cubicweb', subfpath))
   210                            join(appldir, 'cubicweb', subfpath))
   209         # link every supported components
   211         # link every supported components
   210         packagesdir = join(appldir, 'cubes')
   212         packagesdir = join(appldir, 'cubes')
       
   213         create_init_file(join(appldir, 'cubes'), 'cubes')
   211         cubesdir = CubicWebConfiguration.cubes_dir()
   214         cubesdir = CubicWebConfiguration.cubes_dir()
   212         for include in ('addressbook','basket', 'blog','classfolders',
   215         for include in ('addressbook','basket', 'blog','classfolders',
   213                         'classtags', 'comment', 'file', 'link',
   216                         'classtags', 'comment', 'file', 'link',
   214                         'mailinglist', 'person', 'task', 'zone',
   217                         'mailinglist', 'person', 'task', 'zone',
   215                         ):
   218                         ):