comparison modules/ReAction_ConfigUI/lib/embeds.xml @ 33:c54c481ad0ed

- Moved bar control frame from ConfigUI to Bar - Added LICENSE.txt - added profile management options - other minor cleanup
author Flick <flickerstreak@gmail.com>
date Thu, 03 Apr 2008 20:25:40 +0000
parents 0d95ce7a9ec2
children 44649a10378d
comparison
equal deleted inserted replaced
32:821b2b7edff1 33:c54c481ad0ed
1 <Ui xmlns="http://www.blizzard.com/wow/ui/" 1 <Ui xmlns="http://www.blizzard.com/wow/ui/"
2 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" 2 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
3 xsi:schemaLocation="http://www.blizzard.com/wow/ui/..\FrameXML\UI.xsd"> 3 xsi:schemaLocation="http://www.blizzard.com/wow/ui/..\FrameXML\UI.xsd">
4 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"/> 5 <Include file="AceGUI-3.0\AceGUI-3.0.xml"/>
11 <Include file="AceConfig-3.0\AceConfig-3.0.xml"/> 6 <Include file="AceConfigRegistry-3.0\AceConfigRegistry-3.0.xml"/>
7 <Include file="AceConfigDialog-3.0\AceConfigDialog-3.0.xml"/>
8 <Include file="AceDBOptions-3.0\AceDBOptions-3.0.xml"/>
12 9
13 </Ui> 10 </Ui>
14 11