view Libraries.xml @ 111:41f0689dfda1

This implementation of vendor buying did not work well. Too many customizations were needed that made the code hard to read and understand and eventually it was found that vendor buying should be based on refill target, not local stock. The mover/refiller is not meant for this, we should just do this somewhere else.
author Zerotorescue
date Fri, 14 Jan 2011 23:31:12 +0100
parents 6ae44d372360
children d84e63e282df
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"/>
	<Include file="Libs\lib-st\lib-st.xml"/>
</Ui>