view lib/embeds.xml @ 297:f7a5676c9517

5.04 updates: - refresh button checked state and cooldown in C-code - display count for actions with charges - update action button events - pet action buttons - filter UNIT_AURA events by 'pet' type
author Flick
date Wed, 14 Nov 2012 16:34:14 -0800
parents d0b47f8d51fd
children
line wrap: on
line source
<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">

  <!--@no-lib-strip@-->
  <Script  file="LibStub\LibStub.lua"/>
  <Include file="CallbackHandler-1.0\CallbackHandler-1.0.xml"/>
  <Include file="AceAddon-3.0\AceAddon-3.0.xml"/>
  <Include file="AceConfigRegistry-3.0\AceConfigRegistry-3.0.xml"/>
  <Include file="AceDB-3.0\AceDB-3.0.xml"/>
  <Include file="AceDBOptions-3.0\AceDBOptions-3.0.xml"/>
  <Include file="AceEvent-3.0\AceEvent-3.0.xml"/>
  <Include file="AceGUI-3.0\AceGUI-3.0.xml"/>
  <Include file="AceLocale-3.0\AceLocale-3.0.xml"/>
  <Include file="AceConfigDialog-3.0\AceConfigDialog-3.0.xml"/>
  <Include file="LibKeyBound-1.0\lib.xml"/>
  <!--@end-no-lib-strip@-->

  <Script  file="LibDataBroker-1.1.lua"/>
  <Include file="LibShowActionGrid-1.0\LibShowActionGrid-1.0.xml"/>

</Ui>