diff modules/FuBar_ReActionFu/FuBar_ReActionFu.xml @ 28:21bcaf8215ff

- converted to Ace3 - rearranged file layout - configGUI menus not working right now
author Flick <flickerstreak@gmail.com>
date Mon, 17 Mar 2008 18:24:53 +0000
parents f1e838841ce1
children 0d95ce7a9ec2
line wrap: on
line diff
--- a/modules/FuBar_ReActionFu/FuBar_ReActionFu.xml	Tue Mar 11 21:39:34 2008 +0000
+++ b/modules/FuBar_ReActionFu/FuBar_ReActionFu.xml	Mon Mar 17 18:24:53 2008 +0000
@@ -2,8 +2,14 @@
     xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" 
     xsi:schemaLocation="http://www.blizzard.com/wow/ui/..\FrameXML\UI.xsd">
 
+  <Script file="lib\AceLibrary\AceLibrary.lua"/>
+  <Script file="lib\AceOO-2.0\AceOO-2.0.lua"/>
+  <Script file="lib\AceEvent-2.0\AceEvent-2.0.lua"/>
+  <Script file="lib\AceAddon-2.0\AceAddon-2.0.lua"/>
   <Script file="lib\FuBarPlugin-2.0\FuBarPlugin-2.0.lua"/>
   <Script file="lib\Tablet-2.0\Tablet-2.0.lua"/>
+  <Script file="lib\Dewdrop-2.0\Dewdrop-2.0.lua"/>
+
   <Script file="FuBar_ReActionFu.lua"/>
 
 </Ui>
\ No newline at end of file