Quantcast

Issue fixes. I hate it when I remember doing something vividly, but the moment suddenly escapes possible reality. >.<

Scott Sibley [07-18-11 - 23:26]
Issue fixes. I hate it when I remember doing something vividly, but the moment suddenly escapes possible reality. >.<
Filename
.pkgmeta
embeds.xml
diff --git a/.pkgmeta b/.pkgmeta
index 63f70b8..e3f29fd 100644
--- a/.pkgmeta
+++ b/.pkgmeta
@@ -1,36 +1,34 @@
 externals:
-    Libs/LibStub:
-        url: svn://svn.wowace.com/wow/libstub/mainline/trunk
-        tag: latest
+    Libs/LibStub: svn://svn.wowace.com/wow/libstub/mainline/trunk
     Libs/CallbackHandler-1.0: svn://svn.wowace.com/wow/callbackhandler/mainline/tags/1.0.3/CallbackHandler-1.0
-    Libs/AceAddon-3.0:
+    Libs/AceAddon-3.0:
         url: svn://svn.wowace.com/wow/ace3/mainline/trunk/AceAddon-3.0
         tag: latest
-    Libs/AceHook-3.0:
+    Libs/AceHook-3.0:
         url: svn://svn.wowace.com/wow/ace3/mainline/trunk/AceHook-3.0
         tag: latest
-    Libs/AceTimer-3.0:
+    Libs/AceTimer-3.0:
         url: svn://svn.wowace.com/wow/ace3/mainline/trunk/AceTimer-3.0
         tag: latest
-    Libs/AceConfig-3.0:
+    Libs/AceConfig-3.0:
         url: svn://svn.wowace.com/wow/ace3/mainline/trunk/AceConfig-3.0
         tag: latest
-    Libs/AceConsole-3.0:
+    Libs/AceConsole-3.0:
         url: svn://svn.wowace.com/wow/ace3/mainline/trunk/AceConsole-3.0
         tag: latest
-    Libs/AceDB-3.0:
+    Libs/AceDB-3.0:
         url: svn://svn.wowace.com/wow/ace3/mainline/trunk/AceDB-3.0
         tag: latest
-    Libs/AceEvent-3.0:
+    Libs/AceEvent-3.0:
         url: svn://svn.wowace.com/wow/ace3/mainline/trunk/AceEvent-3.0
         tag: latest
-    Libs/AceGUI-3.0:
+    Libs/AceGUI-3.0:
         url: svn://svn.wowace.com/wow/ace3/mainline/trunk/AceGUI-3.0
         tag: latest
-    Libs/AceLocale-3.0:
+    Libs/AceLocale-3.0:
         url: svn://svn.wowace.com/wow/ace3/mainline/trunk/AceLocale-3.0
         tag: latest
-    Libs/AceDBOptions-3.0:
+    Libs/AceDBOptions-3.0:
         url: svn://svn.wowace.com/wow/ace3/mainline/trunk/AceDBOptions-3.0
         tag: latest
     Libs/AceComm-3.0:
@@ -39,19 +37,23 @@ externals:
     Libs/AceSerializer-3.0:
         url: svn://svn.wowace.com/wow/ace3/mainline/trunk/AceSerializer-3.0
         tag: latest
-    Libs/LibSharedMedia-3.0:
+    Libs/AceLocale-3.0:
+        url: svn://svn.wowace.com/wow/ace3/mainline/trunk/AceLocale-3.0
+        tag: latest
+    Libs/LibSharedMedia-3.0:
         url: svn://svn.wowace.com/wow/libsharedmedia-3-0/mainline/trunk
         tag: latest
-    Libs/LibTalentQuery-1.0:
-        url: svn://svn.wowace.com/wow/libtalentquery-1-0/mainline/trunk
     Libs/LibDBIcon-1.0:
         url: svn://svn.wowace.com/wow/libdbicon-1-0/mainline/trunk/LibDBIcon-1.0
         tag: latest
     Libs/LibDataBroker-1.1:
         url: git://github.com/tekkub/libdatabroker-1-1.git
         tag: v1.1.4
-    Libs/LibQtip-1.0:
-        url: svn://svn.wowace.com/wow/libqtip-1-0/mainline/trunk
-		tag: latest
-	Libs/LibScriptableDisplay-1.0:
-	    url: svn://svn.curseforge.net/wow/libscriptabledisplay-1-0/mainline/trunk
\ No newline at end of file
+    Libs/LibScriptable-1.0:
+        url: svn://svn.wowace.com/wow/libscriptable-1-0/mainline/trunk
+    Libs/LibQTip-1.0.lua:
+        url: svn://svn.wowace.com/wow/startip/mainline/trunk/LibQTip-1.0.lua
+        tag: latest
+    Libs/LibFlash:
+        url: svn://svn.wowace.com/wow/libflash/mainline/trunk
+
diff --git a/embeds.xml b/embeds.xml
index e56271e..a0602fc 100644
--- a/embeds.xml
+++ b/embeds.xml
@@ -1,8 +1,6 @@
 <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">

-<Include file = "Libs\StarLibs-1.0\StarLibs-1.0.xml"/>
-
 <Include file = "Libs\AceAddon-3.0\AceAddon-3.0.xml"/>
 <Include file = "Libs\AceEvent-3.0\AceEvent-3.0.xml"/>
 <Include file = "Libs\AceHook-3.0\AceHook-3.0.xml"/>
@@ -15,11 +13,14 @@
 <Include file = "Libs\AceTimer-3.0\AceTimer-3.0.xml"/>
 <Include file = "Libs\AceComm-3.0\AceComm-3.0.xml"/>
 <Include file = "Libs\AceSerializer-3.0\AceSerializer-3.0.xml"/>
+<Include file = "Libs\AceLocale-3.0\AceLocale-3.0.xml"/>
+<Script file = "Libs\LibFlash\LibFlash.lua"/>
+<Script file = "Libs\LibQTip-1.0.lua"/>

 <Include file = "Libs\LibSharedMedia-3.0\lib.xml"/>
-<Include file = "Libs\LibMobHealth-4.0\lib.xml"/>
-<Script file = "Libs\LibTalentQuery-1.0\LibTalentQuery-1.0.lua"/>
 <Script file = "Libs\LibDatabroker-1.1\LibDatabroker-1.1.lua"/>
 <Script file = "Libs\LibDBIcon-1.0\LibDBIcon-1.0.lua"/>

+<Include file = "Libs\LibScriptable-1.0\LibScriptable-1.0.xml"/>
+
 </Ui>