diff options
author | janekptacijarabaci <janekptacijarabaci@seznam.cz> | 2018-06-11 09:52:55 +0200 |
---|---|---|
committer | janekptacijarabaci <janekptacijarabaci@seznam.cz> | 2018-06-11 09:52:55 +0200 |
commit | f3e445f6e8587bf40eaa3609bf4f5bea2becdc4a (patch) | |
tree | f61e406b4743187630baf8d1ea1e6496ecd518cb /application/palemoon/components/permissions/moz.build | |
parent | 27783db85a4d3c38b041e51b088ed2dbd35e96c1 (diff) | |
download | UXP-f3e445f6e8587bf40eaa3609bf4f5bea2becdc4a.tar UXP-f3e445f6e8587bf40eaa3609bf4f5bea2becdc4a.tar.gz UXP-f3e445f6e8587bf40eaa3609bf4f5bea2becdc4a.tar.lz UXP-f3e445f6e8587bf40eaa3609bf4f5bea2becdc4a.tar.xz UXP-f3e445f6e8587bf40eaa3609bf4f5bea2becdc4a.zip |
[PALEMOON] Moving About permissions component files from components/preferences/ to components/permissions/
Issue #191
Diffstat (limited to 'application/palemoon/components/permissions/moz.build')
-rw-r--r-- | application/palemoon/components/permissions/moz.build | 8 |
1 files changed, 8 insertions, 0 deletions
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'] |