diff options
Diffstat (limited to '')
-rw-r--r-- | toolkit/components/normandy/jar.mn | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/toolkit/components/normandy/jar.mn b/toolkit/components/normandy/jar.mn new file mode 100644 index 0000000000..61f4c9188a --- /dev/null +++ b/toolkit/components/normandy/jar.mn @@ -0,0 +1,18 @@ +# 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/. + +toolkit.jar: +% resource normandy %res/normandy/ + res/normandy/Normandy.jsm (./Normandy.jsm) + res/normandy/NormandyMigrations.jsm (./NormandyMigrations.jsm) + res/normandy/lib/ (./lib/*) + res/normandy/skin/ (./skin/*) + res/normandy/actions/ (./actions/*.jsm) + res/normandy/actions/schemas/index.js (./actions/schemas/index.js) + +% resource normandy-content %res/normandy/content/ contentaccessible=yes + res/normandy/content/ (./content/*) + +% resource normandy-vendor %res/normandy/vendor/ contentaccessible=yes + res/normandy/vendor/ (./vendor/*) |