-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathLibs.xml
executable file
·23 lines (23 loc) · 1.1 KB
/
Libs.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
<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">
<Script file="LibStub\LibStub.lua"/>
<Include file="CallbackHandler-1.0\CallbackHandler-1.0.xml"/>
<Include file="AceAddon-3.0\AceAddon-3.0.xml"/>
<Include file="AceConsole-3.0\AceConsole-3.0.xml"/>
<Include file="AceDB-3.0\AceDB-3.0.xml"/>
<Include file="AceEvent-3.0\AceEvent-3.0.xml"/>
<Include file="AceGUI-3.0\AceGUI-3.0.xml"/>
<Include file="AceSerializer-3.0\AceSerializer-3.0.xml"/>
<Include file="AceTimer-3.0\AceTimer-3.0.xml"/>
<Include file="LibDeflate\lib.xml"/>
<Include file="LibSharedMedia-3.0\lib.xml"/>
<!--
http://mods.curse.com/addons/wow/ace3
http://mods.curse.com/addons/wow/libbuttonglow-1-0
http://mods.curse.com/addons/wow/libinventory-2-1
http://mods.curse.com/addons/wow/libkeybound-1-0
http://mods.curse.com/addons/wow/libsharedmedia-3-0
http://mods.curse.com/addons/wow/libspellrange-1-0
http://mods.curse.com/addons/wow/libutilities-1-0
-->
</Ui>