annotate DependencyLoader_Bootstrap/DependencyLoader_Bootstrap.toc @ 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 e0a4a8b5b389
children
rev   line source
mckenziemc@0 1 ## Interface: 40000
mckenziemc@0 2
mckenziemc@10 3 ## Title: DependencyLoader Bootstrap
mckenziemc@10 4 ## Notes: Bootstrap for DependencyLoader
mckenziemc@10 5
mckenziemc@0 6 ## Author: mckenziemc
mckenziemc@0 7
mckenziemc@12 8 # Ask the client to load the dependencies of the core module if
mckenziemc@12 9 # they're already enabled, to lessen the chance of something breaking.
mckenziemc@12 10 ## OptDeps: LibStub, Ace3, LibPrint-1.0, LibScriptLink-1.0
mckenziemc@12 11
mckenziemc@0 12 ## LoadManagers: !!!LoadFirst, AddonLoader
mckenziemc@0 13 ## X-LoadFirst: true
mckenziemc@0 14 ## X-LoadOn-Always: true
mckenziemc@0 15
mckenziemc@0 16
mckenziemc@1 17 load.xml