Mercurial > wow > dependencyloader
annotate DependencyLoader_Bootstrap/load.xml @ 17:f825ccf94a89
fixed an indexing issue in Addon.lua
moved most of the code in DependencyLoader.lua to Core.lua, and renamed the former to frontend.lua
updated load.xml
rearranged stuff in start.lua
author | mckenziemc |
---|---|
date | Sat, 11 Dec 2010 03:32:04 -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> |