Quantcast

.pkgmeta fix

Erik L. Vonderscheer [05-12-09 - 06:04]
.pkgmeta fix
embeds fix
Filename
.pkgmeta
embeds.xml
diff --git a/.pkgmeta b/.pkgmeta
index 421bb28..0aef0f0 100644
--- a/.pkgmeta
+++ b/.pkgmeta
@@ -1,37 +1,37 @@
 package-as: TradeFilter3

 externals:
- Libs/LibStub:
+ libs/LibStub:
   url: svn://svn.wowace.com/wow/libstub/mainline/trunk
   tag: latest
- Libs/CallbackHandler-1.0:
+ libs/CallbackHandler-1.0:
   url: svn://svn.wowace.com/wow/callbackhandler/mainline/trunk/CallbackHandler-1.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/AceConfig-3.0:
+ libs/AceConfig-3.0:
   url: svn://svn.wowace.com/wow/ace3/mainline/trunk/AceConfig-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/AceHook-3.0:
+ libs/AceHook-3.0:
   url: svn://svn.wowace.com/wow/ace3/mainline/trunk/AceHook-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/AceDBOptions-3.0:
+ libs/AceDBOptions-3.0:
   url: svn://svn.wowace.com/wow/ace3/mainline/trunk/AceDBOptions-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/AceGUI-3.0:
+ libs/AceGUI-3.0:
   url: svn://svn.wowace.com/wow/ace3/mainline/trunk/AceGUI-3.0
   tag: latest
- Libs/AceAddon-3.0:
+ libs/AceAddon-3.0:
   url: svn://svn.wowace.com/wow/ace3/mainline/trunk/AceAddon-3.0
   tag: latest

diff --git a/embeds.xml b/embeds.xml
index 7245043..b5f6cb5 100644
--- a/embeds.xml
+++ b/embeds.xml
@@ -1,6 +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\LibStub\LibStub.lua"/>
 	<Include file="libs\CallbackHandler-1.0\CallbackHandler-1.0.xml"/>
 	<Include file="libs\AceAddon-3.0\AceAddon-3.0.xml"/>
 	<Include file="libs\AceConfig-3.0\AceConfig-3.0.xml"/>
@@ -8,7 +8,7 @@
 	<Include file="libs\AceDB-3.0\AceDB-3.0.xml"/>
 	<Include file="libs\AceDBOptions-3.0\AceDBOptions-3.0.xml"/>
 	<Include file="libs\AceEvent-3.0\AceEvent-3.0.xml"/>
-  <Include file="Libs\AceGUI-3.0\AceGUI-3.0.xml"/>
+  <Include file="libs\AceGUI-3.0\AceGUI-3.0.xml"/>
 	<Include file="libs\AceHook-3.0\AceHook-3.0.xml"/>
 	<Include file="libs\AceLocale-3.0\AceLocale-3.0.xml"/>
 </Ui>