annotate _requires.xml @ 13:cc98f28b1c7c
tip
remove geradd message
fix issue with --
add support for console commands
author |
Jay Bird <a4blank@yahoo.com> |
date |
Thu, 13 Jan 2011 20:50:34 +0300 |
parents |
d2cbfe498c4d |
children |
|
rev |
line source |
a4blank@8
|
1 <Ui xmlns="http://www.blizzard.com/wow/ui/">
|
a4blank@11
|
2 <Script file="libs\LibStub\LibStub.lua"/>
|
a4blank@11
|
3 <Include file="libs\AceGUI-3.0\AceGUI-3.0.xml"/>
|
a4blank@11
|
4 <Script file="libs\AceGUI-3.0-Completing-EditBox\AceGUI-3.0-Completing-EditBox.lua"/>
|
a4blank@8
|
5 <Include file="libs\AceAddon-3.0\AceAddon-3.0.xml"/>
|
a4blank@8
|
6 <Include file="libs\CallbackHandler-1.0\CallbackHandler-1.0.xml"/>
|
a4blank@8
|
7 <Include file="libs\AceEvent-3.0\AceEvent-3.0.xml"/>
|
a4blank@8
|
8 <Include file="libs\AceConsole-3.0\AceConsole-3.0.xml"/>
|
a4blank@8
|
9 <Include file="libs\AceLocale-3.0\AceLocale-3.0.xml"/>
|
a4blank@11
|
10 <!--<Script file="libs/LibDataBroker/LibDataBroker-1.1.lua"/>-->
|
a4blank@11
|
11 <!--<Script file="libs/LibDBIcon-1.0/LibDBIcon-1.0.lua"/>-->
|
a4blank@8
|
12 </Ui>
|