goa/goactl.py
changeset 11 db9c539e0b1b
parent 3 512e9bd0685a
child 692 800592b8d39b
child 1015 b5fdad9208f8
--- a/goa/goactl.py	Thu Nov 06 16:20:22 2008 -0800
+++ b/goa/goactl.py	Thu Nov 06 16:21:57 2008 -0800
@@ -89,6 +89,7 @@
     'entities/authobjs.py',
     'entities/lib.py',
     'entities/schemaobjs.py',
+    'entities/wfobjs.py',
 
     'sobjects/__init__.py',
     'sobjects/notification.py',
@@ -129,6 +130,7 @@
     'web/views/management.py',
     'web/views/navigation.py',
     'web/views/startup.py',
+    'web/views/vcard.py',
     'web/views/wdoc.py',
     'web/views/urlpublishing.py',
     'web/views/urlrewrite.py',
@@ -208,6 +210,7 @@
                            join(appldir, 'cubicweb', subfpath))
         # link every supported components
         packagesdir = join(appldir, 'cubes')
+        create_init_file(join(appldir, 'cubes'), 'cubes')
         cubesdir = CubicWebConfiguration.cubes_dir()
         for include in ('addressbook','basket', 'blog','classfolders',
                         'classtags', 'comment', 'file', 'link',