Fix AceEvents include in embeds.xml
Erik L. Vonderscheer [06-11-09 - 17:20]
Fix AceEvents include in embeds.xml
Fix missing Locales
diff --git a/embeds.xml b/embeds.xml
index 030e5ca..2d61154 100644
--- a/embeds.xml
+++ b/embeds.xml
@@ -1,14 +1,14 @@
<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"/>
- <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"/>
<Include file="libs\AceConsole-3.0\AceConsole-3.0.xml"/>
<Include file="libs\AceDB-3.0\AceDB-3.0.xml"/>
<Include file="libs\AceDBOptions-3.0\AceDBOptions-3.0.xml"/>
- <Include file="libs\AceConfig-3.0\AceEvent-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\AceLocale-3.0\AceLocale-3.0.xml"/>
- <Include file="libs\AceConfig-3.0\AceConfig-3.0.xml"/>
+ <Include file="libs\CallbackHandler-1.0\CallbackHandler-1.0.xml"/>
<Include file="libs\LibFriends-1.0\lib.xml"/>
+ <Script file="libs\LibStub\LibStub.lua"/>
</Ui>