# HG changeset patch
# User Pawel Solyga <Pawel.Solyga@gmail.com>
# Date 1227393997 0
# Node ID cbd07fbdc1257b146edbadbd562561c0d2f9dd3a
# Parent  96d9655a7538ac6278295dede2328e0f1d2fe328
Remove polymodel folder from DEFAULT_APP_DIRS variable in make_release script.

Patch by: Pawel Solyga, Sverre Rabbelier

diff -r 96d9655a7538 -r cbd07fbdc125 scripts/make_release.sh
--- a/scripts/make_release.sh	Sat Nov 22 22:45:14 2008 +0000
+++ b/scripts/make_release.sh	Sat Nov 22 22:46:37 2008 +0000
@@ -11,7 +11,7 @@
 DEFAULT_APP_RELEASE=../release
 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 polymodel python25src reflistprop jquery"
+DEFAULT_APP_DIRS="soc ghop gsoc feedparser python25src reflistprop jquery"
 DEFAULT_ZIP_FILES="tiny_mce.zip"
 
 APP_RELEASE=${APP_RELEASE:-"${DEFAULT_APP_RELEASE}"}