Added missing ranklist in build script
authorSverre Rabbelier <srabbelier@gmail.com>
Thu, 05 Mar 2009 07:49:30 +0000
changeset 1675 6ba61cce4b52
parent 1674 e2987174b976
child 1676 a3c33bef2ea8
Added missing ranklist in build script Patch by: Sverre Rabbelier
scripts/build.sh
--- a/scripts/build.sh	Wed Mar 04 23:41:26 2009 +0000
+++ b/scripts/build.sh	Thu Mar 05 07:49:30 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 ranklist"
 DEFAULT_ZIP_FILES="tiny_mce.zip"
 
 APP_BUILD=${APP_BUILD:-"${DEFAULT_APP_BUILD}"}