diff options
author | Matt A. Tobin <email@mattatobin.com> | 2018-11-30 11:15:06 -0500 |
---|---|---|
committer | Matt A. Tobin <email@mattatobin.com> | 2018-11-30 11:16:26 -0500 |
commit | 6acc5f9128db1c2c0d0c468f6123d0dccf153156 (patch) | |
tree | aaa082a4963662df17f6654dd1c12d9d25004877 /application/palemoon/components/newtab/jar.mn | |
parent | 71737d61f75651efc5b9eaf5313a11dc3469bb1d (diff) | |
download | UXP-6acc5f9128db1c2c0d0c468f6123d0dccf153156.tar UXP-6acc5f9128db1c2c0d0c468f6123d0dccf153156.tar.gz UXP-6acc5f9128db1c2c0d0c468f6123d0dccf153156.tar.lz UXP-6acc5f9128db1c2c0d0c468f6123d0dccf153156.tar.xz UXP-6acc5f9128db1c2c0d0c468f6123d0dccf153156.zip |
Issue #889 - Clean up the Pale Moon tree - Part 1b: Move newtab to components
Diffstat (limited to 'application/palemoon/components/newtab/jar.mn')
-rw-r--r-- | application/palemoon/components/newtab/jar.mn | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/application/palemoon/components/newtab/jar.mn b/application/palemoon/components/newtab/jar.mn new file mode 100644 index 000000000..2d6291422 --- /dev/null +++ b/application/palemoon/components/newtab/jar.mn @@ -0,0 +1,8 @@ +# 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/. + +browser.jar: + content/browser/newtab/newTab.xhtml +* content/browser/newtab/newTab.js + content/browser/newtab/newTab.css
\ No newline at end of file |