Commit 16f81ef8 authored by Ivaria's avatar Ivaria
Browse files

Reorder dependencies to load correctly

parent 5c7d97ec
......@@ -14,6 +14,7 @@ externals:
Libs/AceGUI-3.0: svn://svn.wowace.com/wow/ace3/mainline/trunk/AceGUI-3.0
Libs/AceConfig-3.0: svn://svn.wowace.com/wow/ace3/mainline/trunk/AceConfig-3.0
Libs/AceComm-3.0: svn://svn.wowace.com/wow/ace3/mainline/trunk/AceComm-3.0
Libs/AceLocale-3.0: svn://svn.wowace.com/wow/ace3/mainline/trunk/AceLocale-3.0
Libs/AceTimer-3.0: svn://svn.wowace.com/wow/ace3/mainline/trunk/AceTimer-3.0
Libs/AceSerializer-3.0: svn://svn.wowace.com/wow/ace3/mainline/trunk/AceSerializer-3.0
Libs/LibSharedMedia-3.0: svn://svn.wowace.com/wow/libsharedmedia-3-0/mainline/trunk/LibSharedMedia-3.0
......
......@@ -6,9 +6,10 @@
<Include file="CallbackHandler-1.0\CallbackHandler-1.0.xml"/>
<Include file="AceAddon-3.0\AceAddon-3.0.xml" />
<Include file="AceComm-3.0\AceComm-3.0.xml" />
<Include file="AceConfig-3.0\AceConfig-3.0.xml" />
<Include file="AceGUI-3.0\AceGUI-3.0.xml" />
<Include file="AceConfig-3.0\AceConfig-3.0.xml" />
<Include file="AceComm-3.0\AceComm-3.0.xml" />
<Include file="AceLocale-3.0\AceLocale-3.0.xml" />
<Include file="AceSerializer-3.0\AceSerializer-3.0.xml" />
<Include file="AceTimer-3.0\AceTimer-3.0.xml" />
<Script file="LibDataBroker-1.1\LibDataBroker-1.1.lua"/>
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment