annotate modules/modules.xml @ 226:76932cdb3d57

Removed tag 1.1 Beta 1
author Flick
date Sat, 19 Mar 2011 10:23:34 -0700
parents 8ba8ab8bf6dd
children 704f4a05a1d7
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="Action.lua"/>
flickerstreak@109 7 <Script file="PetAction.lua"/>
flickerstreak@134 8 <Script file="Stance.lua"/>
flickerstreak@146 9 <Script file="Bag.lua"/>
flickerstreak@159 10 <Script file="VehicleExit.lua"/>
flickerstreak@161 11 <Script file="Totem.lua"/>
flickerstreak@108 12
flickerstreak@26 13 </Ui>