changeset 200:d0b47f8d51fd

Minor embed cleanup - use CallbackHandler-1.0 XML file - add no-lib-strip
author Flick <flickerstreak@gmail.com>
date Tue, 16 Nov 2010 15:02:24 -0800
parents b43f69be5d7c
children c7be637a47bc
files lib/embeds.xml
diffstat 1 files changed, 5 insertions(+), 4 deletions(-) [+]
line wrap: on
line diff
--- a/lib/embeds.xml	Mon Nov 15 15:11:19 2010 -0800
+++ b/lib/embeds.xml	Tue Nov 16 15:02:24 2010 -0800
@@ -2,10 +2,9 @@
     xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" 
     xsi:schemaLocation="http://www.blizzard.com/wow/ui/..\FrameXML\UI.xsd">
 
+  <!--@no-lib-strip@-->
   <Script  file="LibStub\LibStub.lua"/>
-  <Script  file="CallbackHandler-1.0\CallbackHandler-1.0.lua"/>
-  <Script  file="LibDataBroker-1.1.lua"/>
-
+  <Include file="CallbackHandler-1.0\CallbackHandler-1.0.xml"/>
   <Include file="AceAddon-3.0\AceAddon-3.0.xml"/>
   <Include file="AceConfigRegistry-3.0\AceConfigRegistry-3.0.xml"/>
   <Include file="AceDB-3.0\AceDB-3.0.xml"/>
@@ -14,8 +13,10 @@
   <Include file="AceGUI-3.0\AceGUI-3.0.xml"/>
   <Include file="AceLocale-3.0\AceLocale-3.0.xml"/>
   <Include file="AceConfigDialog-3.0\AceConfigDialog-3.0.xml"/>
+  <Include file="LibKeyBound-1.0\lib.xml"/>
+  <!--@end-no-lib-strip@-->
 
-  <Include file="LibKeyBound-1.0\lib.xml"/>
+  <Script  file="LibDataBroker-1.1.lua"/>
   <Include file="LibShowActionGrid-1.0\LibShowActionGrid-1.0.xml"/>
 
 </Ui>