comparison lib/embeds.xml @ 187:6341ab2be68b

Extern libraries, fix dependencies, start .pkgmeta
author Flick <flickerstreak@gmail.com>
date Thu, 11 Nov 2010 20:34:09 -0800
parents 55c2fc0c8d55
children 576c50e51fc5
comparison
equal deleted inserted replaced
186:77858d975df6 187:6341ab2be68b
1 <Ui xmlns="http://www.blizzard.com/wow/ui/" 1 <Ui xmlns="http://www.blizzard.com/wow/ui/"
2 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" 2 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
3 xsi:schemaLocation="http://www.blizzard.com/wow/ui/..\FrameXML\UI.xsd"> 3 xsi:schemaLocation="http://www.blizzard.com/wow/ui/..\FrameXML\UI.xsd">
4 4
5 <Script file="LibStub.lua"/> 5 <Script file="LibStub\LibStub.lua"/>
6 <Script file="CallbackHandler-1.0.lua"/> 6 <Script file="CallbackHandler-1.0\CallbackHandler-1.0.lua"/>
7 <Script file="LibDataBroker-1.1.lua"/> 7 <Script file="LibDataBroker-1.1.lua"/>
8 8
9 <Include file="AceAddon-3.0\AceAddon-3.0.xml"/> 9 <Include file="AceAddon-3.0\AceAddon-3.0.xml"/>
10 <Include file="AceConfigRegistry-3.0\AceConfigRegistry-3.0.xml"/> 10 <Include file="AceConfigRegistry-3.0\AceConfigRegistry-3.0.xml"/>
11 <Include file="AceDB-3.0\AceDB-3.0.xml"/> 11 <Include file="AceDB-3.0\AceDB-3.0.xml"/>
12 <Include file="AceDBOptions-3.0\AceDBOptions-3.0.xml"/> 12 <Include file="AceDBOptions-3.0\AceDBOptions-3.0.xml"/>
13 <Include file="AceEvent-3.0\AceEvent-3.0.xml"/> 13 <Include file="AceEvent-3.0\AceEvent-3.0.xml"/>
14 <Include file="AceGUI-3.0\AceGUI-3.0.xml"/> 14 <Include file="AceGUI-3.0\AceGUI-3.0.xml"/>
15 <Include file="AceLocale-3.0\AceLocale-3.0.xml"/> 15 <Include file="AceLocale-3.0\AceLocale-3.0.xml"/>
16
17 <Include file="AceConfigDialog-3.0\AceConfigDialog-3.0.xml"/> 16 <Include file="AceConfigDialog-3.0\AceConfigDialog-3.0.xml"/>
18 17
19 <Include file="LibKeyBound-1.0\lib.xml"/> 18 <Include file="LibKeyBound-1.0\lib.xml"/>
20 <Include file="LibShowGrid-1.0\lib.xml"/> 19 <Include file="LibShowGrid-1.0\LibShowGrid-1.0.xml"/>
21 20
22 </Ui> 21 </Ui>