changeset 206:01b1c7db47d4

Break out .toc direct includes into top level XML to support compilation embedding
author Flick <flickerstreak@gmail.com>
date Tue, 16 Nov 2010 21:33:05 -0800
parents 42fd93f19291
children c24ac8ee1e45
files ReAction.toc ReAction.xml
diffstat 2 files changed, 16 insertions(+), 9 deletions(-) [+]
line wrap: on
line diff
--- a/ReAction.toc	Tue Nov 16 21:17:22 2010 -0800
+++ b/ReAction.toc	Tue Nov 16 21:33:05 2010 -0800
@@ -11,12 +11,4 @@
 ## X-Category: Action Bars
 ## X-License: MIT
 
-lib\embeds.xml
-locale\locale.xml
-
-ReAction.lua
-Options.lua
-Editor.lua
-
-classes\classes.xml
-modules\modules.xml
+ReAction.xml
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/ReAction.xml	Tue Nov 16 21:33:05 2010 -0800
@@ -0,0 +1,15 @@
+<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">
+
+  <Include file="lib\embeds.xml"/>
+  <Include file="locale\locale.xml"/>
+
+  <Script file="ReAction.lua"/>
+  <Script file="Options.lua"/>
+  <Script file="Editor.lua"/>
+
+  <Include file="classes\classes.xml"/>
+  <Include file="modules\modules.xml"/>
+
+</Ui>