annotate DependencyLoader_Bootstrap/load.xml @ 12:b230b94d4487

fixed Addon.lua to use the unhooked EnableAddOn (still needs to be changed to grab from the interface) improved the error message when creating an Addon object on a Blizzard addon (will add direct support later) implemented the hooks on EnableAddOn and LoadAddOn rearranged functions inside Tree.lua, with some edits copied OptDeps from main module to the bootstrap module, to delegate loading to the client when possible
author mckenziemc
date Fri, 10 Dec 2010 00:21:17 -0800
parents 5362e308c3eb
children
rev   line source
mckenziemc@7 1 <Ui xsi:schemaLocation="http://www.blizzard.com/wow/ui/ ..\FrameXML\UI.xsd">
mckenziemc@9 2 <include file="embeds.xml"/>
mckenziemc@9 3
mckenziemc@9 4 <Script file="bootstrap.lua"/>
mckenziemc@9 5 </Ui>