diff modules/FuBar_ReActionFu/FuBar_ReActionFu.xml @ 30:0d95ce7a9ec2

- added Ace3 externs - converted ReAction_ConfigUI to use blizzard interface addons panel via AceConfigDialog-3.0 - partially converted FuBar module to LibRock, deprecated it (going to remove it entirely later) - cleaned up a couple other tidbits
author Flick <flickerstreak@gmail.com>
date Wed, 02 Apr 2008 23:31:13 +0000
parents 21bcaf8215ff
children
line wrap: on
line diff
--- a/modules/FuBar_ReActionFu/FuBar_ReActionFu.xml	Wed Apr 02 18:22:02 2008 +0000
+++ b/modules/FuBar_ReActionFu/FuBar_ReActionFu.xml	Wed Apr 02 23:31:13 2008 +0000
@@ -2,14 +2,7 @@
     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"/>
-
+  <Include file="lib\embeds.xml"/>
   <Script file="FuBar_ReActionFu.lua"/>
 
 </Ui>
\ No newline at end of file