From 5be4cf14a7c2d2babea6030cf180a706f71eda3c Mon Sep 17 00:00:00 2001 From: Thomas Groman Date: Wed, 18 Dec 2019 18:37:34 -0800 Subject: removed links to pm codebase --- config/version.txt | 2 +- installer/windows/Makefile.in | 8 ++++---- locales/l10n.ini | 10 +++------- 3 files changed, 8 insertions(+), 12 deletions(-) diff --git a/config/version.txt b/config/version.txt index af61be3..06ce7be 100644 --- a/config/version.txt +++ b/config/version.txt @@ -1 +1 @@ -28.7.2 +28.8.0 diff --git a/installer/windows/Makefile.in b/installer/windows/Makefile.in index d2be8ae..25c5ce3 100644 --- a/installer/windows/Makefile.in +++ b/installer/windows/Makefile.in @@ -26,12 +26,12 @@ include $(topsrcdir)/config/config.mk ifdef LOCALE_MERGEDIR PPL_LOCALE_ARGS = \ - --l10n-dir=$(LOCALE_MERGEDIR)/application/palemoon/installer \ - --l10n-dir=$(call EXPAND_LOCALE_SRCDIR,application/palemoon/locales)/installer \ - --l10n-dir=$(topsrcdir)/application/palemoon/locales/en-US/installer \ + --l10n-dir=$(LOCALE_MERGEDIR)/application/webbrowser/installer \ + --l10n-dir=$(call EXPAND_LOCALE_SRCDIR,application/webbrowser/locales)/installer \ + --l10n-dir=$(topsrcdir)/application/webbrowser/locales/en-US/installer \ $(NULL) else -PPL_LOCALE_ARGS=$(call EXPAND_LOCALE_SRCDIR,application/palemoon/locales)/installer +PPL_LOCALE_ARGS=$(call EXPAND_LOCALE_SRCDIR,application/webbrowser/locales)/installer endif OVERRIDE_DEFAULT_GOAL := installer diff --git a/locales/l10n.ini b/locales/l10n.ini index 9a466b6..7ac9010 100644 --- a/locales/l10n.ini +++ b/locales/l10n.ini @@ -1,16 +1,12 @@ -# 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/. - [general] depth = ../../.. -all = application/palemoon/locales/all-locales +all = application/webbrowser/locales/all-locales [compare] -dirs = application/palemoon +dirs = application/webbrowser extensions/reporter other-licenses/branding/firefox - application/palemoon/branding/official + application/webbrowser/branding/unofficial [includes] # non-central apps might want to use %(topsrcdir)s here, or other vars -- cgit v1.2.3