Added LibDBIcon-1.0 to externals and use no-lib-strip
This commit is contained in:
@@ -12,3 +12,4 @@ 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/LibKeyBound-1.0: svn://svn.wowace.com/wow/libkeybound-1-0/mainline/trunk/LibKeyBound-1.0
|
||||
libs/LibDBIcon-1.0: svn://nevcairiel@svn.wowace.com/wow/libdbicon-1-0/mainline/trunk/LibDBIcon-1.0
|
||||
|
||||
+19
-2
@@ -5,12 +5,29 @@
|
||||
## Author: Nevcairiel
|
||||
## X-Email: h.leppkes AT gmail DOT com
|
||||
## SavedVariables: Bartender4DB
|
||||
## OptionalDeps: Ace3, ButtonFacade, LibKeyBound-1.0
|
||||
## OptionalDeps: Ace3, ButtonFacade, LibKeyBound-1.0, LibDBIcon-1.0
|
||||
## X-Category: Action Bars
|
||||
## Version: 4.1.2
|
||||
|
||||
embeds.xml
|
||||
#@no-lib-strip@
|
||||
libs\LibStub\LibStub.lua
|
||||
libs\CallbackHandler-1.0\CallbackHandler-1.0.xml
|
||||
libs\LibDataBroker-1.1.lua
|
||||
|
||||
libs\AceAddon-3.0\AceAddon-3.0.xml
|
||||
libs\AceDB-3.0\AceDB-3.0.xml
|
||||
libs\AceDBOptions-3.0\AceDBOptions-3.0.xml
|
||||
libs\AceEvent-3.0\AceEvent-3.0.xml
|
||||
libs\AceConsole-3.0\AceConsole-3.0.xml
|
||||
libs\AceHook-3.0\AceHook-3.0.xml
|
||||
libs\AceLocale-3.0\AceLocale-3.0.xml
|
||||
libs\AceGUI-3.0\AceGUI-3.0.xml
|
||||
libs\AceConfig-3.0\AceConfig-3.0.xml
|
||||
|
||||
libs\LibKeyBound-1.0\lib.xml
|
||||
libs\LibDBIcon-1.0\LibDBIcon-1.0.lua
|
||||
#@end-no-lib-strip@
|
||||
|
||||
libs\SimpleSticky.lua
|
||||
|
||||
locale\locale.xml
|
||||
|
||||
-14
@@ -1,14 +0,0 @@
|
||||
<Ui xmlns="http://www.blizzard.com/wow/ui/">
|
||||
<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\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\AceConsole-3.0\AceConsole-3.0.xml"/>
|
||||
<Include file="libs\AceHook-3.0\AceHook-3.0.xml"/>
|
||||
<Include file="libs\AceLocale-3.0\AceLocale-3.0.xml"/>
|
||||
<Include file="libs\AceGUI-3.0\AceGUI-3.0.xml"/>
|
||||
<Include file="libs\AceConfig-3.0\AceConfig-3.0.xml"/>
|
||||
<Include file="libs\LibKeyBound-1.0\lib.xml"/>
|
||||
</Ui>
|
||||
Reference in New Issue
Block a user