# HG changeset patch # User Pawel Solyga # Date 1242668059 -7200 # Node ID 16c1b1412b0d3b3a31144727455f19e9df449e13 # Parent a72a1490a876592b92576ac74d87df67d4f00f03 Add htmlsanitizer folder to build script. diff -r a72a1490a876 -r 16c1b1412b0d scripts/build.sh --- a/scripts/build.sh Mon May 18 19:33:47 2009 +0200 +++ b/scripts/build.sh Mon May 18 19:34:19 2009 +0200 @@ -11,7 +11,7 @@ DEFAULT_APP_BUILD=../build DEFAULT_APP_FOLDER="../app" DEFAULT_APP_FILES="app.yaml cron.yaml index.yaml main.py settings.py urls.py" -DEFAULT_APP_DIRS="soc ghop gsoc feedparser python25src reflistprop jquery ranklist json" +DEFAULT_APP_DIRS="soc ghop gsoc feedparser python25src reflistprop jquery ranklist json htmlsanitizer" DEFAULT_ZIP_FILES="tiny_mce.zip" APP_BUILD=${APP_BUILD:-"${DEFAULT_APP_BUILD}"}