3 if test "`basename $0`" = ".cms.sh"; then
9 CMS_EXT_DIR="mxchange_ext_cms"
16 CMS_UPLOAD_DIR="$BASEDIR/$CMS_EXT_DIR"
17 CMS_FTP_DIR="content/htdocs/extensions"
20 if test "$CMS_PRE" != ""; then
21 CMS_TAR="$BASENAME-$CMS-$CMS_VER-pre$CMS_PRE.tar"
22 CMS_ZIP="$BASENAME-$CMS-$CMS_VER-pre$CMS_PRE.zip"
24 CMS_TAR="$BASENAME-$CMS-$CMS_VER.tar"
25 CMS_ZIP="$BASENAME-$CMS-$CMS_VER.zip"
28 # Files stuff which will be archived
29 CMS_FILES="ChangeLog* README $CMS/ $CMS/DOCS/LICENSE*"
32 CMS_EXT="support user register mydata other online sql_patches newsletter mediadata update country theme"
34 # Extra ported extensions
35 CMS_EXTRA_EXT="autopurge bonus task club admins"
37 # Extensions to be uploaded
38 #UPLOAD_CMS_EXT="$CMS_EXT $CMS_EXTRA_EXT"