Move mail back to topsrcdir

This commit is contained in:
Matt A. Tobin
2020-05-10 13:52:36 -04:00
committed by Roy Tam
parent e98d6da0c3
commit df1eab4981
1505 changed files with 35 additions and 35 deletions
+1 -1
View File
@@ -17,7 +17,7 @@ DEPTH = $(OBJDIR)
include $(DEPTH)/config/autoconf.mk
include $(topsrcdir)/platform/toolkit/mozapps/installer/package-name.mk
THUNDERBIRD_VERSION := $(shell cat $(topsrcdir)/projects/mail/config/version.txt)
THUNDERBIRD_VERSION := $(shell cat $(topsrcdir)/mail/config/version.txt)
LIGHTNING_VERSION := $(shell $(PYTHON) $(topsrcdir)/calendar/lightning/build/makeversion.py $(word 1,$(MOZ_PKG_VERSION) $(THUNDERBIRD_VERSION)))
XPI_PKGNAME = lightning-$(LIGHTNING_VERSION).$(AB_CD).$(MOZ_PKG_PLATFORM)
+1 -1
View File
@@ -3,7 +3,7 @@
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
# Lighting version number
THUNDERBIRD_VERSION := $(shell cat $(topsrcdir)/projects/mail/config/version.txt)
THUNDERBIRD_VERSION := $(shell cat $(topsrcdir)/mail/config/version.txt)
SEAMONKEY_VERSION := "2.49"
ifdef MOZ_SUITE
+1 -1
View File
@@ -4,7 +4,7 @@
XPI_PKGNAME = calendar-timezones-$(TIMEZONES_VERSION)
THUNDERBIRD_VERSION := $(shell cat $(topsrcdir)/projects/mail/config/version.txt)
THUNDERBIRD_VERSION := $(shell cat $(topsrcdir)/mail/config/version.txt)
SEAMONKEY_VERSION := "2.49"
CALENDAR_VERSION := $(shell $(PYTHON) $(topsrcdir)/calendar/lightning/build/makeversion.py $(word 1,$(MOZ_PKG_VERSION) $(THUNDERBIRD_VERSION)))
TIMEZONES_VERSION := $(shell $(PYTHON) $(srcdir)/version.py)
@@ -4,7 +4,7 @@
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
if not CONFIG['MOZ_INCOMPLETE_EXTERNAL_LINKAGE']:
DIRS += ['/projects/mail/components']
DIRS += ['/mail/components']
include('/communicator/communicator.mozbuild')
@@ -15,4 +15,4 @@ DIRS += ['/%s' % CONFIG['MOZ_BRANDING_DIRECTORY']]
# Never add tier dirs after mail because they apparently won't get
# packaged properly on Mac.
DIRS += ['/projects/mail']
DIRS += ['/mail']

Before

Width:  |  Height:  |  Size: 22 KiB

After

Width:  |  Height:  |  Size: 22 KiB

Before

Width:  |  Height:  |  Size: 22 KiB

After

Width:  |  Height:  |  Size: 22 KiB

Before

Width:  |  Height:  |  Size: 22 KiB

After

Width:  |  Height:  |  Size: 22 KiB

@@ -2937,7 +2937,7 @@
#ifdef XP_MACOSX
<!-- Mac window menu -->
#include ../../../../platform/toolkit/content/macWindowMenu.inc
#include ../../../platform/toolkit/content/macWindowMenu.inc
#endif
<!-- Help -->

Some files were not shown because too many files have changed in this diff Show More