view Libraries.xml @ 225:2e4e52a589e5

Added onQueueStart and onQueueEnd events to crafting addon registering. GnomeWorks queue frame should automatically be closed before adding items to the queue and opened afterwards to speed this process up.
author Zerotorescue
date Mon, 07 Feb 2011 15:06:41 +0100
parents d84e63e282df
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">
	<!-- Libraries -->
	<!-- Ace 3 -->
		<Script file="Libs\LibStub\LibStub.lua"/>
		<Include file="Libs\CallbackHandler-1.0\CallbackHandler-1.0.xml"/>
		<Include file="Libs\AceAddon-3.0\AceAddon-3.0.xml"/>
		<Include file="Libs\AceDB-3.0\AceDB-3.0.xml"/>
		<Include file="Libs\AceGUI-3.0\AceGUI-3.0.xml"/>
		<Include file="Libs\AceConfig-3.0\AceConfig-3.0.xml"/>
		<Include file="Libs\AceEvent-3.0\AceEvent-3.0.xml"/>
		<Include file="Libs\AceSerializer-3.0\AceSerializer-3.0.xml"/>
		<Include file="Libs\AceTimer-3.0\AceTimer-3.0.xml"/>
	<!-- end Ace 3 -->
	<Script file="Libs\ChatHyperlinks\ChatHyperlinks.lua"/>
	<Script file="Libs\LibDataBroker-1.1\LibDataBroker-1.1.lua"/>
	<Script file="Libs\LibDBIcon-1.0\LibDBIcon-1.0.lua"/>
	<Include file="Libs\lib-st\lib-st.xml"/>
</Ui>