Mercurial > wow > reaction
comparison 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 |
comparison
equal
deleted
inserted
replaced
| 199:b43f69be5d7c | 200:d0b47f8d51fd |
|---|---|
| 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 <!--@no-lib-strip@--> | |
| 5 <Script file="LibStub\LibStub.lua"/> | 6 <Script file="LibStub\LibStub.lua"/> |
| 6 <Script file="CallbackHandler-1.0\CallbackHandler-1.0.lua"/> | 7 <Include file="CallbackHandler-1.0\CallbackHandler-1.0.xml"/> |
| 7 <Script file="LibDataBroker-1.1.lua"/> | |
| 8 | |
| 9 <Include file="AceAddon-3.0\AceAddon-3.0.xml"/> | 8 <Include file="AceAddon-3.0\AceAddon-3.0.xml"/> |
| 10 <Include file="AceConfigRegistry-3.0\AceConfigRegistry-3.0.xml"/> | 9 <Include file="AceConfigRegistry-3.0\AceConfigRegistry-3.0.xml"/> |
| 11 <Include file="AceDB-3.0\AceDB-3.0.xml"/> | 10 <Include file="AceDB-3.0\AceDB-3.0.xml"/> |
| 12 <Include file="AceDBOptions-3.0\AceDBOptions-3.0.xml"/> | 11 <Include file="AceDBOptions-3.0\AceDBOptions-3.0.xml"/> |
| 13 <Include file="AceEvent-3.0\AceEvent-3.0.xml"/> | 12 <Include file="AceEvent-3.0\AceEvent-3.0.xml"/> |
| 14 <Include file="AceGUI-3.0\AceGUI-3.0.xml"/> | 13 <Include file="AceGUI-3.0\AceGUI-3.0.xml"/> |
| 15 <Include file="AceLocale-3.0\AceLocale-3.0.xml"/> | 14 <Include file="AceLocale-3.0\AceLocale-3.0.xml"/> |
| 16 <Include file="AceConfigDialog-3.0\AceConfigDialog-3.0.xml"/> | 15 <Include file="AceConfigDialog-3.0\AceConfigDialog-3.0.xml"/> |
| 16 <Include file="LibKeyBound-1.0\lib.xml"/> | |
| 17 <!--@end-no-lib-strip@--> | |
| 17 | 18 |
| 18 <Include file="LibKeyBound-1.0\lib.xml"/> | 19 <Script file="LibDataBroker-1.1.lua"/> |
| 19 <Include file="LibShowActionGrid-1.0\LibShowActionGrid-1.0.xml"/> | 20 <Include file="LibShowActionGrid-1.0\LibShowActionGrid-1.0.xml"/> |
| 20 | 21 |
| 21 </Ui> | 22 </Ui> |
