Mercurial > wow > reaction
comparison modules/ReAction_ConfigUI/lib/embeds.xml @ 30:0d95ce7a9ec2
- added Ace3 externs
- converted ReAction_ConfigUI to use blizzard interface addons panel via AceConfigDialog-3.0
- partially converted FuBar module to LibRock, deprecated it (going to remove it entirely later)
- cleaned up a couple other tidbits
author | Flick <flickerstreak@gmail.com> |
---|---|
date | Wed, 02 Apr 2008 23:31:13 +0000 |
parents | |
children | c54c481ad0ed |
comparison
equal
deleted
inserted
replaced
29:9c89042bc328 | 30:0d95ce7a9ec2 |
---|---|
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 <Script file="AceLibrary\AceLibrary.lua"/> | |
6 <Script file="AceOO-2.0\AceOO-2.0.lua"/> | |
7 <Script file="Waterfall-1.0\Waterfall-1.0.lua"/> | |
8 <Script file="Dewdrop-2.0\Dewdrop-2.0.lua"/> | |
9 | |
10 <Include file="AceGUI-3.0\AceGUI-3.0.xml"/> | |
11 <Include file="AceConfig-3.0\AceConfig-3.0.xml"/> | |
12 | |
13 </Ui> | |
14 |