annotate lib/embeds.xml @ 104:4bc50350f405

- Added LDB support - Updated readme - Pulled in LibStub and CallbackHandler instead of external
author Flick <flickerstreak@gmail.com>
date Fri, 07 Nov 2008 23:55:33 +0000
parents 7cabc8ac6c16
children a66595385917
rev   line source
flickerstreak@26 1 <Ui xmlns="http://www.blizzard.com/wow/ui/"
flickerstreak@26 2 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
flickerstreak@26 3 xsi:schemaLocation="http://www.blizzard.com/wow/ui/..\FrameXML\UI.xsd">
flickerstreak@26 4
flickerstreak@104 5 <Script file="LibStub.lua"/>
flickerstreak@104 6 <Script file="CallbackHandler-1.0.lua"/>
flickerstreak@104 7 <Script file="LibDataBroker-1.1.lua"/>
flickerstreak@104 8
flickerstreak@28 9 <Include file="AceAddon-3.0\AceAddon-3.0.xml"/>
flickerstreak@28 10 <Include file="AceLocale-3.0\AceLocale-3.0.xml"/>
flickerstreak@28 11 <Include file="AceDB-3.0\AceDB-3.0.xml"/>
flickerstreak@60 12 <Include file="AceDBOptions-3.0\AceDBOptions-3.0.xml"/>
flickerstreak@30 13 <Include file="AceConsole-3.0\AceConsole-3.0.xml"/>
flickerstreak@28 14 <Include file="AceEvent-3.0\AceEvent-3.0.xml"/>
flickerstreak@88 15 <Include file="LibKeyBound-1.0\lib.xml"/>
flickerstreak@26 16
flickerstreak@26 17 </Ui>