Mercurial > wow > reaction
comparison modules/modules.xml @ 109:410d036c43b2
- reorganize modularity file structure (part 1)
| author | Flick <flickerstreak@gmail.com> |
|---|---|
| date | Thu, 08 Jan 2009 00:57:27 +0000 |
| parents | b2fb8f7dc780 |
| children | a66595385917 |
comparison
equal
deleted
inserted
replaced
| 108:b2fb8f7dc780 | 109:410d036c43b2 |
|---|---|
| 1 <Ui xmlns="http://www.blizzard.com/wow/ui/" | 1 <Ui xmlns="http://www.blizzard.com/wow/ui/" |
| 2 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" | 2 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" |
| 3 xsi:schemaLocation="http://www.blizzard.com/wow/ui/..\FrameXML\UI.xsd"> | 3 xsi:schemaLocation="http://www.blizzard.com/wow/ui/..\FrameXML\UI.xsd"> |
| 4 | 4 |
| 5 <!-- config/layout modules --> | 5 <Script file="bindings.lua"/> |
| 6 <Include file="ReAction_ConfigUI\ReAction_ConfigUI.xml"/> | 6 <Script file="Bar.lua"/> |
| 7 <Include file="ReAction_HideBlizzard\ReAction_HideBlizzard.xml"/> | 7 <Script file="Overlay.lua"/> |
| 8 | 8 <Script file="Config.lua"/> |
| 9 | 9 <Script file="State.lua"/> |
| 10 <!-- button modules --> | 10 <Script file="LDB.lua"/> |
| 11 <Include file="ReAction_Action\ReAction_Action.xml"/> | 11 <Script file="LBF.lua"/> |
| 12 <Include file="ReAction_PetAction\ReAction_PetAction.xml"/> | 12 <Script file="HideBlizzard.lua"/> |
| 13 | 13 <Script file="Action.lua"/> |
| 14 | 14 <Script file="PetAction.lua"/> |
| 15 <!-- other modules --> | |
| 16 <Include file="ReAction_ButtonFacade\ReAction_ButtonFacade.xml"/> | |
| 17 | 15 |
| 18 </Ui> | 16 </Ui> |
