Quantcast

Remove comments from vendor_include.xml

Peter Eliasson [07-30-16 - 19:14]
Remove comments from vendor_include.xml

Fixes @end-no-lib-strip@ comments breaking. Might want to find a different
solution to this someday, as i find having a comment about the libraries
is helpful.
Filename
vendor/vendor_include.xml
diff --git a/vendor/vendor_include.xml b/vendor/vendor_include.xml
index 0ecd64c..5523691 100644
--- a/vendor/vendor_include.xml
+++ b/vendor/vendor_include.xml
@@ -1,13 +1,9 @@
 <Ui xsi:schemaLocation="http://www.blizzard.com/wow/ui/ ..\..\FrameXML\UI.xsd">
 <!--@no-lib-strip@-->
-
-	<!-- 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"/>
@@ -17,16 +13,8 @@
 	<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/
-		Provides information about item upgrades applied to items.
-	-->
 	<Include file="LibItemUpgradeInfo-1.0\LibItemUpgradeInfo-1.0.xml" />

-	<!--
-		http://www.wowace.com/addons/libgroupinspect/
-		Keeps track of group members specialization and talents.
-	-->
 	<Include file="LibGroupInSpecT-1.1\lib.xml" />
 <!--@end-no-lib-strip@-->
 </Ui>
\ No newline at end of file