annotate modules/FuBar_ReActionFu/FuBar_ReActionFu.xml @ 29:9c89042bc328

deleting local copies of libraries that should be externals
author Flick <flickerstreak@gmail.com>
date Wed, 02 Apr 2008 18:22:02 +0000
parents 21bcaf8215ff
children 0d95ce7a9ec2
rev   line source
flickerstreak@27 1 <Ui xmlns="http://www.blizzard.com/wow/ui/"
flickerstreak@27 2 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
flickerstreak@27 3 xsi:schemaLocation="http://www.blizzard.com/wow/ui/..\FrameXML\UI.xsd">
flickerstreak@27 4
flickerstreak@28 5 <Script file="lib\AceLibrary\AceLibrary.lua"/>
flickerstreak@28 6 <Script file="lib\AceOO-2.0\AceOO-2.0.lua"/>
flickerstreak@28 7 <Script file="lib\AceEvent-2.0\AceEvent-2.0.lua"/>
flickerstreak@28 8 <Script file="lib\AceAddon-2.0\AceAddon-2.0.lua"/>
flickerstreak@27 9 <Script file="lib\FuBarPlugin-2.0\FuBarPlugin-2.0.lua"/>
flickerstreak@27 10 <Script file="lib\Tablet-2.0\Tablet-2.0.lua"/>
flickerstreak@28 11 <Script file="lib\Dewdrop-2.0\Dewdrop-2.0.lua"/>
flickerstreak@28 12
flickerstreak@27 13 <Script file="FuBar_ReActionFu.lua"/>
flickerstreak@27 14
flickerstreak@27 15 </Ui>