# HG changeset patch # User Todd Larsen # Date 1221584878 0 # Node ID 8a64fc6b9d0eb9c33e10f2eacbdd115cdf1a211c # Parent 476950fc348d539e52b85863ce20d54a67ba1383 Add recently-moved feedparser and tiny_mce to APP_DIRS. diff -r 476950fc348d -r 8a64fc6b9d0e scripts/make_release.sh --- a/scripts/make_release.sh Tue Sep 16 17:05:43 2008 +0000 +++ b/scripts/make_release.sh Tue Sep 16 17:07:58 2008 +0000 @@ -12,7 +12,7 @@ RELEASE=../release APP_FOLDER="../app" APP_FILES="app.yaml index.yaml __init__.py main.py settings.py urls.py" -APP_DIRS="soc ghop gsoc" +APP_DIRS="soc ghop gsoc feedparser tiny_mce" cd $APP_FOLDER # Remove old $ZIPFILE file.