Add simplejson folder to build.sh script.
authorPawel Solyga <Pawel.Solyga@gmail.com>
Sun, 25 Jan 2009 11:31:40 +0000
changeset 976 d1a9c7179bbb
parent 975 295d67509412
child 977 d212d5f4c41a
Add simplejson folder to build.sh script. Patch by: Pawel Solyga Reviewed by: to-be-reviewed
scripts/build.sh
--- a/scripts/build.sh	Sun Jan 25 11:31:15 2009 +0000
+++ b/scripts/build.sh	Sun Jan 25 11:31:40 2009 +0000
@@ -11,7 +11,7 @@
 DEFAULT_APP_BUILD=../build
 DEFAULT_APP_FOLDER="../app"
 DEFAULT_APP_FILES="app.yaml index.yaml __init__.py main.py settings.py urls.py"
-DEFAULT_APP_DIRS="soc ghop gsoc feedparser python25src reflistprop jquery"
+DEFAULT_APP_DIRS="soc ghop gsoc feedparser python25src reflistprop jquery simplejson"
 DEFAULT_ZIP_FILES="tiny_mce.zip"
 
 APP_BUILD=${APP_BUILD:-"${DEFAULT_APP_BUILD}"}