Mercurial > wow > dependencyloader
diff DependencyLoader/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 | 78b28ebdc169 |
children |
line wrap: on
line diff
--- a/DependencyLoader/load.xml Sat Dec 11 01:54:15 2010 -0800 +++ b/DependencyLoader/load.xml Sat Dec 11 03:32:04 2010 -0800 @@ -1,1 +1,1 @@ -<ui xsi:schemaLocation="http://www.blizzard.com/wow/ui/ ..\FrameXML\UI.xsd"> <!--@no-lib-strip@--> <include file="embeds.xml"/> <!--@end-no-lib-strip@--> <script file="start.lua"/> <script file="class.lua"/> <script file="Addon.lua"/> <script file="Tree.lua"/> <script file="Core.lua"/> <script file="DependencyLoader.lua"/> </ui> \ No newline at end of file +<ui xsi:schemaLocation="http://www.blizzard.com/wow/ui/ ..\FrameXML\UI.xsd"> <!--@no-lib-strip@--> <include file="embeds.xml"/> <!--@end-no-lib-strip@--> <script file="start.lua"/> <script file="class.lua"/> <script file="Addon.lua"/> <script file="Tree.lua"/> <script file="Core.lua"/> <script file="frontend.lua"/> </ui> \ No newline at end of file