Mercurial > wow > onering3
changeset 24:d140177bca3a
fix for the lib issue
author | "Bryan McLemore <kaelten@gmail.com>" |
---|---|
date | Wed, 02 Sep 2009 17:21:42 -0500 |
parents | b20b8d0a0f1f |
children | 8bb28b09ab1c |
files | OneRing3.xml |
diffstat | 1 files changed, 17 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/OneRing3.xml Wed Sep 02 17:16:48 2009 -0500 +++ b/OneRing3.xml Wed Sep 02 17:21:42 2009 -0500 @@ -1,5 +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>