mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-02-05 05:30:29 +00:00
b144551 inconsistent en-mac/en-unix in different platform langenus.xpi files, r=cls, tao, sr=sfraser, dveditz
This commit is contained in:
parent
53ea2dfc93
commit
55609bfe63
@ -306,3 +306,8 @@ en-US.jar:
|
||||
US.jar:
|
||||
locale/US/messenger-region/contents.rdf (base/resources/locale/en-US/contents-region.rdf)
|
||||
locale/US/messenger-region/region.properties (base/resources/locale/en-US/region.properties)
|
||||
|
||||
en-win.jar:
|
||||
locale/en-US/messenger-mapi/pref-mailnewsOverlay.dtd (mapi/resources/locale/en-US/pref-mailnewsOverlay.dtd)
|
||||
locale/en-US/messenger-mapi/mapi.properties (mapi/resources/locale/en-US/mapi.properties)
|
||||
locale/en-US/messenger-mapi/contents.rdf (mapi/resources/locale/en-US/contents.rdf)
|
||||
|
@ -26,6 +26,6 @@ VPATH = @srcdir@
|
||||
|
||||
include $(DEPTH)/config/autoconf.mk
|
||||
|
||||
DIRS = content locale
|
||||
DIRS = content
|
||||
|
||||
include $(topsrcdir)/config/rules.mk
|
||||
|
@ -1,31 +0,0 @@
|
||||
#
|
||||
# The contents of this file are subject to the Mozilla Public
|
||||
# License Version 1.1 (the "License"); you may not use this file
|
||||
# except in compliance with the License. You may obtain a copy of
|
||||
# the License at http://www.mozilla.org/MPL/
|
||||
#
|
||||
# Software distributed under the License is distributed on an "AS
|
||||
# IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or
|
||||
# implied. See the License for the specific language governing
|
||||
# rights and limitations under the License.
|
||||
#
|
||||
# The Original Code is mozilla.org code
|
||||
#
|
||||
# The Initial Developer of the Original Code is Netscape
|
||||
# Communications Corporation. Portions created by Netscape are
|
||||
# Copyright (C) 2001 Netscape Communications Corporation. All
|
||||
# Rights Reserved.
|
||||
#
|
||||
# Contributor(s):
|
||||
#
|
||||
|
||||
DEPTH = ../../../..
|
||||
topsrcdir = @top_srcdir@
|
||||
srcdir = @srcdir@
|
||||
VPATH = @srcdir@
|
||||
|
||||
include $(DEPTH)/config/autoconf.mk
|
||||
|
||||
DIRS = en-US
|
||||
|
||||
include $(topsrcdir)/config/rules.mk
|
@ -1,30 +0,0 @@
|
||||
#
|
||||
# The contents of this file are subject to the Mozilla Public
|
||||
# License Version 1.1 (the "License"); you may not use this file
|
||||
# except in compliance with the License. You may obtain a copy of
|
||||
# the License at http://www.mozilla.org/MPL/
|
||||
#
|
||||
# Software distributed under the License is distributed on an "AS
|
||||
# IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or
|
||||
# implied. See the License for the specific language governing
|
||||
# rights and limitations under the License.
|
||||
#
|
||||
# The Original Code is mozilla.org code
|
||||
#
|
||||
# The Initial Developer of the Original Code is Netscape
|
||||
# Communications Corporation. Portions created by Netscape are
|
||||
# Copyright (C) 2001 Netscape Communications Corporation. All
|
||||
# Rights Reserved.
|
||||
#
|
||||
# Contributor(s):
|
||||
#
|
||||
|
||||
DEPTH = ../../../../..
|
||||
topsrcdir = @top_srcdir@
|
||||
srcdir = @srcdir@
|
||||
VPATH = @srcdir@
|
||||
|
||||
include $(DEPTH)/config/autoconf.mk
|
||||
|
||||
include $(topsrcdir)/config/rules.mk
|
||||
|
@ -1,4 +0,0 @@
|
||||
en-win.jar:
|
||||
locale/en-US/messenger-mapi/pref-mailnewsOverlay.dtd
|
||||
locale/en-US/messenger-mapi/mapi.properties
|
||||
locale/en-US/messenger-mapi/contents.rdf
|
@ -55,3 +55,15 @@ US.jar:
|
||||
locale/US/communicator-region/region.dtd (resources/locale/en-US/region.dtd)
|
||||
locale/US/communicator-region/region.properties (resources/locale/en-US/region.properties)
|
||||
locale/US/communicator-region/taskbar.rdf (resources/locale/en-US/taskbar.rdf)
|
||||
|
||||
en-win.jar:
|
||||
locale/en-US/communicator-platform/contents.rdf (resources/locale/en-US/win/contents-platform.rdf)
|
||||
locale/en-US/communicator-platform/platformCommunicatorOverlay.dtd (resources/locale/en-US/win/platformCommunicatorOverlay.dtd)
|
||||
|
||||
en-unix.jar:
|
||||
locale/en-US/communicator-platform/contents.rdf (resources/locale/en-US/unix/contents-platform.rdf)
|
||||
locale/en-US/communicator-platform/platformCommunicatorOverlay.dtd (resources/locale/en-US/unix/platformCommunicatorOverlay.dtd)
|
||||
|
||||
en-mac.jar:
|
||||
locale/en-US/communicator-platform/contents.rdf (resources/locale/en-US/mac/contents-platform.rdf)
|
||||
locale/en-US/communicator-platform/platformCommunicatorOverlay.dtd (resources/locale/en-US/mac/platformCommunicatorOverlay.dtd)
|
||||
|
@ -26,16 +26,6 @@ VPATH = @srcdir@
|
||||
|
||||
include $(DEPTH)/config/autoconf.mk
|
||||
|
||||
ifneq (,$(filter os2 windows,$(MOZ_WIDGET_TOOLKIT)))
|
||||
DIRS = win
|
||||
else
|
||||
ifneq (,$(filter mac cocoa,$(MOZ_WIDGET_TOOLKIT)))
|
||||
DIRS = mac
|
||||
else
|
||||
DIRS = unix
|
||||
endif
|
||||
endif
|
||||
|
||||
include $(topsrcdir)/config/rules.mk
|
||||
|
||||
libs::
|
||||
|
@ -1,33 +0,0 @@
|
||||
#
|
||||
# The contents of this file are subject to the Netscape Public
|
||||
# License Version 1.1 (the "License"); you may not use this file
|
||||
# except in compliance with the License. You may obtain a copy of
|
||||
# the License at http://www.mozilla.org/NPL/
|
||||
#
|
||||
# Software distributed under the License is distributed on an "AS
|
||||
# IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or
|
||||
# implied. See the License for the specific language governing
|
||||
# rights and limitations under the License.
|
||||
#
|
||||
# The Original Code is mozilla.org code.
|
||||
#
|
||||
# The Initial Developer of the Original Code is Netscape
|
||||
# Communications Corporation. Portions created by Netscape are
|
||||
# Copyright (C) 1998 Netscape Communications Corporation. All
|
||||
# Rights Reserved.
|
||||
#
|
||||
# Contributor(s):
|
||||
#
|
||||
|
||||
DEPTH = ../../../../../..
|
||||
topsrcdir = @top_srcdir@
|
||||
srcdir = @srcdir@
|
||||
VPATH = @srcdir@
|
||||
|
||||
include $(DEPTH)/config/autoconf.mk
|
||||
|
||||
NO_JAR_AUTO_REG=1
|
||||
|
||||
include $(topsrcdir)/config/rules.mk
|
||||
|
||||
|
@ -1,3 +0,0 @@
|
||||
en-mac.jar:
|
||||
locale/en-US/communicator-platform/contents.rdf (contents-platform.rdf)
|
||||
locale/en-US/communicator-platform/platformCommunicatorOverlay.dtd (platformCommunicatorOverlay.dtd)
|
@ -1,33 +0,0 @@
|
||||
#
|
||||
# The contents of this file are subject to the Netscape Public
|
||||
# License Version 1.1 (the "License"); you may not use this file
|
||||
# except in compliance with the License. You may obtain a copy of
|
||||
# the License at http://www.mozilla.org/NPL/
|
||||
#
|
||||
# Software distributed under the License is distributed on an "AS
|
||||
# IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or
|
||||
# implied. See the License for the specific language governing
|
||||
# rights and limitations under the License.
|
||||
#
|
||||
# The Original Code is mozilla.org code.
|
||||
#
|
||||
# The Initial Developer of the Original Code is Netscape
|
||||
# Communications Corporation. Portions created by Netscape are
|
||||
# Copyright (C) 1998 Netscape Communications Corporation. All
|
||||
# Rights Reserved.
|
||||
#
|
||||
# Contributor(s):
|
||||
#
|
||||
|
||||
DEPTH = ../../../../../..
|
||||
topsrcdir = @top_srcdir@
|
||||
srcdir = @srcdir@
|
||||
VPATH = @srcdir@
|
||||
|
||||
include $(DEPTH)/config/autoconf.mk
|
||||
|
||||
NO_JAR_AUTO_REG=1
|
||||
|
||||
include $(topsrcdir)/config/rules.mk
|
||||
|
||||
|
@ -1,3 +0,0 @@
|
||||
en-unix.jar:
|
||||
locale/en-US/communicator-platform/contents.rdf (contents-platform.rdf)
|
||||
locale/en-US/communicator-platform/platformCommunicatorOverlay.dtd (platformCommunicatorOverlay.dtd)
|
@ -1,33 +0,0 @@
|
||||
#
|
||||
# The contents of this file are subject to the Netscape Public
|
||||
# License Version 1.1 (the "License"); you may not use this file
|
||||
# except in compliance with the License. You may obtain a copy of
|
||||
# the License at http://www.mozilla.org/NPL/
|
||||
#
|
||||
# Software distributed under the License is distributed on an "AS
|
||||
# IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or
|
||||
# implied. See the License for the specific language governing
|
||||
# rights and limitations under the License.
|
||||
#
|
||||
# The Original Code is mozilla.org code.
|
||||
#
|
||||
# The Initial Developer of the Original Code is Netscape
|
||||
# Communications Corporation. Portions created by Netscape are
|
||||
# Copyright (C) 1998 Netscape Communications Corporation. All
|
||||
# Rights Reserved.
|
||||
#
|
||||
# Contributor(s):
|
||||
#
|
||||
|
||||
DEPTH = ../../../../../..
|
||||
topsrcdir = @top_srcdir@
|
||||
srcdir = @srcdir@
|
||||
VPATH = @srcdir@
|
||||
|
||||
include $(DEPTH)/config/autoconf.mk
|
||||
|
||||
NO_JAR_AUTO_REG=1
|
||||
|
||||
include $(topsrcdir)/config/rules.mk
|
||||
|
||||
|
@ -1,3 +0,0 @@
|
||||
en-win.jar:
|
||||
locale/en-US/communicator-platform/contents.rdf (contents-platform.rdf)
|
||||
locale/en-US/communicator-platform/platformCommunicatorOverlay.dtd (platformCommunicatorOverlay.dtd)
|
@ -181,3 +181,6 @@ toolkit.jar:
|
||||
content/global/autocomplete.css (autocomplete/resources/content/autocomplete.css)
|
||||
content/global/filepicker.js (filepicker/res/content/filepicker.js)
|
||||
content/global/filepicker.xul (filepicker/res/content/filepicker.xul)
|
||||
|
||||
en-win.jar:
|
||||
locale/en-US/global-platform/nsWindowsHooks.properties (winhooks/locale/en-US/nsWindowsHooks.properties)
|
||||
|
@ -1,5 +1,3 @@
|
||||
en-win.jar:
|
||||
locale/en-US/global-platform/nsWindowsHooks.properties (locale/en-US/nsWindowsHooks.properties)
|
||||
|
||||
toolkit.jar:
|
||||
content/global/dummyWindow.xul (dummyWindow.xul)
|
||||
|
@ -110,3 +110,23 @@ US.jar:
|
||||
locale/US/global-region/region.dtd (resources/locale/en-US/region.dtd)
|
||||
locale/US/global-region/region.properties (resources/locale/en-US/region.properties)
|
||||
locale/US/global-region/builtinURLs.rdf (resources/locale/en-US/builtinURLs.rdf)
|
||||
|
||||
en-win.jar:
|
||||
locale/en-US/global-platform/contents.rdf (resources/locale/en-US/win/contents-platform.rdf)
|
||||
locale/en-US/global-platform/platformDialogOverlay.dtd (resources/locale/en-US/win/platformDialogOverlay.dtd)
|
||||
locale/en-US/global-platform/platformKeys.properties (resources/locale/en-US/win/platformKeys.properties)
|
||||
locale/en-US/global-platform/wizard.properties (resources/locale/en-US/win/wizard.properties)
|
||||
|
||||
en-unix.jar:
|
||||
locale/en-US/global-platform/contents.rdf (resources/locale/en-US/unix/contents-platform.rdf)
|
||||
locale/en-US/global-platform/platformDialogOverlay.dtd (resources/locale/en-US/unix/platformDialogOverlay.dtd)
|
||||
locale/en-US/global-platform/platformKeys.properties (resources/locale/en-US/unix/platformKeys.properties)
|
||||
locale/en-US/global-platform/wizard.properties (resources/locale/en-US/unix/wizard.properties)
|
||||
locale/en-US/global-platform/printjoboptions.dtd (resources/locale/en-US/unix/printjoboptions.dtd)
|
||||
|
||||
en-mac.jar:
|
||||
locale/en-US/global-platform/contents.rdf (resources/locale/en-US/mac/contents-platform.rdf)
|
||||
locale/en-US/global-platform/platformDialogOverlay.dtd (resources/locale/en-US/mac/platformDialogOverlay.dtd)
|
||||
locale/en-US/global-platform/platformKeys.properties (resources/locale/en-US/mac/platformKeys.properties)
|
||||
locale/en-US/global-platform/wizard.properties (resources/locale/en-US/mac/wizard.properties)
|
||||
|
||||
|
@ -26,7 +26,5 @@ VPATH = @srcdir@
|
||||
|
||||
include $(DEPTH)/config/autoconf.mk
|
||||
|
||||
DIRS = unix win mac
|
||||
|
||||
include $(topsrcdir)/config/rules.mk
|
||||
|
||||
|
@ -1,31 +0,0 @@
|
||||
#
|
||||
# The contents of this file are subject to the Mozilla Public
|
||||
# License Version 1.1 (the "License"); you may not use this file
|
||||
# except in compliance with the License. You may obtain a copy of
|
||||
# the License at http://www.mozilla.org/MPL/
|
||||
#
|
||||
# Software distributed under the License is distributed on an "AS
|
||||
# IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or
|
||||
# implied. See the License for the specific language governing
|
||||
# rights and limitations under the License.
|
||||
#
|
||||
# The Original Code is mozilla.org code.
|
||||
#
|
||||
# The Initial Developer of the Original Code is Netscape
|
||||
# Communications Corporation. Portions created by Netscape are
|
||||
# Copyright (C) 2001 Netscape Communications Corporation. All
|
||||
# Rights Reserved.
|
||||
#
|
||||
# Contributor(s):
|
||||
#
|
||||
|
||||
DEPTH = ../../../../../..
|
||||
topsrcdir = @top_srcdir@
|
||||
srcdir = @srcdir@
|
||||
VPATH = @srcdir@
|
||||
|
||||
include $(DEPTH)/config/autoconf.mk
|
||||
|
||||
NO_JAR_AUTO_REG=1
|
||||
|
||||
include $(topsrcdir)/config/rules.mk
|
@ -1,5 +0,0 @@
|
||||
en-mac.jar:
|
||||
locale/en-US/global-platform/contents.rdf (contents-platform.rdf)
|
||||
locale/en-US/global-platform/platformDialogOverlay.dtd
|
||||
locale/en-US/global-platform/platformKeys.properties
|
||||
locale/en-US/global-platform/wizard.properties
|
@ -1,33 +0,0 @@
|
||||
#
|
||||
# The contents of this file are subject to the Netscape Public
|
||||
# License Version 1.1 (the "License"); you may not use this file
|
||||
# except in compliance with the License. You may obtain a copy of
|
||||
# the License at http://www.mozilla.org/NPL/
|
||||
#
|
||||
# Software distributed under the License is distributed on an "AS
|
||||
# IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or
|
||||
# implied. See the License for the specific language governing
|
||||
# rights and limitations under the License.
|
||||
#
|
||||
# The Original Code is mozilla.org code.
|
||||
#
|
||||
# The Initial Developer of the Original Code is Netscape
|
||||
# Communications Corporation. Portions created by Netscape are
|
||||
# Copyright (C) 1998 Netscape Communications Corporation. All
|
||||
# Rights Reserved.
|
||||
#
|
||||
# Contributor(s):
|
||||
# Roland Mainz <roland.mainz@informatik.med.uni-giessen.de>
|
||||
#
|
||||
|
||||
DEPTH = ../../../../../..
|
||||
topsrcdir = @top_srcdir@
|
||||
srcdir = @srcdir@
|
||||
VPATH = @srcdir@
|
||||
|
||||
include $(DEPTH)/config/autoconf.mk
|
||||
|
||||
NO_JAR_AUTO_REG=1
|
||||
|
||||
include $(topsrcdir)/config/rules.mk
|
||||
|
@ -1,6 +0,0 @@
|
||||
en-unix.jar:
|
||||
locale/en-US/global-platform/contents.rdf (contents-platform.rdf)
|
||||
locale/en-US/global-platform/platformDialogOverlay.dtd
|
||||
locale/en-US/global-platform/platformKeys.properties
|
||||
locale/en-US/global-platform/wizard.properties
|
||||
locale/en-US/global-platform/printjoboptions.dtd
|
@ -1,31 +0,0 @@
|
||||
#
|
||||
# The contents of this file are subject to the Mozilla Public
|
||||
# License Version 1.1 (the "License"); you may not use this file
|
||||
# except in compliance with the License. You may obtain a copy of
|
||||
# the License at http://www.mozilla.org/MPL/
|
||||
#
|
||||
# Software distributed under the License is distributed on an "AS
|
||||
# IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or
|
||||
# implied. See the License for the specific language governing
|
||||
# rights and limitations under the License.
|
||||
#
|
||||
# The Original Code is mozilla.org code.
|
||||
#
|
||||
# The Initial Developer of the Original Code is Netscape
|
||||
# Communications Corporation. Portions created by Netscape are
|
||||
# Copyright (C) 2001 Netscape Communications Corporation. All
|
||||
# Rights Reserved.
|
||||
#
|
||||
# Contributor(s):
|
||||
#
|
||||
|
||||
DEPTH = ../../../../../..
|
||||
topsrcdir = @top_srcdir@
|
||||
srcdir = @srcdir@
|
||||
VPATH = @srcdir@
|
||||
|
||||
include $(DEPTH)/config/autoconf.mk
|
||||
|
||||
NO_JAR_AUTO_REG=1
|
||||
|
||||
include $(topsrcdir)/config/rules.mk
|
@ -1,5 +0,0 @@
|
||||
en-win.jar:
|
||||
locale/en-US/global-platform/contents.rdf (contents-platform.rdf)
|
||||
locale/en-US/global-platform/platformDialogOverlay.dtd
|
||||
locale/en-US/global-platform/platformKeys.properties
|
||||
locale/en-US/global-platform/wizard.properties
|
Loading…
x
Reference in New Issue
Block a user