diff --git a/mailnews/jar.mn b/mailnews/jar.mn index 79b3fcdcae31..18a252474cd7 100644 --- a/mailnews/jar.mn +++ b/mailnews/jar.mn @@ -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) diff --git a/mailnews/mapi/resources/Makefile.in b/mailnews/mapi/resources/Makefile.in index 17bdcd60d16b..58e51bd47e3b 100644 --- a/mailnews/mapi/resources/Makefile.in +++ b/mailnews/mapi/resources/Makefile.in @@ -26,6 +26,6 @@ VPATH = @srcdir@ include $(DEPTH)/config/autoconf.mk -DIRS = content locale +DIRS = content include $(topsrcdir)/config/rules.mk diff --git a/mailnews/mapi/resources/locale/Makefile.in b/mailnews/mapi/resources/locale/Makefile.in index 94eb91f1ce2d..e69de29bb2d1 100644 --- a/mailnews/mapi/resources/locale/Makefile.in +++ b/mailnews/mapi/resources/locale/Makefile.in @@ -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 diff --git a/mailnews/mapi/resources/locale/en-US/Makefile.in b/mailnews/mapi/resources/locale/en-US/Makefile.in index e399f1db1a5d..e69de29bb2d1 100644 --- a/mailnews/mapi/resources/locale/en-US/Makefile.in +++ b/mailnews/mapi/resources/locale/en-US/Makefile.in @@ -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 - diff --git a/mailnews/mapi/resources/locale/en-US/jar.mn b/mailnews/mapi/resources/locale/en-US/jar.mn index 9849e33bc89e..e69de29bb2d1 100644 --- a/mailnews/mapi/resources/locale/en-US/jar.mn +++ b/mailnews/mapi/resources/locale/en-US/jar.mn @@ -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 diff --git a/xpfe/communicator/jar.mn b/xpfe/communicator/jar.mn index 3fffeb18c298..2844186bb75f 100644 --- a/xpfe/communicator/jar.mn +++ b/xpfe/communicator/jar.mn @@ -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) diff --git a/xpfe/communicator/resources/locale/en-US/Makefile.in b/xpfe/communicator/resources/locale/en-US/Makefile.in index c2fc4f051fef..d7fc85c6cc59 100644 --- a/xpfe/communicator/resources/locale/en-US/Makefile.in +++ b/xpfe/communicator/resources/locale/en-US/Makefile.in @@ -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:: diff --git a/xpfe/communicator/resources/locale/en-US/mac/Makefile.in b/xpfe/communicator/resources/locale/en-US/mac/Makefile.in index 0454a29541ec..e69de29bb2d1 100644 --- a/xpfe/communicator/resources/locale/en-US/mac/Makefile.in +++ b/xpfe/communicator/resources/locale/en-US/mac/Makefile.in @@ -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 - - diff --git a/xpfe/communicator/resources/locale/en-US/mac/jar.mn b/xpfe/communicator/resources/locale/en-US/mac/jar.mn index 45546da2d065..e69de29bb2d1 100644 --- a/xpfe/communicator/resources/locale/en-US/mac/jar.mn +++ b/xpfe/communicator/resources/locale/en-US/mac/jar.mn @@ -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) diff --git a/xpfe/communicator/resources/locale/en-US/unix/Makefile.in b/xpfe/communicator/resources/locale/en-US/unix/Makefile.in index 0454a29541ec..e69de29bb2d1 100644 --- a/xpfe/communicator/resources/locale/en-US/unix/Makefile.in +++ b/xpfe/communicator/resources/locale/en-US/unix/Makefile.in @@ -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 - - diff --git a/xpfe/communicator/resources/locale/en-US/unix/jar.mn b/xpfe/communicator/resources/locale/en-US/unix/jar.mn index 11ffa82c53f9..e69de29bb2d1 100644 --- a/xpfe/communicator/resources/locale/en-US/unix/jar.mn +++ b/xpfe/communicator/resources/locale/en-US/unix/jar.mn @@ -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) diff --git a/xpfe/communicator/resources/locale/en-US/win/Makefile.in b/xpfe/communicator/resources/locale/en-US/win/Makefile.in index 0454a29541ec..e69de29bb2d1 100644 --- a/xpfe/communicator/resources/locale/en-US/win/Makefile.in +++ b/xpfe/communicator/resources/locale/en-US/win/Makefile.in @@ -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 - - diff --git a/xpfe/communicator/resources/locale/en-US/win/jar.mn b/xpfe/communicator/resources/locale/en-US/win/jar.mn index 43405d80ec82..e69de29bb2d1 100644 --- a/xpfe/communicator/resources/locale/en-US/win/jar.mn +++ b/xpfe/communicator/resources/locale/en-US/win/jar.mn @@ -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) diff --git a/xpfe/components/jar.mn b/xpfe/components/jar.mn index 5d9de9cdf98f..0fb4dfa8f45a 100644 --- a/xpfe/components/jar.mn +++ b/xpfe/components/jar.mn @@ -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) diff --git a/xpfe/components/winhooks/jar.mn b/xpfe/components/winhooks/jar.mn index 4c4e4066a210..f57168f4f69d 100644 --- a/xpfe/components/winhooks/jar.mn +++ b/xpfe/components/winhooks/jar.mn @@ -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) diff --git a/xpfe/global/jar.mn b/xpfe/global/jar.mn index 38755712555a..d8e99d0a3acd 100644 --- a/xpfe/global/jar.mn +++ b/xpfe/global/jar.mn @@ -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) + diff --git a/xpfe/global/resources/locale/en-US/Makefile.in b/xpfe/global/resources/locale/en-US/Makefile.in index 81e12b15b02c..a70700653a41 100644 --- a/xpfe/global/resources/locale/en-US/Makefile.in +++ b/xpfe/global/resources/locale/en-US/Makefile.in @@ -26,7 +26,5 @@ VPATH = @srcdir@ include $(DEPTH)/config/autoconf.mk -DIRS = unix win mac - include $(topsrcdir)/config/rules.mk diff --git a/xpfe/global/resources/locale/en-US/mac/Makefile.in b/xpfe/global/resources/locale/en-US/mac/Makefile.in index 5bee27c0652d..e69de29bb2d1 100644 --- a/xpfe/global/resources/locale/en-US/mac/Makefile.in +++ b/xpfe/global/resources/locale/en-US/mac/Makefile.in @@ -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 diff --git a/xpfe/global/resources/locale/en-US/mac/jar.mn b/xpfe/global/resources/locale/en-US/mac/jar.mn index bc55be8ec85f..e69de29bb2d1 100644 --- a/xpfe/global/resources/locale/en-US/mac/jar.mn +++ b/xpfe/global/resources/locale/en-US/mac/jar.mn @@ -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 diff --git a/xpfe/global/resources/locale/en-US/unix/Makefile.in b/xpfe/global/resources/locale/en-US/unix/Makefile.in index 6742623d878f..e69de29bb2d1 100644 --- a/xpfe/global/resources/locale/en-US/unix/Makefile.in +++ b/xpfe/global/resources/locale/en-US/unix/Makefile.in @@ -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 -# - -DEPTH = ../../../../../.. -topsrcdir = @top_srcdir@ -srcdir = @srcdir@ -VPATH = @srcdir@ - -include $(DEPTH)/config/autoconf.mk - -NO_JAR_AUTO_REG=1 - -include $(topsrcdir)/config/rules.mk - diff --git a/xpfe/global/resources/locale/en-US/unix/jar.mn b/xpfe/global/resources/locale/en-US/unix/jar.mn index 585ed033536d..e69de29bb2d1 100644 --- a/xpfe/global/resources/locale/en-US/unix/jar.mn +++ b/xpfe/global/resources/locale/en-US/unix/jar.mn @@ -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 diff --git a/xpfe/global/resources/locale/en-US/win/Makefile.in b/xpfe/global/resources/locale/en-US/win/Makefile.in index 5bee27c0652d..e69de29bb2d1 100644 --- a/xpfe/global/resources/locale/en-US/win/Makefile.in +++ b/xpfe/global/resources/locale/en-US/win/Makefile.in @@ -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 diff --git a/xpfe/global/resources/locale/en-US/win/jar.mn b/xpfe/global/resources/locale/en-US/win/jar.mn index ae0efcdf1756..e69de29bb2d1 100644 --- a/xpfe/global/resources/locale/en-US/win/jar.mn +++ b/xpfe/global/resources/locale/en-US/win/jar.mn @@ -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