Add taggable-mixin and gviz to build script.
authorPawel Solyga <Pawel.Solyga@gmail.com>
Mon, 01 Jun 2009 23:42:36 +0200
changeset 2377 8f3771ff383b
parent 2376 feec28b50f1b
child 2378 b5c74f077f0a
child 2379 1555814edac7
Add taggable-mixin and gviz to build script.
scripts/build.sh
--- a/scripts/build.sh	Mon Jun 01 22:23:46 2009 +0200
+++ b/scripts/build.sh	Mon Jun 01 23:42:36 2009 +0200
@@ -11,7 +11,8 @@
 DEFAULT_APP_BUILD=../build
 DEFAULT_APP_FOLDER="../app"
 DEFAULT_APP_FILES="app.yaml cron.yaml index.yaml main.py settings.py shell.py urls.py gae_django.py"
-DEFAULT_APP_DIRS="soc ghop gsoc feedparser python25src reflistprop jquery ranklist shell json htmlsanitizer"
+DEFAULT_APP_DIRS="soc ghop gsoc feedparser python25src reflistprop jquery \
+    ranklist shell json htmlsanitizer taggable-mixin gviz"
 DEFAULT_ZIP_FILES="tiny_mce.zip"
 
 APP_BUILD=${APP_BUILD:-"${DEFAULT_APP_BUILD}"}