bug 213228: new toolkit independence bug, part 8: finish forking global-platform.

The only files that are platform specific are platformKey.properties and platformKey-mac.properties. They are both packaged as platformKey.properties in en-win.jar, en-unix.jar and en-mac.jar.
This commit is contained in:
chanial%noos.fr 2003-08-17 16:10:53 +00:00
Родитель 8b2f711e8a
Коммит 580d63dcd0
6 изменённых файлов: 47 добавлений и 9 удалений

Просмотреть файл

@ -11,7 +11,7 @@
# for the specific language governing rights and limitations under the
# License.
#
# The Original Code is the Mozilla Browser code.
# The Original Code is mozilla.org build system.
#
# The Initial Developer of the Original Code is
# Netscape Communications Corporation.
@ -20,6 +20,7 @@
#
# Contributor(s):
# Brian Ryner <bryner@netscape.com>
# Pierre Chanial <chanial@noos.fr>
#
# Alternatively, the contents of this file may be used under the terms of
# either the GNU General Public License Version 2 or later (the "GPL"), or
@ -35,10 +36,10 @@
#
# ***** END LICENSE BLOCK *****
DEPTH = ..
DEPTH = ..
topsrcdir = @top_srcdir@
srcdir = @srcdir@
VPATH = @srcdir@
VPATH = @srcdir@
include $(DEPTH)/config/autoconf.mk

Просмотреть файл

@ -57,24 +57,37 @@ toolkit.jar:
+ content/global/nsUserSettings.js (obsolete/content/nsUserSettings.js)
en-US.jar:
+ locale/en-US/global/charset.dtd (locale/charset.dtd)
+ locale/en-US/global/finddialog.dtd (locale/finddialog.dtd)
+ locale/en-US/global/finddialog.properties (locale/finddialog.properties)
+ locale/en-US/global/about.xhtml (locale/about.xhtml)
+ locale/en-US/global/brand.dtd (locale/brand.dtd)
*+ locale/en-US/global/brand.properties (locale/brand.properties)
+ locale/en-US/global/about.xhtml (locale/about.xhtml)
+ locale/en-US/global/build.dtd (locale/build.dtd)
+ locale/en-US/global/charset.dtd (locale/charset.dtd)
+ locale/en-US/global/customizeToolbar.dtd (locale/customizeToolbar.dtd)
+ locale/en-US/global/customizeToolbar.properties (locale/customizeToolbar.properties)
+ locale/en-US/global/finddialog.dtd (locale/finddialog.dtd)
+ locale/en-US/global/finddialog.properties (locale/finddialog.properties)
+ locale/en-US/global/keys.properties (locale/keys.properties)
+ locale/en-US/global/dialog.properties (locale/widgets/dialog.properties)
+ locale/en-US/global/tabbrowser.properties (locale/widgets/tabbrowser.properties)
+ locale/en-US/global/tabbrowser.dtd (locale/widgets/tabbrowser.dtd)
+ locale/en-US/global/textcontext.dtd (locale/widgets/textcontext.dtd)
+ locale/en-US/global/wizard.properties (locale/widgets/wizard.properties)
+ locale/en-US/global/build.dtd (locale/build.dtd)
*+ locale/en-US/global/dialogOverlay.dtd (obsolete/locale/dialogOverlay.dtd)
+ locale/en-US/global/wizardManager.properties (obsolete/locale/wizardManager.properties)
+ locale/en-US/global/wizardOverlay.dtd (obsolete/locale/wizardOverlay.dtd)
+ locale/en-US/global/nsTreeSorting.properties (obsolete/locale/nsTreeSorting.properties)
classic.jar:
+ skin/classic/global/wizardOverlay.css (obsolete/skin/wizardOverlay.css)
+ skin/classic/global/wizardOverlay.css (obsolete/skin/wizardOverlay.css)
en-win.jar:
+ locale/en-US/global-platform/contents.rdf (locale/contents-platform.rdf)
+ locale/en-US/global-platform/platformKeys.properties (locale/platformKeys.properties)
en-unix.jar:
+ locale/en-US/global-platform/contents.rdf (locale/contents-platform.rdf)
+ locale/en-US/global-platform/platformKeys.properties (locale/platformKeys.properties)
en-mac.jar:
+ locale/en-US/global-platform/contents.rdf (locale/contents-platform.rdf)
+ locale/en-US/global-platform/platformKeys.properties (locale/platformKeys-mac.properties)

Просмотреть файл

@ -0,0 +1,24 @@
<?xml version="1.0"?>
<RDF:RDF xmlns:RDF="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:chrome="http://www.mozilla.org/rdf/chrome#">
<!-- list all the locale being supplied by this package -->
<RDF:Seq about="urn:mozilla:locale:root">
<RDF:li resource="urn:mozilla:locale:en-US"/>
</RDF:Seq>
<!-- locale information -->
<RDF:Description about="urn:mozilla:locale:en-US"
chrome:name="en-US">
<chrome:packages>
<RDF:Seq about="urn:mozilla:locale:en-US:packages">
<RDF:li resource="urn:mozilla:locale:en-US:global-platform"/>
</RDF:Seq>
</chrome:packages>
</RDF:Description>
<!-- Version Information. State that we work only with major version of this
package. -->
<RDF:Description about="urn:mozilla:locale:en-US:global-platform"
chrome:localeVersion="1.5a"/>
</RDF:RDF>

Просмотреть файл

Просмотреть файл

Просмотреть файл