From 111afca451715c1fd23c54c19ffdeba4b911e589 Mon Sep 17 00:00:00 2001 From: wolfbeast Date: Mon, 2 Mar 2020 00:02:26 +0000 Subject: Issue MoonchildProductions/UXP#1390 - Remove presentation API files from installation manifest. --- basilisk/installer/package-manifest.in | 8 -------- 1 file changed, 8 deletions(-) diff --git a/basilisk/installer/package-manifest.in b/basilisk/installer/package-manifest.in index 1c54624..ce4f0bb 100644 --- a/basilisk/installer/package-manifest.in +++ b/basilisk/installer/package-manifest.in @@ -213,7 +213,6 @@ @RESPATH@/components/dom_xhr.xpt @RESPATH@/components/dom_xpath.xpt @RESPATH@/components/dom_xul.xpt -@RESPATH@/components/dom_presentation.xpt @RESPATH@/components/downloads.xpt @RESPATH@/components/editor.xpt @RESPATH@/components/embed_base.xpt @@ -528,13 +527,6 @@ @RESPATH@/components/nsAsyncShutdown.manifest @RESPATH@/components/nsAsyncShutdown.js -@RESPATH@/components/PresentationDeviceInfoManager.manifest -@RESPATH@/components/PresentationDeviceInfoManager.js -@RESPATH@/components/BuiltinProviders.manifest -@RESPATH@/components/PresentationControlService.js -@RESPATH@/components/PresentationDataChannelSessionTransport.js -@RESPATH@/components/PresentationDataChannelSessionTransport.manifest - ; InputMethod API @RESPATH@/components/MozKeyboard.js @RESPATH@/components/InputMethod.manifest -- cgit v1.2.3 From 63cf9a149112ca3d2702957fc91256a36a70db67 Mon Sep 17 00:00:00 2001 From: wolfbeast Date: Mon, 2 Mar 2020 00:04:29 +0000 Subject: Issue MoonchildProductions/UXP#316 - Update install manifest for moved jsinspector interface --- basilisk/installer/package-manifest.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/basilisk/installer/package-manifest.in b/basilisk/installer/package-manifest.in index ce4f0bb..f09e6dc 100644 --- a/basilisk/installer/package-manifest.in +++ b/basilisk/installer/package-manifest.in @@ -235,7 +235,7 @@ @RESPATH@/components/jar.xpt @RESPATH@/components/jsdebugger.xpt @RESPATH@/components/jsdownloads.xpt -@RESPATH@/browser/components/jsinspector.xpt +@RESPATH@/components/jsinspector.xpt @RESPATH@/components/layout_base.xpt #ifdef NS_PRINTING @RESPATH@/components/layout_printing.xpt -- cgit v1.2.3