annotate libs.xml @ 492:5f20a696cecf

Added world boss support for Legion and hooked up Nithogg. Still need SpellIDs for the other 9 world bosses.
author MMOSimca <mmosimca@gmail.com>
date Tue, 20 Sep 2016 15:58:18 -0400
parents 679e2846ff88
children 2bb33dbd3d7c
rev   line source
jcallahan@0 1 <Ui xmlns="http://www.blizzard.com/wow/ui/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.blizzard.com/wow/ui/
jcallahan@0 2 ..\FrameXML\UI.xsd">
jcallahan@0 3 <!--@no-lib-strip@-->
jcallahan@0 4 <Script file="Libs\LibStub\LibStub.lua"/>
jcallahan@149 5 <Script file="Libs\CallbackHandler-1.0\CallbackHandler-1.0.lua"/>
catherton@465 6 <Script file="Libs\HereBeDragons-1.0\HereBeDragons-1.0.lua"/>
mmosimca@484 7 <Script file="Libs\LibRealmInfo\LibRealmInfo.lua"/>
jcallahan@0 8
jcallahan@0 9 <Include file="Libs\AceAddon-3.0\AceAddon-3.0.xml"/>
jcallahan@279 10 <Include file="Libs\AceConsole-3.0\AceConsole-3.0.xml"/>
jcallahan@0 11 <Include file="Libs\AceEvent-3.0\AceEvent-3.0.xml"/>
jcallahan@0 12 <Include file="Libs\AceDB-3.0\AceDB-3.0.xml"/>
jcallahan@49 13 <Include file="Libs\LibDeformat-3.0\lib.xml"/>
jcallahan@259 14 <Include file="Libs\LibDialog-1.0\lib.xml"/>
jcallahan@274 15 <Include file="Libs\LibQTip-1.0\lib.xml"/>
jcallahan@0 16 <!--@end-no-lib-strip@-->
jcallahan@0 17 </Ui>