Quantcast

Working copy after the renames and restructuring.

Scott Sibley [08-12-10 - 22:31]
Working copy after the renames and restructuring.
Filename
Modules/Text.lua
StarTip.toc
embeds.xml
diff --git a/Modules/Text.lua b/Modules/Text.lua
index 0accfd5..7b74618 100644
--- a/Modules/Text.lua
+++ b/Modules/Text.lua
@@ -1,4 +1,3 @@
-do return end
 local mod = StarTip:NewModule("Text", "AceTimer-3.0", "AceEvent-3.0")
 mod.name = "Text"
 mod.toggled = true
diff --git a/StarTip.toc b/StarTip.toc
index 385dc9c..de0406f 100644
--- a/StarTip.toc
+++ b/StarTip.toc
@@ -13,7 +13,10 @@

 Localization\enUS.lua

-Libs\StarLibs-1.0\StarLibs-1.0.lua
+Libs\LibStub\LibStub.lua
+Libs\CallbackHandler-1.0\CallbackHandler-1.0.lua
+
+Libs\StarLibs-1.0\StarLibs-1.0.xml

 embeds.xml

diff --git a/embeds.xml b/embeds.xml
index d58f21e..339c4df 100644
--- a/embeds.xml
+++ b/embeds.xml
@@ -1,9 +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">

-<Script file = "Libs\LibStub\LibStub.lua"/>
-<Script file = "Libs\CallbackHandler-1.0\CallbackHandler-1.0.lua"/>
-<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"/>