annotate embeds.xml @ 45:ca720b4b5435

fix location not being stored, add a framework for doing stuff when OOC
author Chris Mellon <arkanes@gmail.com>
date Sat, 19 Feb 2011 07:23:26 -0600
parents a5d47fbede83
children c4324144d380
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@32 8 <Include file="libs\AceConsole-3.0\AceConsole-3.0.xml" />
arkanes@43 9 <Include file="libs\LibGratuity-3.0\lib.xml" />
arkanes@29 10 <!--@end-no-lib-strip@-->
arkanes@29 11 </Ui>
arkanes@29 12