mirror of https://github.com/roytam1/boc-uxp.git
7 changed files with 19 additions and 6 deletions
@ -0,0 +1,12 @@
|
||||
#filter substitution |
||||
# 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/. |
||||
|
||||
comm.jar: |
||||
content/communicator/directory/directory.html (content/directory.html) |
||||
content/communicator/directory/directory.js (content/directory.js) |
||||
content/communicator/directory/directory.xul (content/directory.xul) |
||||
|
||||
en-US.jar: |
||||
locale/en-US/communicator/directory/directory.dtd (locale/directory.dtd) |
@ -0,0 +1,6 @@
|
||||
# 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'] |
Loading…
Reference in new issue