annotate ReAction.xml @ 232:afb5ff4eccc0

db version 2 (State namespace removed)
author Flick
date Tue, 22 Mar 2011 11:35:33 -0700
parents 8ba8ab8bf6dd
children 704f4a05a1d7
rev   line source
flickerstreak@206 1 <Ui xmlns="http://www.blizzard.com/wow/ui/"
flickerstreak@206 2 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
flickerstreak@206 3 xsi:schemaLocation="http://www.blizzard.com/wow/ui/..\FrameXML\UI.xsd">
flickerstreak@206 4
flickerstreak@206 5 <Include file="lib\embeds.xml"/>
flickerstreak@206 6 <Include file="locale\locale.xml"/>
flickerstreak@206 7
flickerstreak@206 8 <Script file="ReAction.lua"/>
flickerstreak@206 9 <Script file="Options.lua"/>
flickerstreak@206 10 <Script file="Editor.lua"/>
flickerstreak@213 11 <Script file="Profile.lua"/>
flickerstreak@206 12
flickerstreak@206 13 <Include file="classes\classes.xml"/>
flickerstreak@206 14 <Include file="modules\modules.xml"/>
flickerstreak@206 15
flickerstreak@206 16 </Ui>