Mercurial > wow > onering3
changeset 18:e94f347230c2 v3.2.5
Fix'd invalid xml so this willa ctually work standalone.
author | "Bryan McLemore <kaelten@gmail.com>" |
---|---|
date | Tue, 01 Sep 2009 10:39:38 -0500 |
parents | 222252832758 |
children | 2d7903175c5e |
files | OneRing3.xml |
diffstat | 1 files changed, 18 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/OneRing3.xml Sat Aug 15 13:21:07 2009 -0500 +++ b/OneRing3.xml Tue Sep 01 10:39:38 2009 -0500 @@ -1,4 +1,21 @@ <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/ ..\FrameXML\UI.xsd"> + <!--@no-lib-strip@--> + <Script file="libs\LibStub\LibStub.lua" /> + <Include file="libs\CallbackHandler-1.0\CallbackHandler-1.0.xml" /> + + <Include file="libs\AceAddon-3.0\AceAddon-3.0.xml" /> + <Include file="libs\AceEvent-3.0\AceEvent-3.0.xml" /> + <Include file="libs\AceHook-3.0\AceHook-3.0.xml" /> + <Include file="libs\AceDB-3.0\AceDB-3.0.xml" /> + <Include file="libs\AceDBOptions-3.0\AceDBOptions-3.0.xml" /> + <Include file="libs\AceLocale-3.0\AceLocale-3.0.xml" /> + <Include file="libs\AceConsole-3.0\AceConsole-3.0.xml" /> + <Include file="libs\AceGUI-3.0\AceGUI-3.0.xml" /> + <Include file="libs\AceConfig-3.0\AceConfig-3.0.xml" /> + + <Include file="libs\OneCore-1.0\OneCore-1.0.xml" /> + <!--@end-no-lib-strip@--> + <Include file="localization\load.xml" /> <Script file="OneRing3.lua" /> -</Ui> \ No newline at end of file +</Ui>