annotate embeds.xml @ 29:f23f8d29d023
Start getting all the settings together for packaging & syndication
author |
Chris Mellon <arkanes@gmail.com> |
date |
Tue, 28 Dec 2010 16:55:19 -0600 |
parents |
|
children |
eed69d939c43 |
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@29
|
5 <Include file="libs\AceAddon-3.0\AceAddon-3.0.xml" />
|
arkanes@29
|
6 <Include file="libs\AceEvent-3.0\AceEvent-3.0.xml" />
|
arkanes@29
|
7 <Include file="libs\AceEvent-3.0\AceConsole-3.0.xml" />
|
arkanes@29
|
8 <!--@end-no-lib-strip@-->
|
arkanes@29
|
9 </Ui>
|
arkanes@29
|
10
|