Skip to content

Commit

Permalink
Sorted plugins into alphabetic order in installer
Browse files Browse the repository at this point in the history
  • Loading branch information
nickgammon committed Sep 24, 2010
1 parent 2a145be commit eae4020
Showing 1 changed file with 112 additions and 106 deletions.
218 changes: 112 additions & 106 deletions install/mushclient.nsi
Expand Up @@ -239,19 +239,19 @@ Section "Documentation"
SetOutPath $INSTDIR\docs

; Put files there
File "..\docs\RegularExpressions.txt"
File "..\docs\mersenne_twister.txt"
File "..\docs\lua_license.txt"
File "..\docs\JSON License.txt"
File "..\docs\Lua Colors LICENSE.txt"
File "..\docs\LuaJSON.txt"
File "..\docs\LuaSocket_license.txt"
File "..\docs\PCRE_ChangeLog.txt"
File "..\docs\RegularExpressions.txt"
File "..\docs\gpl.txt"
File "..\docs\lsqlite3.html"
File "..\docs\lpeg.html"
File "..\docs\re.html"
File "..\docs\Lua Colors LICENSE.txt"
File "..\docs\JSON License.txt"
File "..\docs\LuaJSON.txt"
File "..\docs\lsqlite3.html"
File "..\docs\lua_license.txt"
File "..\docs\luacom.pdf"
File "..\docs\LuaSocket_license.txt"
File "..\docs\mersenne_twister.txt"
File "..\docs\re.html"

CreateDirectory "$INSTDIR\docs\LuaSocket_documentation"
SetOutPath $INSTDIR\docs\LuaSocket_documentation
Expand Down Expand Up @@ -320,33 +320,34 @@ Section "Scripting"
SetOutPath $INSTDIR\lua

SetOverwrite ifnewer

File "..\lua\InfoBox.lua"
File "..\lua\addxml.lua"
File "..\lua\alphanum.lua"
File "..\lua\check.lua"
File "..\lua\checkplugin.lua"
File "..\lua\colors.lua"
File "..\lua\commas.lua"
File "..\lua\copytable.lua"
File "..\lua\declare.lua"
File "..\lua\gauge.lua"
File "..\lua\getlines.lua"
File "..\lua\getstyle.lua"
File "..\lua\getworld.lua"
File "..\lua\mapper.lua"
File "..\lua\movewindow.lua"
File "..\lua\mw.lua"
File "..\lua\pairsbykeys.lua"
File "..\lua\ppi.lua"
File "..\lua\re.lua"
File "..\lua\sandbox.lua"
File "..\lua\serialize.lua"
File "..\lua\show_loaded.lua"
File "..\lua\strict.lua"
File "..\lua\tprint.lua"
File "..\lua\var.lua"
File "..\lua\wait.lua"
File "..\lua\copytable.lua"
File "..\lua\strict.lua"
File "..\lua\commas.lua"
File "..\lua\getworld.lua"
File "..\lua\checkplugin.lua"
File "..\lua\re.lua"
File "..\lua\mw.lua"
File "..\lua\movewindow.lua"
File "..\lua\alphanum.lua"
File "..\lua\InfoBox.lua"
File "..\lua\colors.lua"
File "..\lua\gauge.lua"
File "..\lua\ppi.lua"
File "..\lua\mapper.lua"
File "..\luacom\luacom5.lua"
File "..\lua\sandbox.lua"
File "..\lua\show_loaded.lua"

; LuaSocket

Expand Down Expand Up @@ -432,40 +433,42 @@ Section "Plugins"
File "..\plugins\constants.pl"
File "..\plugins\constants.pys"
File "..\plugins\constants.lua"
File "..\plugins\plugin_list.xml"
File "..\plugins\plugin_summary.xml"
File "..\plugins\random_socials.xml"
File "..\plugins\scan.xml"
File "..\plugins\msp.xml"
File "..\plugins\reverse_speedwalk.xml"
File "..\plugins\SMAUG_automapper_helper.xml"
File "..\plugins\multiple_send.xml"
File "..\plugins\idle_message.xml"
File "..\plugins\MUSH_teleport.xml"
File "..\plugins\ColourNote.xml"
File "..\plugins\NewActivity.xml"
File "..\plugins\MudDatabase.xml"
File "..\plugins\Chat.xml"
File "..\plugins\Health_Bar.xml"

; plugins - alphabetic order
File "..\plugins\ANSI_Log.xml"
File "..\plugins\Hyperlink_URL.xml"
File "..\plugins\Gag.xml"
File "..\plugins\Status_Bar_Prompt.xml"
File "..\plugins\Timer.xml"
File "..\plugins\ShowActivity.xml"
File "..\plugins\Installer_sumcheck.xml"
File "..\plugins\Current_Output_Window.xml"
File "..\plugins\InfoBox_Demo.xml"
File "..\plugins\ATCP_Mapper.xml"
File "..\plugins\ATCP_NJG.xml"
File "..\plugins\Summary.xml"
File "..\plugins\Automatic_Backup.xml"
File "..\plugins\Calculator.xml"
File "..\plugins\Chat.xml"
File "..\plugins\Code_Chart.xml"
File "..\plugins\ColourNote.xml"
File "..\plugins\Config_Option_Changer.xml"
File "..\plugins\ATCP_Mapper.xml"
File "..\plugins\Current_Output_Window.xml"
File "..\plugins\Gag.xml"
File "..\plugins\Health_Bar.xml"
File "..\plugins\Hyperlink_URL.xml"
File "..\plugins\InfoBox_Demo.xml"
File "..\plugins\Installer_sumcheck.xml"
File "..\plugins\MUSH_teleport.xml"
File "..\plugins\Messages_Window.xml"
File "..\plugins\Calculator.xml"
File "..\plugins\Text_To_Speech.xml"
File "..\plugins\Automatic_Backup.xml"
File "..\plugins\MudDatabase.xml"
File "..\plugins\NewActivity.xml"
File "..\plugins\Omit_Blank_Lines.xml"
File "..\plugins\SMAUG_automapper_helper.xml"
File "..\plugins\ShowActivity.xml"
File "..\plugins\Status_Bar_Prompt.xml"
File "..\plugins\Summary.xml"
File "..\plugins\Text_To_Speech.xml"
File "..\plugins\Timer.xml"
File "..\plugins\idle_message.xml"
File "..\plugins\msp.xml"
File "..\plugins\multiple_send.xml"
File "..\plugins\plugin_list.xml"
File "..\plugins\plugin_summary.xml"
File "..\plugins\random_socials.xml"
File "..\plugins\reverse_speedwalk.xml"
File "..\plugins\scan.xml"


SectionEnd
Expand Down Expand Up @@ -530,33 +533,33 @@ Section Uninstall
RMDir "$INSTDIR\scripts"

; lua stuff
Delete "$INSTDIR\lua\InfoBox.lua"
Delete "$INSTDIR\lua\addxml.lua"
Delete "$INSTDIR\lua\alphanum.lua"
Delete "$INSTDIR\lua\check.lua"
Delete "$INSTDIR\lua\checkplugin.lua"
Delete "$INSTDIR\lua\colors.lua"
Delete "$INSTDIR\lua\commas.lua"
Delete "$INSTDIR\lua\copytable.lua"
Delete "$INSTDIR\lua\declare.lua"
Delete "$INSTDIR\lua\gauge.lua"
Delete "$INSTDIR\lua\getlines.lua"
Delete "$INSTDIR\lua\getstyle.lua"
Delete "$INSTDIR\lua\pairsbykeys.lua"
Delete "$INSTDIR\lua\serialize.lua"
Delete "$INSTDIR\lua\tprint.lua"
Delete "$INSTDIR\lua\var.lua"
Delete "$INSTDIR\lua\wait.lua"
Delete "$INSTDIR\lua\copytable.lua"
Delete "$INSTDIR\lua\strict.lua"
Delete "$INSTDIR\lua\commas.lua"
Delete "$INSTDIR\lua\getworld.lua"
Delete "$INSTDIR\lua\checkplugin.lua"
Delete "$INSTDIR\lua\re.lua"
Delete "$INSTDIR\lua\mw.lua"
Delete "$INSTDIR\lua\luacom5.lua"
Delete "$INSTDIR\lua\mapper.lua"
Delete "$INSTDIR\lua\movewindow.lua"
Delete "$INSTDIR\lua\alphanum.lua"
Delete "$INSTDIR\lua\InfoBox.lua"
Delete "$INSTDIR\lua\colors.lua"
Delete "$INSTDIR\lua\gauge.lua"
Delete "$INSTDIR\lua\mw.lua"
Delete "$INSTDIR\lua\pairsbykeys.lua"
Delete "$INSTDIR\lua\ppi.lua"
Delete "$INSTDIR\lua\mapper.lua"
Delete "$INSTDIR\lua\luacom5.lua"
Delete "$INSTDIR\lua\re.lua"
Delete "$INSTDIR\lua\sandbox.lua"
Delete "$INSTDIR\lua\serialize.lua"
Delete "$INSTDIR\lua\show_loaded.lua"
Delete "$INSTDIR\lua\strict.lua"
Delete "$INSTDIR\lua\tprint.lua"
Delete "$INSTDIR\lua\var.lua"
Delete "$INSTDIR\lua\wait.lua"

Delete "$INSTDIR\lua\socket.lua"
Delete "$INSTDIR\lua\ltn12.lua"
Expand Down Expand Up @@ -613,18 +616,18 @@ Section Uninstall
RMDir "$INSTDIR\spell"

; docs
Delete "$INSTDIR\docs\RegularExpressions.txt"
Delete "$INSTDIR\docs\mersenne_twister.txt"
Delete "$INSTDIR\docs\lua_license.txt"
Delete "$INSTDIR\docs\JSON License.txt"
Delete "$INSTDIR\docs\Lua Colors LICENSE.txt"
Delete "$INSTDIR\docs\LuaJSON.txt"
Delete "$INSTDIR\docs\PCRE_ChangeLog.txt"
Delete "$INSTDIR\docs\RegularExpressions.txt"
Delete "$INSTDIR\docs\gpl.txt"
Delete "$INSTDIR\docs\lsqlite3.html"
Delete "$INSTDIR\docs\lpeg.html"
Delete "$INSTDIR\docs\re.html"
Delete "$INSTDIR\docs\Lua Colors LICENSE.txt"
Delete "$INSTDIR\docs\JSON License.txt"
Delete "$INSTDIR\docs\LuaJSON.txt"
Delete "$INSTDIR\docs\lsqlite3.html"
Delete "$INSTDIR\docs\lua_license.txt"
Delete "$INSTDIR\docs\luacom.pdf"
Delete "$INSTDIR\docs\mersenne_twister.txt"
Delete "$INSTDIR\docs\re.html"

Delete "$INSTDIR\docs\LuaSocket_license.txt"
Delete "$INSTDIR\docs\LuaSocket_documentation\dns.html"
Expand Down Expand Up @@ -658,40 +661,43 @@ Section Uninstall
Delete "$INSTDIR\worlds\plugins\constants.pl"
Delete "$INSTDIR\worlds\plugins\constants.pys"
Delete "$INSTDIR\worlds\plugins\constants.lua"
Delete "$INSTDIR\worlds\plugins\plugin_list.xml"
Delete "$INSTDIR\worlds\plugins\plugin_summary.xml"
Delete "$INSTDIR\worlds\plugins\random_socials.xml"
Delete "$INSTDIR\worlds\plugins\scan.xml"
Delete "$INSTDIR\worlds\plugins\msp.xml"
Delete "$INSTDIR\worlds\plugins\reverse_speedwalk.xml"
Delete "$INSTDIR\worlds\plugins\SMAUG_automapper_helper.xml"
Delete "$INSTDIR\worlds\plugins\multiple_send.xml"
Delete "$INSTDIR\worlds\plugins\idle_message.xml"
Delete "$INSTDIR\worlds\plugins\MUSH_teleport.xml"
Delete "$INSTDIR\worlds\plugins\ColourNote.xml"
Delete "$INSTDIR\worlds\plugins\NewActivity.xml"
Delete "$INSTDIR\worlds\plugins\MudDatabase.xml"
Delete "$INSTDIR\worlds\plugins\Chat.xml"
Delete "$INSTDIR\worlds\plugins\Health_Bar.xml"

; plugins - alphabetic order
Delete "$INSTDIR\worlds\plugins\ANSI_Log.xml"
Delete "$INSTDIR\worlds\plugins\Hyperlink_URL.xml"
Delete "$INSTDIR\worlds\plugins\Gag.xml"
Delete "$INSTDIR\worlds\plugins\Status_Bar_Prompt.xml"
Delete "$INSTDIR\worlds\plugins\Timer.xml"
Delete "$INSTDIR\worlds\plugins\ShowActivity.xml"
Delete "$INSTDIR\worlds\plugins\Installer_sumcheck.xml"
Delete "$INSTDIR\worlds\plugins\Current_Output_Window.xml"
Delete "$INSTDIR\worlds\plugins\InfoBox_Demo.xml"
Delete "$INSTDIR\worlds\plugins\ATCP_Mapper.xml"
Delete "$INSTDIR\worlds\plugins\ATCP_NJG.xml"
Delete "$INSTDIR\worlds\plugins\Summary.xml"
Delete "$INSTDIR\worlds\plugins\Automatic_Backup.xml"
Delete "$INSTDIR\worlds\plugins\Calculator.xml"
Delete "$INSTDIR\worlds\plugins\Chat.xml"
Delete "$INSTDIR\worlds\plugins\Code_Chart.xml"
Delete "$INSTDIR\worlds\plugins\ColourNote.xml"
Delete "$INSTDIR\worlds\plugins\Config_Option_Changer.xml"
Delete "$INSTDIR\worlds\plugins\ATCP_Mapper.xml"
Delete "$INSTDIR\worlds\plugins\Current_Output_Window.xml"
Delete "$INSTDIR\worlds\plugins\Gag.xml"
Delete "$INSTDIR\worlds\plugins\Health_Bar.xml"
Delete "$INSTDIR\worlds\plugins\Hyperlink_URL.xml"
Delete "$INSTDIR\worlds\plugins\InfoBox_Demo.xml"
Delete "$INSTDIR\worlds\plugins\Installer_sumcheck.xml"
Delete "$INSTDIR\worlds\plugins\MUSH_teleport.xml"
Delete "$INSTDIR\worlds\plugins\Messages_Window.xml"
Delete "$INSTDIR\worlds\plugins\Calculator.xml"
Delete "$INSTDIR\worlds\plugins\Text_To_Speech.xml"
Delete "$INSTDIR\worlds\plugins\Automatic_Backup.xml"
Delete "$INSTDIR\worlds\plugins\MudDatabase.xml"
Delete "$INSTDIR\worlds\plugins\NewActivity.xml"
Delete "$INSTDIR\worlds\plugins\Omit_Blank_Lines.xml"
Delete "$INSTDIR\worlds\plugins\SMAUG_automapper_helper.xml"
Delete "$INSTDIR\worlds\plugins\ShowActivity.xml"
Delete "$INSTDIR\worlds\plugins\Status_Bar_Prompt.xml"
Delete "$INSTDIR\worlds\plugins\Summary.xml"
Delete "$INSTDIR\worlds\plugins\Text_To_Speech.xml"
Delete "$INSTDIR\worlds\plugins\Timer.xml"
Delete "$INSTDIR\worlds\plugins\idle_message.xml"
Delete "$INSTDIR\worlds\plugins\msp.xml"
Delete "$INSTDIR\worlds\plugins\multiple_send.xml"
Delete "$INSTDIR\worlds\plugins\plugin_list.xml"
Delete "$INSTDIR\worlds\plugins\plugin_summary.xml"
Delete "$INSTDIR\worlds\plugins\random_socials.xml"
Delete "$INSTDIR\worlds\plugins\reverse_speedwalk.xml"
Delete "$INSTDIR\worlds\plugins\scan.xml"


; locale stuff

Expand Down

0 comments on commit eae4020

Please sign in to comment.