annotate embeds.xml @ 57:4d359ee4649c
enable config option/gui for consolidated buff option
author |
Chris Mellon <arkanes@gmail.com> |
date |
Wed, 13 Jul 2011 22:25:52 -0500 |
parents |
4403bc0ec643 |
children |
66a741d9d079 |
rev |
line source |
arkanes@29
|
1 <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/
|
arkanes@29
|
2 ..\FrameXML\UI.xsd">
|
arkanes@29
|
3 <!--@no-lib-strip@-->
|
arkanes@29
|
4 <Script file="libs\LibStub\LibStub.lua"/>
|
arkanes@32
|
5 <Include file="libs\CallbackHandler-1.0\CallbackHandler-1.0.xml" />
|
arkanes@29
|
6 <Include file="libs\AceAddon-3.0\AceAddon-3.0.xml" />
|
arkanes@29
|
7 <Include file="libs\AceEvent-3.0\AceEvent-3.0.xml" />
|
arkanes@54
|
8 <Include file="Libs\AceDB-3.0\AceDB-3.0.xml"/>
|
arkanes@56
|
9 <Include file="libs\AceGUI-3.0\AceGUI-3.0.xml"/>
|
arkanes@57
|
10 <Include file="libs\AceDBOptions-3.0\AceDBOptions-3.0.xml"/>
|
arkanes@57
|
11 <Include file="libs\AceConfig-3.0\AceConfig-3.0.xml"/>
|
arkanes@57
|
12 <Include file="libs\AceConfigDialog-3.0\AceConfigDialog-3.0.xml" />
|
arkanes@32
|
13 <Include file="libs\AceConsole-3.0\AceConsole-3.0.xml" />
|
arkanes@43
|
14 <Include file="libs\LibGratuity-3.0\lib.xml" />
|
arkanes@29
|
15 <!--@end-no-lib-strip@-->
|
arkanes@29
|
16 </Ui>
|
arkanes@29
|
17
|