From f3e445f6e8587bf40eaa3609bf4f5bea2becdc4a Mon Sep 17 00:00:00 2001 From: janekptacijarabaci Date: Mon, 11 Jun 2018 09:52:55 +0200 Subject: [PALEMOON] Moving About permissions component files from components/preferences/ to components/permissions/ Issue #191 --- application/palemoon/components/permissions/moz.build | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 application/palemoon/components/permissions/moz.build (limited to 'application/palemoon/components/permissions/moz.build') diff --git a/application/palemoon/components/permissions/moz.build b/application/palemoon/components/permissions/moz.build new file mode 100644 index 000000000..a4c26de89 --- /dev/null +++ b/application/palemoon/components/permissions/moz.build @@ -0,0 +1,8 @@ +# -*- Mode: python; c-basic-offset: 4; indent-tabs-mode: nil; tab-width: 40 -*- +# vim: set filetype=python: +# This Source Code Form is subject to the terms of the Mozilla Public +# License, v. 2.0. If a copy of the MPL was not distributed with this +# file, You can obtain one at http://mozilla.org/MPL/2.0/. + + +JAR_MANIFESTS += ['jar.mn'] -- cgit v1.2.3