From 044107771052c5ef46d32fd93d0fca5a51531c20 Mon Sep 17 00:00:00 2001 From: KyrosKrane Date: Thu, 7 Jun 2018 15:13:48 -0500 Subject: [PATCH] Revert packaging changes so we don't bundle multiple copies of the bundled libraries --- .pkgmeta | 26 ++++++-------------------- 1 file changed, 6 insertions(+), 20 deletions(-) diff --git a/.pkgmeta b/.pkgmeta index bbd6497..cc34de4 100644 --- a/.pkgmeta +++ b/.pkgmeta @@ -5,24 +5,10 @@ enable-nolib-creation: no # Also ignore packaged libraries and tests ignore: - README.md - - Libs/LibDBIcon-1.0/CallbackHandler-1.0 - - Libs/LibDBIcon-1.0/LibDataBroker-1.1 - - Libs/LibDBIcon-1.0/LibStub - - Libs/LibStub/tests -externals: - Libs/AceConfig-3.0: - url: https://repos.wowace.com/wow/ace3/trunk/AceConfig-3.0 - tag: latest - Libs/CallbackHandler-1.0: - url: https://repos.wowace.com/wow/callbackhandler/trunk/CallbackHandler-1.0 - tag: latest - Libs/LibDataBroker-1.1: - url: https://repos.wowace.com/wow/libdatabroker-1-1 - tag: latest - Libs/LibDBIcon-1.0: - url: https://repos.wowace.com/wow/libdbicon-1-0/trunk - tag: latest - Libs/LibStub: - url: https://repos.wowace.com/wow/libstub/trunk - tag: latest +tools-used: + - libdatabroker-1-1 + - libstub + - callbackhandler + - libdbicon-1-0 + - AceConfig-3.0 \ No newline at end of file -- 1.7.9.5