The simplejson in Django is now used, so do not create a symlink in build.sh.
authorTodd Larsen <tlarsen@google.com>
Mon, 02 Feb 2009 22:58:57 +0000
changeset 1194 32a9709e6051
parent 1193 8d3a7e8d88bd
child 1195 cbef45d75942
The simplejson in Django is now used, so do not create a symlink in build.sh. Patch by: Todd Larsen Review by: to-be-reviewed
scripts/build.sh
--- a/scripts/build.sh	Mon Feb 02 21:48:37 2009 +0000
+++ b/scripts/build.sh	Mon Feb 02 22:58:57 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 simplejson"
+DEFAULT_APP_DIRS="soc ghop gsoc feedparser python25src reflistprop jquery"
 DEFAULT_ZIP_FILES="tiny_mce.zip"
 
 APP_BUILD=${APP_BUILD:-"${DEFAULT_APP_BUILD}"}