annotate lib/embeds.xml @ 173:49d49063cb79

remove print statements
author Flick <flickerstreak@gmail.com>
date Tue, 19 Oct 2010 22:07:21 +0000
parents fe0c7be6f6ef
children 55c2fc0c8d55
rev   line source
flickerstreak@26 1 <Ui xmlns="http://www.blizzard.com/wow/ui/"
flickerstreak@26 2 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
flickerstreak@26 3 xsi:schemaLocation="http://www.blizzard.com/wow/ui/..\FrameXML\UI.xsd">
flickerstreak@26 4
flickerstreak@104 5 <Script file="LibStub.lua"/>
flickerstreak@104 6 <Script file="CallbackHandler-1.0.lua"/>
flickerstreak@104 7 <Script file="LibDataBroker-1.1.lua"/>
flickerstreak@104 8
flickerstreak@28 9 <Include file="AceAddon-3.0\AceAddon-3.0.xml"/>
flickerstreak@112 10 <Include file="AceConfigRegistry-3.0\AceConfigRegistry-3.0.xml"/>
flickerstreak@112 11 <Include file="AceConsole-3.0\AceConsole-3.0.xml"/>
flickerstreak@28 12 <Include file="AceDB-3.0\AceDB-3.0.xml"/>
flickerstreak@60 13 <Include file="AceDBOptions-3.0\AceDBOptions-3.0.xml"/>
flickerstreak@28 14 <Include file="AceEvent-3.0\AceEvent-3.0.xml"/>
flickerstreak@112 15 <Include file="AceGUI-3.0\AceGUI-3.0.xml"/>
flickerstreak@112 16 <Include file="AceLocale-3.0\AceLocale-3.0.xml"/>
flickerstreak@112 17
flickerstreak@112 18 <Include file="AceConfigDialog-3.0\AceConfigDialog-3.0.xml"/>
flickerstreak@112 19
flickerstreak@88 20 <Include file="LibKeyBound-1.0\lib.xml"/>
flickerstreak@171 21 <Include file="LibShowGrid-1.0\lib.xml"/>
flickerstreak@26 22
flickerstreak@26 23 </Ui>