Quantcast

lib -> vendor

Peter Eliasson [07-29-16 - 16:02]
lib -> vendor
Filename
.gitignore
.pkgmeta
GuildSkadaHighScore.toc
lib/lib_include.xml
vendor/vendor_include.xml
diff --git a/.gitignore b/.gitignore
index f37e247..70e60c2 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,4 +1,4 @@
-lib/Ace3
-lib/LibItemUpgradeInfo-1.0
-lib/LibStub
-lib/CallbackHandler-1.0
+vendor/Ace3
+vendor/LibItemUpgradeInfo-1.0
+vendor/LibStub
+vendor/CallbackHandler-1.0
diff --git a/.pkgmeta b/.pkgmeta
index 31665af..3df0ef9 100644
--- a/.pkgmeta
+++ b/.pkgmeta
@@ -5,15 +5,15 @@ manual-changelog:
     markup-type: markdown

 externals:
-    lib/LibStub:
+    vendor/LibStub:
         url: svn://svn.wowace.com/wow/libstub/mainline/trunk
         tag: 1.0.2.60000
-    lib/CallbackHandler-1.0:
+    vendor/CallbackHandler-1.0:
         url: svn://svn.wowace.com/wow/callbackhandler/mainline/trunk
         tag: 1.0.6.70000
-    lib/Ace3:
+    vendor/Ace3:
         url: svn://svn.wowace.com/wow/ace3/mainline/trunk
         tag: Release-r1151
-    lib/LibItemUpgradeInfo-1.0:
+    vendor/LibItemUpgradeInfo-1.0:
         url: git://git.wowace.com/wow/libitemupgradeinfo-1-0/mainline.git
         tag: Release-70000-24
diff --git a/GuildSkadaHighScore.toc b/GuildSkadaHighScore.toc
index de77ce5..4058873 100644
--- a/GuildSkadaHighScore.toc
+++ b/GuildSkadaHighScore.toc
@@ -7,5 +7,5 @@
 ## Dependencies:
 ## OptionalDeps: Ace3

-lib\lib_include.xml
+vendor\vendor_include.xml
 src\src_include.xml
diff --git a/lib/lib_include.xml b/lib/lib_include.xml
deleted file mode 100644
index 88d3ef3..0000000
--- a/lib/lib_include.xml
+++ /dev/null
@@ -1,20 +0,0 @@
-<Ui xsi:schemaLocation="http://www.blizzard.com/wow/ui/ ..\..\FrameXML\UI.xsd">
-	<!-- http://www.wowace.com/addons/libstub/ -->
-	<Script file="LibStub\LibStub.lua"/>
-
-	<!-- http://www.wowace.com/addons/callbackhandler/ -->
-	<Include file="CallbackHandler-1.0\CallbackHandler-1.0\CallbackHandler-1.0.xml"/>
-
-	<!-- http://www.wowace.com/addons/ace3/ -->
-	<Include file="Ace3\AceAddon-3.0\AceAddon-3.0.xml"/>
-	<Include file="Ace3\AceConsole-3.0\AceConsole-3.0.xml"/>
-	<Include file="Ace3\AceDB-3.0\AceDB-3.0.xml"/>
-	<Include file="Ace3\AceEvent-3.0\AceEvent-3.0.xml"/>
-	<Include file="Ace3\AceGUI-3.0\AceGUI-3.0.xml"/>
-	<Include file="Ace3\AceHook-3.0\AceHook-3.0.xml"/>
-	<Include file="Ace3\AceTimer-3.0\AceTimer-3.0.xml"/>
-	<Include file="Ace3\AceConfig-3.0\AceConfig-3.0.xml"/>
-
-	<!-- http://www.wowace.com/addons/libitemupgradeinfo-1-0/ -->
-	<Include file="LibItemUpgradeInfo-1.0\LibItemUpgradeInfo-1.0.xml" />
-</Ui>
\ No newline at end of file
diff --git a/vendor/vendor_include.xml b/vendor/vendor_include.xml
new file mode 100644
index 0000000..88d3ef3
--- /dev/null
+++ b/vendor/vendor_include.xml
@@ -0,0 +1,20 @@
+<Ui xsi:schemaLocation="http://www.blizzard.com/wow/ui/ ..\..\FrameXML\UI.xsd">
+	<!-- http://www.wowace.com/addons/libstub/ -->
+	<Script file="LibStub\LibStub.lua"/>
+
+	<!-- http://www.wowace.com/addons/callbackhandler/ -->
+	<Include file="CallbackHandler-1.0\CallbackHandler-1.0\CallbackHandler-1.0.xml"/>
+
+	<!-- http://www.wowace.com/addons/ace3/ -->
+	<Include file="Ace3\AceAddon-3.0\AceAddon-3.0.xml"/>
+	<Include file="Ace3\AceConsole-3.0\AceConsole-3.0.xml"/>
+	<Include file="Ace3\AceDB-3.0\AceDB-3.0.xml"/>
+	<Include file="Ace3\AceEvent-3.0\AceEvent-3.0.xml"/>
+	<Include file="Ace3\AceGUI-3.0\AceGUI-3.0.xml"/>
+	<Include file="Ace3\AceHook-3.0\AceHook-3.0.xml"/>
+	<Include file="Ace3\AceTimer-3.0\AceTimer-3.0.xml"/>
+	<Include file="Ace3\AceConfig-3.0\AceConfig-3.0.xml"/>
+
+	<!-- http://www.wowace.com/addons/libitemupgradeinfo-1-0/ -->
+	<Include file="LibItemUpgradeInfo-1.0\LibItemUpgradeInfo-1.0.xml" />
+</Ui>
\ No newline at end of file