Mercurial > wow > wowdb-profiler
diff libs.xml @ 0:2e4d83460542
Initial commit, with support for recording durability of items in equipment and inventory.
author | James D. Callahan III <jcallahan@curse.com> |
---|---|
date | Thu, 26 Apr 2012 13:03:54 -0500 |
parents | |
children | 24a1d78e2e8c |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/libs.xml Thu Apr 26 13:03:54 2012 -0500 @@ -0,0 +1,12 @@ +<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"/> + <Script file="Libs\CallbackHandler-1.0\CallbackHandler-1.0.lua"/> + + <Include file="Libs\AceAddon-3.0\AceAddon-3.0.xml"/> + <Include file="Libs\AceEvent-3.0\AceEvent-3.0.xml"/> + <Include file="Libs\AceDB-3.0\AceDB-3.0.xml"/> + <Include file="Libs\AceDB-3.0\AceTimer-3.0.xml"/> + <!--@end-no-lib-strip@--> +</Ui>