# HG changeset patch # User Pawel Solyga # Date 1243892556 -7200 # Node ID 8f3771ff383bde358a36b81028f99be242c3ec15 # Parent feec28b50f1b75e9447f4c2bdf27de64e72eccec Add taggable-mixin and gviz to build script. diff -r feec28b50f1b -r 8f3771ff383b 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}"}