mirror of
https://github.com/roytam1/boc-uxp.git
synced 2021-11-05 16:13:16 +00:00
Move mail back to topsrcdir
This commit is contained in:
@@ -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)
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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 |
+1
-1
@@ -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
Reference in New Issue
Block a user