Mercurial > wow > reaction
changeset 112:a66595385917
Module reorganization - part 3
author | Flick <flickerstreak@gmail.com> |
---|---|
date | Fri, 09 Jan 2009 18:10:47 +0000 |
parents | ea541cc7194f |
children | 77bb68eb402b |
files | lib/embeds.xml modules/modules.xml |
diffstat | 2 files changed, 8 insertions(+), 3 deletions(-) [+] |
line wrap: on
line diff
--- a/lib/embeds.xml Thu Jan 08 01:16:00 2009 +0000 +++ b/lib/embeds.xml Fri Jan 09 18:10:47 2009 +0000 @@ -7,11 +7,16 @@ <Script file="LibDataBroker-1.1.lua"/> <Include file="AceAddon-3.0\AceAddon-3.0.xml"/> - <Include file="AceLocale-3.0\AceLocale-3.0.xml"/> + <Include file="AceConfigRegistry-3.0\AceConfigRegistry-3.0.xml"/> + <Include file="AceConsole-3.0\AceConsole-3.0.xml"/> <Include file="AceDB-3.0\AceDB-3.0.xml"/> <Include file="AceDBOptions-3.0\AceDBOptions-3.0.xml"/> - <Include file="AceConsole-3.0\AceConsole-3.0.xml"/> <Include file="AceEvent-3.0\AceEvent-3.0.xml"/> + <Include file="AceGUI-3.0\AceGUI-3.0.xml"/> + <Include file="AceLocale-3.0\AceLocale-3.0.xml"/> + + <Include file="AceConfigDialog-3.0\AceConfigDialog-3.0.xml"/> + <Include file="LibKeyBound-1.0\lib.xml"/> </Ui>
--- a/modules/modules.xml Thu Jan 08 01:16:00 2009 +0000 +++ b/modules/modules.xml Fri Jan 09 18:10:47 2009 +0000 @@ -5,7 +5,7 @@ <Script file="bindings.lua"/> <Script file="Bar.lua"/> <Script file="Overlay.lua"/> -<Script file="Config.lua"/> +<Script file="ConfigUI.lua"/> <Script file="State.lua"/> <Script file="LDB.lua"/> <Script file="LBF.lua"/>