Mercurial > wow > reaction
comparison ReAction.xml @ 206:01b1c7db47d4
Break out .toc direct includes into top level XML to support compilation embedding
author | Flick <flickerstreak@gmail.com> |
---|---|
date | Tue, 16 Nov 2010 21:33:05 -0800 |
parents | |
children | 97949dbe987f |
comparison
equal
deleted
inserted
replaced
205:42fd93f19291 | 206:01b1c7db47d4 |
---|---|
1 <Ui xmlns="http://www.blizzard.com/wow/ui/" | |
2 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" | |
3 xsi:schemaLocation="http://www.blizzard.com/wow/ui/..\FrameXML\UI.xsd"> | |
4 | |
5 <Include file="lib\embeds.xml"/> | |
6 <Include file="locale\locale.xml"/> | |
7 | |
8 <Script file="ReAction.lua"/> | |
9 <Script file="Options.lua"/> | |
10 <Script file="Editor.lua"/> | |
11 | |
12 <Include file="classes\classes.xml"/> | |
13 <Include file="modules\modules.xml"/> | |
14 | |
15 </Ui> |