annotate modules/modules.xml @ 212:e275a8663a16

Merge stable to default
author Flick <flickerstreak@gmail.com>
date Thu, 18 Nov 2010 13:12:16 -0800
parents 97949dbe987f
children 8ba8ab8bf6dd
rev   line source
flickerstreak@26 1 <Ui xmlns="http://www.blizzard.com/wow/ui/"
flickerstreak@26 2 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
flickerstreak@26 3 xsi:schemaLocation="http://www.blizzard.com/wow/ui/..\FrameXML\UI.xsd">
flickerstreak@26 4
flickerstreak@109 5 <Script file="State.lua"/>
flickerstreak@109 6 <Script file="LBF.lua"/>
flickerstreak@109 7 <Script file="Action.lua"/>
flickerstreak@109 8 <Script file="PetAction.lua"/>
flickerstreak@134 9 <Script file="Stance.lua"/>
flickerstreak@146 10 <Script file="Bag.lua"/>
flickerstreak@159 11 <Script file="VehicleExit.lua"/>
flickerstreak@161 12 <Script file="Totem.lua"/>
flickerstreak@108 13
flickerstreak@26 14 </Ui>