[Checkins] SVN: grokapps/SmallELearningDemo/ Fix duplicate data section in buildout.cfg and add zope.file and blob.

Yusei Tahara yusei at domen.cx
Tue Oct 7 19:34:56 EDT 2008


Log message for revision 91887:
  Fix duplicate data section in buildout.cfg and add zope.file and blob.
  

Changed:
  U   grokapps/SmallELearningDemo/buildout.cfg
  U   grokapps/SmallELearningDemo/setup.py

-=-
Modified: grokapps/SmallELearningDemo/buildout.cfg
===================================================================
--- grokapps/SmallELearningDemo/buildout.cfg	2008-10-07 22:33:13 UTC (rev 91886)
+++ grokapps/SmallELearningDemo/buildout.cfg	2008-10-07 23:34:56 UTC (rev 91887)
@@ -6,13 +6,6 @@
 extends= http://grok.zope.org/releaseinfo/grok-0.14.cfg
 versions = versions
 
-#[versions]
-#lovely.recipe = 0.3.1b5
-#zc.recipe.testrunner = 1.0.0
-
-[data]
-recipe = zc.recipe.filestorage
-
 [app]
 recipe = zc.zope3recipes>=0.5.3:application
 eggs = SmallELearningDemo
@@ -64,6 +57,7 @@
 
 [data]
 recipe = zc.recipe.filestorage
+blob-dir = ${buildout:parts-directory}/data/blobs
 
 # this section named so that the start/stop script is called bin/zopectl
 [zopectl]

Modified: grokapps/SmallELearningDemo/setup.py
===================================================================
--- grokapps/SmallELearningDemo/setup.py	2008-10-07 22:33:13 UTC (rev 91886)
+++ grokapps/SmallELearningDemo/setup.py	2008-10-07 23:34:56 UTC (rev 91887)
@@ -23,6 +23,8 @@
                         'grokui.admin',
                         'z3c.testsetup',
                         'zope.app.file',
+                        'zope.file',
+                        'zope.mimetype',
                         # Add extra requirements here
                         ],
       entry_points="""



More information about the Checkins mailing list