abb409c92721431e11417a9f4c9c80bf206dd03c
[mailer.git] / updater / .extensions.sh
1 #!/bin/sh
2 # Self-test
3 if test "`basename $0`" = ".extensions.sh"; then
4         echo "Bye..."
5         exit 0
6 fi
7
8 # Debugging extensions (will be moved first!)
9 DEBUG_EXT="sql-upgrades"
10
11 # Addional extensions
12 BASE_EXT="support order user register mydata mailid other online sql_patches newsletter mediadata theme"
13 BASE_EXT="$BASE_EXT repair html_mail filter"
14
15 # Extensions for compilation "Small"
16 SMALL_EXT="forum birthday nickname profile msgs transfer signup cache active popup optimize beg caution"
17 SMALL_EXT="$SMALL_EXT top10 doubler experience country autopurge holiday rallye contact maintenance"
18 SMALL_EXT="$SMALL_EXT digit"
19
20 # Extensions for compilation "Medium"
21 MEDIUM_EXT="admins bonus payout paidlinks paidstart partner admintheme demo task shredder sponsor gbook"
22 MEDIUM_EXT="$MEDIUM_EXT jackpot downline cancel guestnl recycle blocks lists mods premium clock blog"
23
24 # Extensions for compilation "Max"
25 MAX_EXT="shop directory help auctions affiliate usrlog dbhistory editcfg resolv faq layer downloads"
26 MAX_EXT="$MAX_EXT gallery club engine readonly rewrite survey anonstats classifieds coupon tracksys"
27 MAX_EXT="$MAX_EXT surf project product jobs tracking dbstats deposit edittpl jokes party shout lottery"
28 MAX_EXT="$MAX_EXT howto ticker donate exchange search marathon xmas trade toplist refund"
29
30 # Extensions to upload on FTP server
31 UPLOAD_EXT=""