annotate embeds.xml @ 56:4403bc0ec643
correct order of libraries in embeds.xml
author |
Chris Mellon <arkanes@gmail.com> |
date |
Wed, 13 Jul 2011 21:49:55 -0500 |
parents |
9ab2e1401152 |
children |
4d359ee4649c |
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@54
|
10 <Include file="Libs\AceDBOptions-3.0\AceDBOptions-3.0.xml"/>
|
arkanes@54
|
11 <Include file="Libs\AceConfig-3.0\AceConfig-3.0.xml"/>
|
arkanes@32
|
12 <Include file="libs\AceConsole-3.0\AceConsole-3.0.xml" />
|
arkanes@43
|
13 <Include file="libs\LibGratuity-3.0\lib.xml" />
|
arkanes@29
|
14 <!--@end-no-lib-strip@-->
|
arkanes@29
|
15 </Ui>
|
arkanes@29
|
16
|