-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathembeds.xml
33 lines (27 loc) · 1.19 KB
/
embeds.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
<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">
<!-- Revision code -->
<Script>
if not AllPlayed_revision then AllPlayed_revision = {} end;
AllPlayed_revision.embeds = ("$Revision$"):match("(%d+)");
</Script>
<!-- Embedded Ace3 libraries -->
<!--@no-lib-strip@-->
<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\AceTimer-3.0\AceTimer-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\AceLocale-3.0\AceLocale-3.0.xml"/>
<Include file="libs\AceDB-3.0\AceDB-3.0.xml"/>
<Include file="libs\AceDBOptions-3.0\AceDBOptions-3.0.xml"/>
<!--@end-no-lib-strip@-->
<!-- Other embeded libraries -->
<!--@no-lib-strip@-->
<Script file="libs\LibAbacus-3.0\LibAbacus-3.0.lua"/>
<Script file="libs\LibCrayon-3.0\LibCrayon-3.0.lua"/>
<Include file="libs\LibQTip-1.0\lib.xml"/>
<Script file="libs\LibDBIcon-1.0\LibDBIcon-1.0.lua"/>
<!--@end-no-lib-strip@-->
</Ui>