Mercurial > wow > reaction
annotate lib/embeds.xml @ 200:d0b47f8d51fd
Minor embed cleanup
- use CallbackHandler-1.0 XML file
- add no-lib-strip
author | Flick <flickerstreak@gmail.com> |
---|---|
date | Tue, 16 Nov 2010 15:02:24 -0800 |
parents | 576c50e51fc5 |
children |
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@200 | 5 <!--@no-lib-strip@--> |
flickerstreak@187 | 6 <Script file="LibStub\LibStub.lua"/> |
flickerstreak@200 | 7 <Include file="CallbackHandler-1.0\CallbackHandler-1.0.xml"/> |
flickerstreak@28 | 8 <Include file="AceAddon-3.0\AceAddon-3.0.xml"/> |
flickerstreak@112 | 9 <Include file="AceConfigRegistry-3.0\AceConfigRegistry-3.0.xml"/> |
flickerstreak@28 | 10 <Include file="AceDB-3.0\AceDB-3.0.xml"/> |
flickerstreak@60 | 11 <Include file="AceDBOptions-3.0\AceDBOptions-3.0.xml"/> |
flickerstreak@28 | 12 <Include file="AceEvent-3.0\AceEvent-3.0.xml"/> |
flickerstreak@112 | 13 <Include file="AceGUI-3.0\AceGUI-3.0.xml"/> |
flickerstreak@112 | 14 <Include file="AceLocale-3.0\AceLocale-3.0.xml"/> |
flickerstreak@112 | 15 <Include file="AceConfigDialog-3.0\AceConfigDialog-3.0.xml"/> |
flickerstreak@200 | 16 <Include file="LibKeyBound-1.0\lib.xml"/> |
flickerstreak@200 | 17 <!--@end-no-lib-strip@--> |
flickerstreak@112 | 18 |
flickerstreak@200 | 19 <Script file="LibDataBroker-1.1.lua"/> |
flickerstreak@193 | 20 <Include file="LibShowActionGrid-1.0\LibShowActionGrid-1.0.xml"/> |
flickerstreak@26 | 21 |
flickerstreak@26 | 22 </Ui> |