diff options
author | wolfbeast <mcwerewolf@gmail.com> | 2018-05-04 16:48:08 +0200 |
---|---|---|
committer | wolfbeast <mcwerewolf@gmail.com> | 2018-05-04 16:48:08 +0200 |
commit | 1f18c1fdd66dcf7296f35be07d45e73410d3bd69 (patch) | |
tree | 18c5b652fc8681a633bffc1ee4a8280de61b9786 | |
parent | 6f8f1f71218f344ca41453c774c95786d2743cb0 (diff) | |
download | UXP-1f18c1fdd66dcf7296f35be07d45e73410d3bd69.tar UXP-1f18c1fdd66dcf7296f35be07d45e73410d3bd69.tar.gz UXP-1f18c1fdd66dcf7296f35be07d45e73410d3bd69.tar.lz UXP-1f18c1fdd66dcf7296f35be07d45e73410d3bd69.tar.xz UXP-1f18c1fdd66dcf7296f35be07d45e73410d3bd69.zip |
Issue #325 Part 10: Remove non-Intl conditionals from installer files.
-rw-r--r-- | application/palemoon/installer/package-manifest.in | 2 | ||||
-rw-r--r-- | browser/installer/package-manifest.in | 5 |
2 files changed, 1 insertions, 6 deletions
diff --git a/application/palemoon/installer/package-manifest.in b/application/palemoon/installer/package-manifest.in index f7b12838b..37df02902 100644 --- a/application/palemoon/installer/package-manifest.in +++ b/application/palemoon/installer/package-manifest.in @@ -176,8 +176,6 @@ #endif #ifdef MOZ_ENABLE_PROFILER_SPS #endif -#ifdef ENABLE_INTL_API -#endif #ifdef NECKO_WIFI #endif #ifdef MOZ_WEBRTC diff --git a/browser/installer/package-manifest.in b/browser/installer/package-manifest.in index 5540feed9..0cf8c0b80 100644 --- a/browser/installer/package-manifest.in +++ b/browser/installer/package-manifest.in @@ -2,7 +2,7 @@ ; 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/. -; Package file for the Firefox build. +; Package file for the Basilisk build. ; ; Packaging manifest is used to copy files from dist/bin ; to the staging directory. @@ -260,9 +260,6 @@ @RESPATH@/browser/components/migration.xpt @RESPATH@/components/mimetype.xpt @RESPATH@/components/mozfind.xpt -#ifdef ENABLE_INTL_API -@RESPATH@/components/mozintl.xpt -#endif @RESPATH@/components/necko_about.xpt @RESPATH@/components/necko_cache.xpt @RESPATH@/components/necko_cache2.xpt |