comparison lib/embeds.xml @ 28:21bcaf8215ff

- converted to Ace3 - rearranged file layout - configGUI menus not working right now
author Flick <flickerstreak@gmail.com>
date Mon, 17 Mar 2008 18:24:53 +0000
parents f1e838841ce1
children 0d95ce7a9ec2
comparison
equal deleted inserted replaced
27:f1e838841ce1 28:21bcaf8215ff
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"/> 5 <Script file="LibStub\LibStub.lua"/>
6 <Script file="AceOO-2.0\AceOO-2.0.lua"/> 6 <Include file="CallbackHandler-1.0\CallbackHandler-1.0.xml"/>
7 <Script file="AceAddon-2.0\AceAddon-2.0.lua"/> 7 <Include file="AceAddon-3.0\AceAddon-3.0.xml"/>
8 <Script file="AceConsole-2.0\AceConsole-2.0.lua"/> 8 <Include file="AceLocale-3.0\AceLocale-3.0.xml"/>
9 <Script file="AceDB-2.0\AceDB-2.0.lua"/> 9 <Include file="AceDB-3.0\AceDB-3.0.xml"/>
10 <Script file="AceEvent-2.0\AceEvent-2.0.lua"/> 10 <Include file="AceEvent-3.0\AceEvent-3.0.xml"/>
11 <Script file="AceLocale-2.2\AceLocale-2.2.lua"/>
12 <Script file="AceModuleCore-2.0\AceModuleCore-2.0.lua"/>
13 <Script file="Dewdrop-2.0\Dewdrop-2.0.lua"/>
14 11
15 </Ui> 12 </Ui>