diff options
author | wolfbeast <mcwerewolf@gmail.com> | 2018-06-04 13:17:38 +0200 |
---|---|---|
committer | wolfbeast <mcwerewolf@gmail.com> | 2018-06-04 13:17:38 +0200 |
commit | 2a70a0a7fdc328b0f35da88bcdda9afe1e65b412 (patch) | |
tree | a92f7de513be600cc07bac458183e9af40e00c06 /application/basilisk/components/search/jar.mn | |
parent | 370c8a5ce74e4cb054127672d2f136cfdcc09fe1 (diff) | |
download | uxp-2a70a0a7fdc328b0f35da88bcdda9afe1e65b412.tar.gz |
Issue mcp-graveyard/UXP#303 Part 1: Move basilisk files from /browser to /application/basilisk
Diffstat (limited to 'application/basilisk/components/search/jar.mn')
-rw-r--r-- | application/basilisk/components/search/jar.mn | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/application/basilisk/components/search/jar.mn b/application/basilisk/components/search/jar.mn new file mode 100644 index 0000000000..089ec4bb97 --- /dev/null +++ b/application/basilisk/components/search/jar.mn @@ -0,0 +1,9 @@ +# 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/search/search.xml (content/search.xml) + content/browser/search/searchbarBindings.css (content/searchbarBindings.css) + content/browser/search/searchReset.xhtml (content/searchReset.xhtml) + content/browser/search/searchReset.js (content/searchReset.js) |