Mercurial > wow > reaction
annotate lib/embeds.xml @ 187:6341ab2be68b
Extern libraries, fix dependencies, start .pkgmeta
author | Flick <flickerstreak@gmail.com> |
---|---|
date | Thu, 11 Nov 2010 20:34:09 -0800 |
parents | 55c2fc0c8d55 |
children | 576c50e51fc5 |
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@187 | 5 <Script file="LibStub\LibStub.lua"/> |
flickerstreak@187 | 6 <Script file="CallbackHandler-1.0\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@112 | 10 <Include file="AceConfigRegistry-3.0\AceConfigRegistry-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@28 | 13 <Include file="AceEvent-3.0\AceEvent-3.0.xml"/> |
flickerstreak@112 | 14 <Include file="AceGUI-3.0\AceGUI-3.0.xml"/> |
flickerstreak@112 | 15 <Include file="AceLocale-3.0\AceLocale-3.0.xml"/> |
flickerstreak@112 | 16 <Include file="AceConfigDialog-3.0\AceConfigDialog-3.0.xml"/> |
flickerstreak@112 | 17 |
flickerstreak@88 | 18 <Include file="LibKeyBound-1.0\lib.xml"/> |
flickerstreak@187 | 19 <Include file="LibShowGrid-1.0\LibShowGrid-1.0.xml"/> |
flickerstreak@26 | 20 |
flickerstreak@26 | 21 </Ui> |