diff options
author | wolfbeast <mcwerewolf@wolfbeast.com> | 2019-02-13 11:50:04 +0100 |
---|---|---|
committer | wolfbeast <mcwerewolf@wolfbeast.com> | 2019-02-13 11:50:04 +0100 |
commit | 6bb02d95f70000b150569089987701c8244d7d5d (patch) | |
tree | c7e11508f70ee665c3a3a039f7101fd62ad9e47e /application/basilisk/components/webextensions/schemas/moz.build | |
parent | 71c81eb900ac3b8a770a4b844771faf335999861 (diff) | |
download | UXP-6bb02d95f70000b150569089987701c8244d7d5d.tar UXP-6bb02d95f70000b150569089987701c8244d7d5d.tar.gz UXP-6bb02d95f70000b150569089987701c8244d7d5d.tar.lz UXP-6bb02d95f70000b150569089987701c8244d7d5d.tar.xz UXP-6bb02d95f70000b150569089987701c8244d7d5d.zip |
Remove webextensions conditional code from Basilisk.
Tag issue #936
Diffstat (limited to 'application/basilisk/components/webextensions/schemas/moz.build')
-rw-r--r-- | application/basilisk/components/webextensions/schemas/moz.build | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/application/basilisk/components/webextensions/schemas/moz.build b/application/basilisk/components/webextensions/schemas/moz.build deleted file mode 100644 index aac3a838c..000000000 --- a/application/basilisk/components/webextensions/schemas/moz.build +++ /dev/null @@ -1,7 +0,0 @@ -# -*- Mode: python; 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'] |