diff options
Diffstat (limited to 'other-licenses/branding/palemoon/official/locales')
-rw-r--r-- | other-licenses/branding/palemoon/official/locales/jar.mn | 8 | ||||
-rw-r--r-- | other-licenses/branding/palemoon/official/locales/moz.build | 3 |
2 files changed, 11 insertions, 0 deletions
diff --git a/other-licenses/branding/palemoon/official/locales/jar.mn b/other-licenses/branding/palemoon/official/locales/jar.mn new file mode 100644 index 000000000..d0d0b054d --- /dev/null +++ b/other-licenses/branding/palemoon/official/locales/jar.mn @@ -0,0 +1,8 @@ +#filter substitution + +@AB_CD@.jar: +% locale branding @AB_CD@ %locale/@AB_CD@/branding/ + locale/@AB_CD@/branding/brand.dtd (../../shared/locales/brand.dtd) + locale/@AB_CD@/branding/brand.properties (../../shared/locales/brand.properties) + locale/@AB_CD@/branding/browserconfig.properties (../../shared/locales/browserconfig.properties) + locale/@AB_CD@/branding/syncBrand.dtd (../../shared/locales/syncBrand.dtd)
\ No newline at end of file diff --git a/other-licenses/branding/palemoon/official/locales/moz.build b/other-licenses/branding/palemoon/official/locales/moz.build new file mode 100644 index 000000000..c07ede375 --- /dev/null +++ b/other-licenses/branding/palemoon/official/locales/moz.build @@ -0,0 +1,3 @@ +# -*- Mode: python; c-basic-offset: 4; indent-tabs-mode: nil; tab-width: 40 -*- + +JAR_MANIFESTS += ['jar.mn'] |