scripts/build.sh
changeset 2832 2a0a7e081caf
parent 2679 0ede2f3adbc1
child 2873 4fb030d43575
--- a/scripts/build.sh	Fri Aug 28 19:41:28 2009 +0530
+++ b/scripts/build.sh	Thu Aug 27 20:34:43 2009 -0700
@@ -10,9 +10,10 @@
 
 DEFAULT_APP_BUILD=../build
 DEFAULT_APP_FOLDER="../app"
-DEFAULT_APP_FILES="app.yaml cron.yaml index.yaml queue.yaml main.py settings.py shell.py urls.py gae_django.py"
+DEFAULT_APP_FILES="app.yaml cron.yaml index.yaml queue.yaml main.py settings.py
+shell.py urls.py gae_django.py profiler.py"
 DEFAULT_APP_DIRS="soc ghop gsoc feedparser python25src reflistprop jquery \
-    ranklist shell json htmlsanitizer taggable gviz"
+    ranklist shell json htmlsanitizer taggable gviz app_profiler"
 DEFAULT_ZIP_FILES="tiny_mce.zip"
 
 APP_BUILD=${APP_BUILD:-"${DEFAULT_APP_BUILD}"}