Add module wfobjs to enable workflow in gae.
Add module vcard to enable usage of cube person in gae.
Add init file creation for cubes gae directory.
--- 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',