mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-01-31 19:10:36 +00:00
bug 154927 - automate localeVersion updates based on milestone.txt - we'll now create all those files during compile time from .in files, r=leaf, sr=bz
This commit is contained in:
parent
b77e847473
commit
7b21e2d4eb
@ -57,6 +57,10 @@ if [ "$MOZ_COMPOSER" ]; then
|
||||
MAKEFILES_composer="
|
||||
editor/composer/Makefile
|
||||
editor/ui/Makefile
|
||||
editor/ui/composer/content/contents-region.rdf
|
||||
editor/ui/composer/content/contents.rdf
|
||||
editor/ui/composer/locale/en-US/contents-region.rdf
|
||||
editor/ui/composer/locale/en-US/contents.rdf
|
||||
"
|
||||
fi
|
||||
|
||||
@ -307,6 +311,7 @@ layout/html/document/src/Makefile
|
||||
layout/html/forms/Makefile
|
||||
layout/html/forms/public/Makefile
|
||||
layout/html/forms/src/Makefile
|
||||
layout/html/forms/resources/locale/en-US/contents.rdf
|
||||
layout/html/style/Makefile
|
||||
layout/html/style/src/Makefile
|
||||
layout/html/table/Makefile
|
||||
@ -433,6 +438,8 @@ netwerk/streamconv/test/Makefile
|
||||
netwerk/test/Makefile
|
||||
netwerk/testserver/Makefile
|
||||
netwerk/resources/Makefile
|
||||
netwerk/resources/content/contents.rdf
|
||||
netwerk/resources/locale/en-US/contents.rdf
|
||||
|
||||
uriloader/exthandler/Makefile
|
||||
intl/strres/public/Makefile
|
||||
@ -656,6 +663,9 @@ xpfe/components/directory/Makefile
|
||||
xpfe/components/download-manager/Makefile
|
||||
xpfe/components/download-manager/src/Makefile
|
||||
xpfe/components/download-manager/public/Makefile
|
||||
xpfe/components/download-manager/resources/mac/contents.rdf
|
||||
xpfe/components/download-manager/resources/win/contents.rdf
|
||||
xpfe/components/download-manager/resources/unix/contents.rdf
|
||||
xpfe/components/find/Makefile
|
||||
xpfe/components/find/public/Makefile
|
||||
xpfe/components/find/src/Makefile
|
||||
@ -672,8 +682,11 @@ xpfe/components/prefwindow/resources/content/unix/Makefile
|
||||
xpfe/components/prefwindow/resources/content/win/Makefile
|
||||
xpfe/components/prefwindow/resources/locale/Makefile
|
||||
xpfe/components/prefwindow/resources/locale/en-US/Makefile
|
||||
xpfe/components/prefwindow/resources/locale/en-US/mac/contents-platform.rdf
|
||||
xpfe/components/prefwindow/resources/locale/en-US/unix/Makefile
|
||||
xpfe/components/prefwindow/resources/locale/en-US/unix/contents-platform.rdf
|
||||
xpfe/components/prefwindow/resources/locale/en-US/win/Makefile
|
||||
xpfe/components/prefwindow/resources/locale/en-US/win/contents-platform.rdf
|
||||
xpfe/components/related/Makefile
|
||||
xpfe/components/related/src/Makefile
|
||||
xpfe/components/related/public/Makefile
|
||||
@ -687,6 +700,7 @@ xpfe/components/sidebar/src/Makefile
|
||||
xpfe/components/autocomplete/Makefile
|
||||
xpfe/components/autocomplete/public/Makefile
|
||||
xpfe/components/autocomplete/src/Makefile
|
||||
xpfe/components/autocomplete/resources/locale/en-US/contents.rdf
|
||||
xpfe/components/urlbarhistory/Makefile
|
||||
xpfe/components/urlbarhistory/public/Makefile
|
||||
xpfe/components/urlbarhistory/src/Makefile
|
||||
@ -711,29 +725,57 @@ xpfe/browser/Makefile
|
||||
xpfe/browser/src/Makefile
|
||||
xpfe/browser/resources/Makefile
|
||||
xpfe/browser/resources/content/Makefile
|
||||
xpfe/browser/resources/content/contents-region.rdf
|
||||
xpfe/browser/resources/content/contents.rdf
|
||||
xpfe/browser/resources/content/mac/contents-platform.rdf
|
||||
xpfe/browser/resources/content/unix/Makefile
|
||||
xpfe/browser/resources/content/unix/contents-platform.rdf
|
||||
xpfe/browser/resources/content/win/Makefile
|
||||
xpfe/browser/resources/content/win/contents-platform.rdf
|
||||
xpfe/browser/resources/locale/Makefile
|
||||
xpfe/browser/resources/locale/en-US/contents-region.rdf
|
||||
xpfe/browser/resources/locale/en-US/contents.rdf
|
||||
xpfe/browser/resources/locale/en-US/Makefile
|
||||
xpfe/browser/resources/locale/en-US/mac/contents-platform.rdf
|
||||
xpfe/browser/resources/locale/en-US/unix/Makefile
|
||||
xpfe/browser/resources/locale/en-US/unix/contents-platform.rdf
|
||||
xpfe/browser/resources/locale/en-US/win/contents-platform.rdf
|
||||
xpfe/global/Makefile
|
||||
xpfe/global/buildconfig.html
|
||||
xpfe/global/resources/Makefile
|
||||
xpfe/global/resources/content/Makefile
|
||||
xpfe/global/resources/content/contents-region.rdf
|
||||
xpfe/global/resources/content/contents-platform.rdf
|
||||
xpfe/global/resources/content/contents.rdf
|
||||
xpfe/global/resources/content/os2/Makefile
|
||||
xpfe/global/resources/content/unix/Makefile
|
||||
xpfe/global/resources/locale/Makefile
|
||||
xpfe/global/resources/locale/en-US/Makefile
|
||||
xpfe/global/resources/locale/en-US/contents-region.rdf
|
||||
xpfe/global/resources/locale/en-US/contents.rdf
|
||||
xpfe/global/resources/locale/en-US/brand.dtd
|
||||
xpfe/global/resources/locale/en-US/region.dtd
|
||||
xpfe/global/resources/locale/en-US/mac/Makefile
|
||||
xpfe/global/resources/locale/en-US/mac/contents-platform.rdf
|
||||
xpfe/global/resources/locale/en-US/os2/Makefile
|
||||
xpfe/global/resources/locale/en-US/os2/contents-platform.rdf
|
||||
xpfe/global/resources/locale/en-US/unix/Makefile
|
||||
xpfe/global/resources/locale/en-US/unix/contents-platform.rdf
|
||||
xpfe/global/resources/locale/en-US/win/Makefile
|
||||
xpfe/global/resources/locale/en-US/win/contents-platform.rdf
|
||||
xpfe/communicator/Makefile
|
||||
xpfe/communicator/resources/Makefile
|
||||
xpfe/communicator/resources/locale/Makefile
|
||||
xpfe/communicator/resources/locale/en-US/Makefile
|
||||
xpfe/communicator/resources/locale/en-US/contents-region.rdf
|
||||
xpfe/communicator/resources/locale/en-US/contents.rdf
|
||||
xpfe/communicator/resources/locale/en-US/mac/contents-platform.rdf
|
||||
xpfe/communicator/resources/locale/en-US/win/contents-platform.rdf
|
||||
xpfe/communicator/resources/locale/en-US/unix/contents-platform.rdf
|
||||
xpfe/communicator/resources/content/Makefile
|
||||
xpfe/communicator/resources/content/contents-region.rdf
|
||||
xpfe/communicator/resources/content/contents-platform.rdf
|
||||
xpfe/communicator/resources/content/contents.rdf
|
||||
xpfe/communicator/resources/content/unix/Makefile
|
||||
xpfe/communicator/resources/content/win/Makefile
|
||||
"
|
||||
@ -785,10 +827,14 @@ security/manager/ssl/Makefile
|
||||
security/manager/ssl/src/Makefile
|
||||
security/manager/ssl/resources/Makefile
|
||||
security/manager/ssl/public/Makefile
|
||||
security/manager/ssl/resources/content/contents.rdf
|
||||
security/manager/ssl/resources/locale/en-US/contents.rdf
|
||||
security/manager/pki/Makefile
|
||||
security/manager/pki/resources/Makefile
|
||||
security/manager/pki/src/Makefile
|
||||
security/manager/pki/public/Makefile
|
||||
security/manager/pki/resources/content/contents.rdf
|
||||
security/manager/pki/resources/locale/en-US/contents.rdf
|
||||
netwerk/protocol/http/public/Makefile
|
||||
netwerk/build/Makefile
|
||||
netwerk/base/public/Makefile
|
||||
@ -820,6 +866,8 @@ extensions/inspector/base/src/Makefile
|
||||
extensions/inspector/build/Makefile
|
||||
extensions/inspector/build/src/Makefile
|
||||
extensions/inspector/resources/Makefile
|
||||
extensions/inspector/resources/content/contents.rdf
|
||||
extensions/inspector/resources/locale/en-US/contents.rdf
|
||||
"
|
||||
|
||||
MAKEFILES_transformiix="
|
||||
@ -837,6 +885,7 @@ extensions/transformiix/source/xslt/Makefile
|
||||
extensions/transformiix/source/Makefile
|
||||
extensions/transformiix/Makefile
|
||||
extensions/transformiix/resources/Makefile
|
||||
extensions/transformiix/resources/buster/contents.rdf
|
||||
"
|
||||
|
||||
MAKEFILES_tridentprofile="
|
||||
@ -844,6 +893,8 @@ extensions/tridentprofile/Makefile
|
||||
extensions/tridentprofile/public/Makefile
|
||||
extensions/tridentprofile/resources/Makefile
|
||||
extensions/tridentprofile/src/Makefile
|
||||
extensions/tridentprofile/resources/content/contents.rdf
|
||||
extensions/tridentprofile/resources/locale/en-US/contents.rdf
|
||||
"
|
||||
|
||||
MAKEFILES_typeaheadfind="
|
||||
@ -1148,6 +1199,8 @@ if [ "$MOZ_LDAP_XPCOM" ]; then
|
||||
directory/xpcom/base/Makefile
|
||||
directory/xpcom/base/public/Makefile
|
||||
directory/xpcom/base/src/Makefile
|
||||
directory/xpcom/base/resources/content/contents.rdf
|
||||
directory/xpcom/base/resources/locale/en-US/contents.rdf
|
||||
"
|
||||
fi
|
||||
|
||||
@ -1178,10 +1231,14 @@ for extension in $MOZ_EXTENSIONS; do
|
||||
content-packs ) MAKEFILES_extensions="$MAKEFILES_extensions
|
||||
extensions/content-packs/Makefile
|
||||
extensions/content-packs/resources/Makefile
|
||||
extensions/content-packs/resources/content/contents.rdf
|
||||
extensions/content-packs/resources/locale/en-US/contents.rdf
|
||||
" ;;
|
||||
cookie ) MAKEFILES_extensions="$MAKEFILES_extensions
|
||||
extensions/cookie/Makefile
|
||||
extensions/cookie/tests/Makefile
|
||||
extensions/cookie/resources/content/contents.rdf
|
||||
extensions/cookie/resources/locale/en-US/contents.rdf
|
||||
" ;;
|
||||
cview ) MAKEFILES_extensions="$MAKEFILES_extensions
|
||||
extensions/cview/Makefile
|
||||
@ -1196,6 +1253,8 @@ for extension in $MOZ_EXTENSIONS; do
|
||||
help ) MAKEFILES_extensions="$MAKEFILES_extensions
|
||||
extensions/help/Makefile
|
||||
extensions/help/resources/Makefile
|
||||
extensions/help/resources/content/contents.rdf
|
||||
extensions/help/resources/locale/en-US/contents.rdf
|
||||
" ;;
|
||||
inspector ) MAKEFILES_extensions="$MAKEFILES_extensions
|
||||
$MAKEFILES_inspector"
|
||||
@ -1205,6 +1264,8 @@ for extension in $MOZ_EXTENSIONS; do
|
||||
;;
|
||||
irc ) MAKEFILES_extensions="$MAKEFILES_extensions
|
||||
extensions/irc/Makefile
|
||||
extensions/irc/xul/content/contents.rdf
|
||||
extensions/irc/xul/locale/en-US/contents.rdf
|
||||
" ;;
|
||||
layout-debug ) MAKEFILES_extensions="$MAKEFILES_extensions
|
||||
extensions/layout-debug/Makefile
|
||||
@ -1215,6 +1276,8 @@ for extension in $MOZ_EXTENSIONS; do
|
||||
extensions/p3p/Makefile
|
||||
extensions/p3p/public/Makefile
|
||||
extensions/p3p/src/Makefile
|
||||
extensions/p3p/resources/content/contents.rdf
|
||||
extensions/p3p/resources/locale/en-US/contents.rdf
|
||||
" ;;
|
||||
pics ) MAKEFILES_extensions="$MAKEFILES_extensions
|
||||
extensions/pics/Makefile
|
||||
@ -1228,6 +1291,8 @@ for extension in $MOZ_EXTENSIONS; do
|
||||
extensions/pref/autoconfig/public/Makefile
|
||||
extensions/pref/autoconfig/src/Makefile
|
||||
extensions/pref/autoconfig/resources/Makefile
|
||||
extensions/pref/autoconfig/resources/content/contents.rdf
|
||||
extensions/pref/autoconfig/resources/locale/en-US/contents.rdf
|
||||
" ;;
|
||||
spellcheck ) MAKEFILES_extensions="$MAKEFILES_extensions
|
||||
extensions/spellcheck/Makefile
|
||||
@ -1249,8 +1314,10 @@ for extension in $MOZ_EXTENSIONS; do
|
||||
" ;;
|
||||
venkman ) MAKEFILES_extensions="$MAKEFILES_extensions
|
||||
extensions/venkman/Makefile
|
||||
extensions/venkman/resources/Makefile"
|
||||
;;
|
||||
extensions/venkman/resources/Makefile
|
||||
extensions/venkman/resources/content/contents.rdf
|
||||
extensions/venkman/resources/locale/en-US/contents.rdf
|
||||
" ;;
|
||||
wallet ) MAKEFILES_extensions="$MAKEFILES_extensions
|
||||
extensions/wallet/Makefile
|
||||
extensions/wallet/public/Makefile
|
||||
@ -1259,6 +1326,8 @@ for extension in $MOZ_EXTENSIONS; do
|
||||
extensions/wallet/signonviewer/Makefile
|
||||
extensions/wallet/walletpreview/Makefile
|
||||
extensions/wallet/build/Makefile
|
||||
extensions/wallet/resources/content/contents.rdf
|
||||
extensions/wallet/resources/locale/en-US/contents.rdf
|
||||
" ;;
|
||||
webservices ) MAKEFILES_extensions="$MAKEFILES_extensions
|
||||
extensions/webservices/Makefile
|
||||
|
@ -12,7 +12,7 @@
|
||||
chrome:displayName="MozLDAP"
|
||||
chrome:author="mozilla.org"
|
||||
chrome:name="mozldap"
|
||||
chrome:localeVersion="1.5b">
|
||||
chrome:localeVersion="@MOZILLA_VERSION@">
|
||||
</RDF:Description>
|
||||
|
||||
</RDF:RDF>
|
@ -20,5 +20,5 @@
|
||||
<!-- Version Information. State that we work only with major version of this
|
||||
package. -->
|
||||
<RDF:Description about="urn:mozilla:locale:en-US:mozldap"
|
||||
chrome:localeVersion="1.5b"/>
|
||||
chrome:localeVersion="@MOZILLA_VERSION@"/>
|
||||
</RDF:RDF>
|
@ -11,7 +11,7 @@
|
||||
<RDF:Description about="urn:mozilla:package:editor-region"
|
||||
chrome:author="mozilla.org"
|
||||
chrome:name="editor-region"
|
||||
chrome:localeVersion="1.5b">
|
||||
chrome:localeVersion="@MOZILLA_VERSION@">
|
||||
</RDF:Description>
|
||||
|
||||
</RDF:RDF>
|
@ -12,7 +12,7 @@
|
||||
chrome:displayName="Editor"
|
||||
chrome:author="mozilla.org"
|
||||
chrome:name="editor"
|
||||
chrome:localeVersion="1.5b"
|
||||
chrome:localeVersion="@MOZILLA_VERSION@"
|
||||
chrome:skinVersion="1.5">
|
||||
</RDF:Description>
|
||||
|
@ -22,5 +22,5 @@
|
||||
<!-- Version Information. State that we work only with major version of this
|
||||
package. -->
|
||||
<RDF:Description about="urn:mozilla:locale:US:editor-region"
|
||||
chrome:localeVersion="1.5b"/>
|
||||
chrome:localeVersion="@MOZILLA_VERSION@"/>
|
||||
</RDF:RDF>
|
@ -19,5 +19,5 @@
|
||||
<!-- Version Information. State that we work only with major version of this
|
||||
package. -->
|
||||
<RDF:Description about="urn:mozilla:locale:en-US:editor"
|
||||
chrome:localeVersion="1.5b"/>
|
||||
chrome:localeVersion="@MOZILLA_VERSION@"/>
|
||||
</RDF:RDF>
|
@ -12,7 +12,7 @@
|
||||
chrome:displayName="Content Pack Switching"
|
||||
chrome:author="mozilla.org"
|
||||
chrome:name="content-packs"
|
||||
chrome:localeVersion="1.5b">
|
||||
chrome:localeVersion="@MOZILLA_VERSION@">
|
||||
</RDF:Description>
|
||||
|
||||
<!-- overlay information -->
|
@ -22,7 +22,7 @@
|
||||
<!-- Version Information. State that we work only with major version of this
|
||||
package. -->
|
||||
<RDF:Description about="urn:mozilla:locale:en-US:content-packs"
|
||||
chrome:localeVersion="1.5b"/>
|
||||
chrome:localeVersion="@MOZILLA_VERSION@"/>
|
||||
</RDF:RDF>
|
||||
|
||||
|
@ -12,7 +12,7 @@
|
||||
chrome:displayName="Cookie Manager"
|
||||
chrome:author="mozilla.org"
|
||||
chrome:name="cookie"
|
||||
chrome:localeVersion="1.5b">
|
||||
chrome:localeVersion="@MOZILLA_VERSION@">
|
||||
</RDF:Description>
|
||||
|
||||
<!-- overlay information -->
|
@ -1,26 +0,0 @@
|
||||
<?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 packages being supplied by this jar -->
|
||||
<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:displayName="English (US)"
|
||||
chrome:author="mozilla.org"
|
||||
chrome:name="en-US">
|
||||
<chrome:packages>
|
||||
<RDF:Seq about="urn:mozilla:locale:en-US:packages">
|
||||
<RDF:li resource="urn:mozilla:locale:en-US:cookie"/>
|
||||
</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:cookie"
|
||||
chrome:localeVersion="1.5b"/>
|
||||
</RDF:RDF>
|
@ -22,5 +22,5 @@
|
||||
<!-- Version Information. State that we work only with major version of this
|
||||
package. -->
|
||||
<RDF:Description about="urn:mozilla:locale:en-US:cookie"
|
||||
chrome:localeVersion="1.5b"/>
|
||||
chrome:localeVersion="@MOZILLA_VERSION@"/>
|
||||
</RDF:RDF>
|
@ -10,7 +10,7 @@
|
||||
chrome:displayName="Mozilla Help Viewer"
|
||||
chrome:author="netscape.com"
|
||||
chrome:name="help"
|
||||
chrome:localeVersion="1.5b">
|
||||
chrome:localeVersion="@MOZILLA_VERSION@">
|
||||
</RDF:Description>
|
||||
|
||||
<!-- Declare overlay points used in this package -->
|
@ -19,5 +19,5 @@
|
||||
<!-- Version Information. State that we work only with major version of this
|
||||
package. -->
|
||||
<RDF:Description about="urn:mozilla:locale:en-US:help"
|
||||
chrome:localeVersion="1.5b"/>
|
||||
chrome:localeVersion="@MOZILLA_VERSION@"/>
|
||||
</RDF:RDF>
|
@ -12,7 +12,7 @@
|
||||
chrome:displayName="Document Inspector"
|
||||
chrome:author="Joe Hewitt"
|
||||
chrome:name="inspector"
|
||||
chrome:localeVersion="1.5b"
|
||||
chrome:localeVersion="@MOZILLA_VERSION@"
|
||||
chrome:skinVersion="1.5">
|
||||
</RDF:Description>
|
||||
|
@ -17,5 +17,5 @@
|
||||
</RDF:Description>
|
||||
|
||||
<RDF:Description about="urn:mozilla:locale:en-US:inspector"
|
||||
chrome:localeVersion="1.5b"/>
|
||||
chrome:localeVersion="@MOZILLA_VERSION@"/>
|
||||
</RDF:RDF>
|
@ -11,7 +11,7 @@
|
||||
<RDF:Description about="urn:mozilla:package:chatzilla"
|
||||
chrome:displayName="Chatzilla"
|
||||
chrome:author="mozilla.org"
|
||||
chrome:localeVersion="1.4"
|
||||
chrome:localeVersion="@MOZILLA_VERSION@"
|
||||
chrome:name="chatzilla">
|
||||
</RDF:Description>
|
||||
|
@ -23,6 +23,6 @@
|
||||
<!-- Version Information. State that we work only with major version of this
|
||||
package. -->
|
||||
<RDF:Description about="urn:mozilla:locale:en-US:chatzilla"
|
||||
chrome:localeVersion="1.4"/>
|
||||
chrome:localeVersion="@MOZILLA_VERSION@"/>
|
||||
|
||||
</RDF:RDF>
|
@ -46,7 +46,7 @@
|
||||
chrome:displayName="Platform for Privacy Preferences Project"
|
||||
chrome:author="Netscape Communications Corporation"
|
||||
chrome:name="p3p"
|
||||
chrome:localeVersion="1.5b">
|
||||
chrome:localeVersion="@MOZILLA_VERSION@">
|
||||
</RDF:Description>
|
||||
|
||||
<RDF:Seq about="urn:mozilla:overlays">
|
@ -53,7 +53,7 @@
|
||||
</RDF:Description>
|
||||
|
||||
<RDF:Description about="urn:mozilla:locale:en-US:p3p"
|
||||
chrome:localeVersion="1.5b"/>
|
||||
chrome:localeVersion="@MOZILLA_VERSION@"/>
|
||||
|
||||
</RDF:RDF>
|
||||
|
@ -12,7 +12,7 @@
|
||||
chrome:displayName="AutoConfig"
|
||||
chrome:author="mozilla.org"
|
||||
chrome:name="autoconfig"
|
||||
chrome:localeVersion="1.5b">
|
||||
chrome:localeVersion="@MOZILLA_VERSION@">
|
||||
</RDF:Description>
|
||||
|
||||
</RDF:RDF>
|
@ -19,5 +19,5 @@
|
||||
<!-- Version Information. State that we work only with major version of this
|
||||
package. -->
|
||||
<RDF:Description about="urn:mozilla:locale:en-US:autoconfig"
|
||||
chrome:localeVersion="1.5b"/>
|
||||
chrome:localeVersion="@MOZILLA_VERSION@"/>
|
||||
</RDF:RDF>
|
@ -12,7 +12,7 @@
|
||||
chrome:displayName="XSLT QA Tools"
|
||||
chrome:author="mozilla.org"
|
||||
chrome:name="xslt-qa"
|
||||
chrome:localeVersion="1.5b"
|
||||
chrome:localeVersion="@MOZILLA_VERSION@"
|
||||
chrome:skinVersion="1.5">
|
||||
</RDF:Description>
|
||||
|
@ -12,7 +12,7 @@
|
||||
chrome:displayName="Profile Migrator"
|
||||
chrome:author="mozilla.org"
|
||||
chrome:name="profile"
|
||||
chrome:localeVersion="1.5b">
|
||||
chrome:localeVersion="@MOZILLA_VERSION@">
|
||||
</RDF:Description>
|
||||
|
||||
<!-- overlay information -->
|
@ -19,5 +19,5 @@
|
||||
<!-- Version Information. State that we work only with major version of this
|
||||
package. -->
|
||||
<RDF:Description about="urn:mozilla:locale:en-US:tridentprofile"
|
||||
chrome:localeVersion="1.5b"/>
|
||||
chrome:localeVersion="@MOZILLA_VERSION@"/>
|
||||
</RDF:RDF>
|
@ -48,7 +48,7 @@
|
||||
<RDF:Description about="urn:mozilla:package:venkman"
|
||||
chrome:displayName="JavaScript Debugger"
|
||||
chrome:author="mozilla.org"
|
||||
chrome:localeVersion="1.5b"
|
||||
chrome:localeVersion="@MOZILLA_VERSION@"
|
||||
chrome:name="venkman">
|
||||
</RDF:Description>
|
||||
|
@ -60,6 +60,6 @@
|
||||
<!-- Version Information. State that we work only with major version of this
|
||||
package. -->
|
||||
<RDF:Description about="urn:mozilla:locale:en-US:venkman"
|
||||
chrome:localeVersion="1.5b"/>
|
||||
chrome:localeVersion="@MOZILLA_VERSION@"/>
|
||||
|
||||
</RDF:RDF>
|
@ -12,7 +12,7 @@
|
||||
chrome:displayName="Form Manager"
|
||||
chrome:author="mozilla.org"
|
||||
chrome:name="wallet"
|
||||
chrome:localeVersion="1.5b">
|
||||
chrome:localeVersion="@MOZILLA_VERSION@">
|
||||
</RDF:Description>
|
||||
|
||||
<!-- overlay information -->
|
@ -22,5 +22,5 @@
|
||||
<!-- Version Information. State that we work only with major version of this
|
||||
package. -->
|
||||
<RDF:Description about="urn:mozilla:locale:en-US:wallet"
|
||||
chrome:localeVersion="1.5b"/>
|
||||
chrome:localeVersion="@MOZILLA_VERSION@"/>
|
||||
</RDF:RDF>
|
@ -1,61 +0,0 @@
|
||||
<?xml version="1.0"?>
|
||||
<!-- ***** BEGIN LICENSE BLOCK *****
|
||||
- Version: MPL 1.1/GPL 2.0/LGPL 2.1
|
||||
-
|
||||
- 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 the Initial Developer are Copyright (C) 2001
|
||||
- the Initial Developer. All Rights Reserved.
|
||||
-
|
||||
- Contributor(s):
|
||||
- Brian Ryner <bryner@brianryner.com>
|
||||
-
|
||||
- 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
|
||||
- the GNU Lesser General Public License Version 2.1 or later (the "LGPL"),
|
||||
- in which case the provisions of the GPL or the LGPL are applicable instead
|
||||
- of those above. If you wish to allow use of your version of this file only
|
||||
- under the terms of either the GPL or the LGPL, and not to allow others to
|
||||
- use your version of this file under the terms of the MPL, indicate your
|
||||
- decision by deleting the provisions above and replace them with the notice
|
||||
- and other provisions required by the LGPL or the GPL. If you do not delete
|
||||
- the provisions above, a recipient may use your version of this file under
|
||||
- the terms of any one of the MPL, the GPL or the LGPL.
|
||||
-
|
||||
- ***** END LICENSE BLOCK ***** -->
|
||||
|
||||
<RDF:RDF xmlns:RDF="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
|
||||
xmlns:chrome="http://www.mozilla.org/rdf/chrome#">
|
||||
|
||||
<RDF:Seq about="urn:mozilla:locale:root">
|
||||
<RDF:li resource="urn:mozilla:locale:en-US"/>
|
||||
</RDF:Seq>
|
||||
|
||||
<RDF:Description about="urn:mozilla:locale:en-US"
|
||||
chrome:displayName="English(US)"
|
||||
chrome:author="mozilla.org"
|
||||
chrome:name="en-US">
|
||||
<chrome:packages>
|
||||
<RDF:Seq about="urn:mozilla:locale:en-US:packages">
|
||||
<RDF:li resource="urn:mozilla:locale:en-US:forms"/>
|
||||
</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:forms"
|
||||
chrome:localeVersion="1.5b"/>
|
||||
</RDF:RDF>
|
@ -57,5 +57,5 @@
|
||||
<!-- Version Information. State that we work only with major version of this
|
||||
package. -->
|
||||
<RDF:Description about="urn:mozilla:locale:en-US:forms"
|
||||
chrome:localeVersion="1.5b"/>
|
||||
chrome:localeVersion="@MOZILLA_VERSION@"/>
|
||||
</RDF:RDF>
|
@ -11,7 +11,7 @@
|
||||
<RDF:Description about="urn:mozilla:package:messenger-region"
|
||||
chrome:author="mozilla.org"
|
||||
chrome:name="messenger-region"
|
||||
chrome:localeVersion="1.5b">
|
||||
chrome:localeVersion="@MOZILLA_VERSION@">
|
||||
</RDF:Description>
|
||||
|
||||
</RDF:RDF>
|
@ -13,7 +13,7 @@
|
||||
chrome:displayName="Messenger"
|
||||
chrome:author="mozilla.org"
|
||||
chrome:name="messenger"
|
||||
chrome:localeVersion="1.5b"
|
||||
chrome:localeVersion="@MOZILLA_VERSION@"
|
||||
chrome:skinVersion="1.5">
|
||||
</RDF:Description>
|
||||
|
@ -22,5 +22,5 @@
|
||||
<!-- Version Information. State that we work only with major version of this
|
||||
package. -->
|
||||
<RDF:Description about="urn:mozilla:locale:US:messenger-region"
|
||||
chrome:localeVersion="1.5b"/>
|
||||
chrome:localeVersion="@MOZILLA_VERSION@"/>
|
||||
</RDF:RDF>
|
@ -19,5 +19,5 @@
|
||||
<!-- Version Information. State that we work only with major version of this
|
||||
package. -->
|
||||
<RDF:Description about="urn:mozilla:locale:en-US:messenger"
|
||||
chrome:localeVersion="1.5b"/>
|
||||
chrome:localeVersion="@MOZILLA_VERSION@"/>
|
||||
</RDF:RDF>
|
@ -13,7 +13,7 @@
|
||||
chrome:displayName="Messenger"
|
||||
chrome:author="mozilla.org"
|
||||
chrome:name="messenger-views"
|
||||
chrome:localeVersion="1.5b"
|
||||
chrome:localeVersion="@MOZILLA_VERSION@"
|
||||
chrome:skinVersion="1.5">
|
||||
</RDF:Description>
|
||||
|
@ -13,7 +13,7 @@
|
||||
chrome:displayName="Messenger"
|
||||
chrome:author="mozilla.org"
|
||||
chrome:name="messenger-mdn"
|
||||
chrome:localeVersion="1.5b"
|
||||
chrome:localeVersion="@MOZILLA_VERSION@"
|
||||
chrome:skinVersion="1.5">
|
||||
</RDF:Description>
|
||||
|
@ -19,5 +19,5 @@
|
||||
<!-- Version Information. State that we work only with major version of this
|
||||
package. -->
|
||||
<RDF:Description about="urn:mozilla:locale:en-US:messenger-mdn"
|
||||
chrome:localeVersion="1.5b"/>
|
||||
chrome:localeVersion="@MOZILLA_VERSION@"/>
|
||||
</RDF:RDF>
|
@ -13,7 +13,7 @@
|
||||
chrome:displayName="Messenger"
|
||||
chrome:author="mozilla.org"
|
||||
chrome:name="messenger-smime"
|
||||
chrome:localeVersion="1.5b"
|
||||
chrome:localeVersion="@MOZILLA_VERSION@"
|
||||
chrome:skinVersion="1.5">
|
||||
</RDF:Description>
|
||||
|
@ -19,5 +19,5 @@
|
||||
<!-- Version Information. State that we work only with major version of this
|
||||
package. -->
|
||||
<RDF:Description about="urn:mozilla:locale:en-US:messenger-smime"
|
||||
chrome:localeVersion="1.5b"/>
|
||||
chrome:localeVersion="@MOZILLA_VERSION@"/>
|
||||
</RDF:RDF>
|
@ -13,7 +13,7 @@
|
||||
chrome:displayName="Messenger"
|
||||
chrome:author="mozilla.org"
|
||||
chrome:name="messenger-smoketest"
|
||||
chrome:localeVersion="1.5b"
|
||||
chrome:localeVersion="@MOZILLA_VERSION@"
|
||||
chrome:skinVersion="1.5">
|
||||
</RDF:Description>
|
||||
|
@ -14,6 +14,10 @@ mailnews/base/search/src/Makefile
|
||||
mailnews/base/resources/Makefile
|
||||
mailnews/base/resources/content/Makefile
|
||||
mailnews/base/resources/content/unix/Makefile
|
||||
mailnews/base/resources/content/contents-region.rdf
|
||||
mailnews/base/resources/content/contents.rdf
|
||||
mailnews/base/resources/locale/en-US/contents-region.rdf
|
||||
mailnews/base/resources/locale/en-US/contents.rdf
|
||||
mailnews/build/Makefile
|
||||
mailnews/db/Makefile
|
||||
mailnews/db/msgdb/Makefile
|
||||
@ -66,11 +70,16 @@ mailnews/extensions/smime/Makefile
|
||||
mailnews/extensions/smime/build/Makefile
|
||||
mailnews/extensions/smime/src/Makefile
|
||||
mailnews/extensions/smime/public/Makefile
|
||||
mailnews/extensions/smime/resources/content/contents.rdf
|
||||
mailnews/extensions/smime/resources/locale/en-US/contents.rdf
|
||||
mailnews/extensions/smoketest/Makefile
|
||||
mailnews/extensions/smoketest/resources/Makefile
|
||||
mailnews/extensions/smoketest/resources/content/Makefile
|
||||
mailnews/extensions/smoketest/resources/content/contents.rdf
|
||||
mailnews/extensions/mdn/Makefile
|
||||
mailnews/extensions/mdn/src/Makefile
|
||||
mailnews/extensions/mdn/resources/content/contents.rdf
|
||||
mailnews/extensions/mdn/resources/locale/en-US/contents.rdf
|
||||
mailnews/extensions/bayesian-spam-filter/Makefile
|
||||
mailnews/extensions/bayesian-spam-filter/src/Makefile
|
||||
mailnews/extensions/bayesian-spam-filter/build/Makefile
|
||||
@ -80,8 +89,11 @@ mailnews/extensions/mailviews/src/Makefile
|
||||
mailnews/extensions/mailviews/build/Makefile
|
||||
mailnews/extensions/mailviews/resources/Makefile
|
||||
mailnews/extensions/mailviews/resources/content/Makefile
|
||||
mailnews/extensions/mailviews/resources/content/contents.rdf
|
||||
mailnews/mapi/Makefile
|
||||
mailnews/mapi/resources/content/Makefile
|
||||
mailnews/mapi/resources/content/contents.rdf
|
||||
mailnews/mapi/resources/locale/en-US/contents.rdf
|
||||
mailnews/mapi/resources/locale/en-US/Makefile
|
||||
mailnews/mapi/resources/locale/Makefile
|
||||
mailnews/mapi/resources/Makefile
|
||||
|
@ -13,7 +13,7 @@
|
||||
chrome:displayName="Messenger"
|
||||
chrome:author="mozilla.org"
|
||||
chrome:name="messenger-mapi"
|
||||
chrome:localeVersion="1.5b"
|
||||
chrome:localeVersion="@MOZILLA_VERSION@"
|
||||
chrome:skinVersion="1.5">
|
||||
</RDF:Description>
|
||||
|
@ -1,4 +1,4 @@
|
||||
messenger.jar:
|
||||
content/messenger-mapi/pref-mailnewsOverlay.xul
|
||||
content/messenger-mapi/pref-mailnewsOverlay.js
|
||||
content/messenger-mapi/contents.rdf
|
||||
content/messenger-mapi/pref-mailnewsOverlay.xul (pref-mailnewsOverlay.xul)
|
||||
content/messenger-mapi/pref-mailnewsOverlay.js (pref-mailnewsOverlay.js)
|
||||
content/messenger-mapi/contents.rdf (contents.rdf)
|
||||
|
@ -19,5 +19,5 @@
|
||||
<!-- Version Information. State that we work only with major version of this
|
||||
package. -->
|
||||
<RDF:Description about="urn:mozilla:locale:en-US:messenger-mapi"
|
||||
chrome:localeVersion="1.5b"/>
|
||||
chrome:localeVersion="@MOZILLA_VERSION@"/>
|
||||
</RDF:RDF>
|
@ -12,7 +12,7 @@
|
||||
chrome:displayName="Necko"
|
||||
chrome:author="mozilla.org"
|
||||
chrome:name="necko"
|
||||
chrome:localeVersion="1.5b">
|
||||
chrome:localeVersion="@MOZILLA_VERSION@">
|
||||
</RDF:Description>
|
||||
|
||||
</RDF:RDF>
|
@ -19,5 +19,5 @@
|
||||
<!-- Version Information. State that we work only with major version of this
|
||||
package. -->
|
||||
<RDF:Description about="urn:mozilla:locale:en-US:necko"
|
||||
chrome:localeVersion="1.5b"/>
|
||||
chrome:localeVersion="@MOZILLA_VERSION@"/>
|
||||
</RDF:RDF>
|
@ -34,7 +34,7 @@
|
||||
chrome:displayName="pippki"
|
||||
chrome:author="PSM Team"
|
||||
chrome:name="pippki"
|
||||
chrome:localeVersion="1.5b">
|
||||
chrome:localeVersion="@MOZILLA_VERSION@">
|
||||
</RDF:Description>
|
||||
|
||||
<!-- Declare overlay points used in this package -->
|
@ -44,5 +44,5 @@
|
||||
<!-- Version Information. State that we work only with major version of this
|
||||
package. -->
|
||||
<RDF:Description about="urn:mozilla:locale:en-US:pippki"
|
||||
chrome:localeVersion="1.5b"/>
|
||||
chrome:localeVersion="@MOZILLA_VERSION@"/>
|
||||
</RDF:RDF>
|
@ -12,7 +12,7 @@
|
||||
chrome:displayName="pipnss"
|
||||
chrome:author="PSM Team"
|
||||
chrome:name="pipnss"
|
||||
chrome:localeVersion="1.5b">
|
||||
chrome:localeVersion="@MOZILLA_VERSION@">
|
||||
</RDF:Description>
|
||||
</RDF:RDF>
|
||||
|
@ -22,5 +22,5 @@
|
||||
<!-- Version Information. State that we work only with major version of this
|
||||
package. -->
|
||||
<RDF:Description about="urn:mozilla:locale:en-US:pipnss"
|
||||
chrome:localeVersion="1.5b"/>
|
||||
chrome:localeVersion="@MOZILLA_VERSION@"/>
|
||||
</RDF:RDF>
|
@ -11,7 +11,7 @@
|
||||
<RDF:Description about="urn:mozilla:package:navigator-region"
|
||||
chrome:author="mozilla.org"
|
||||
chrome:name="navigator-region"
|
||||
chrome:localeVersion="1.5b">
|
||||
chrome:localeVersion="@MOZILLA_VERSION@">
|
||||
</RDF:Description>
|
||||
|
||||
</RDF:RDF>
|
@ -12,7 +12,7 @@
|
||||
chrome:displayName="Navigator"
|
||||
chrome:author="mozilla.org"
|
||||
chrome:name="navigator"
|
||||
chrome:localeVersion="1.5b"
|
||||
chrome:localeVersion="@MOZILLA_VERSION@"
|
||||
chrome:skinVersion="1.5">
|
||||
</RDF:Description>
|
||||
|
@ -12,6 +12,6 @@
|
||||
chrome:displayName="Mac Specific Resources"
|
||||
chrome:author="mozilla.org"
|
||||
chrome:name="navigator-platform"
|
||||
chrome:localeVersion="1.5b">
|
||||
chrome:localeVersion="@MOZILLA_VERSION@">
|
||||
</RDF:Description>
|
||||
</RDF:RDF>
|
@ -12,6 +12,6 @@
|
||||
chrome:displayName="UNIX Bindings"
|
||||
chrome:author="mozilla.org"
|
||||
chrome:name="navigator-platform"
|
||||
chrome:localeVersion="1.5b">
|
||||
chrome:localeVersion="@MOZILLA_VERSION@">
|
||||
</RDF:Description>
|
||||
</RDF:RDF>
|
@ -12,6 +12,6 @@
|
||||
chrome:displayName="Windows Specific Resources"
|
||||
chrome:author="mozilla.org"
|
||||
chrome:name="navigator-platform"
|
||||
chrome:localeVersion="1.5b">
|
||||
chrome:localeVersion="@MOZILLA_VERSION@">
|
||||
</RDF:Description>
|
||||
</RDF:RDF>
|
@ -22,5 +22,5 @@
|
||||
<!-- Version Information. State that we work only with major version of this
|
||||
package. -->
|
||||
<RDF:Description about="urn:mozilla:locale:US:navigator-region"
|
||||
chrome:localeVersion="1.5b"/>
|
||||
chrome:localeVersion="@MOZILLA_VERSION@"/>
|
||||
</RDF:RDF>
|
@ -19,5 +19,5 @@
|
||||
<!-- Version Information. State that we work only with major version of this
|
||||
package. -->
|
||||
<RDF:Description about="urn:mozilla:locale:en-US:navigator"
|
||||
chrome:localeVersion="1.5b"/>
|
||||
chrome:localeVersion="@MOZILLA_VERSION@"/>
|
||||
</RDF:RDF>
|
@ -22,5 +22,5 @@
|
||||
<!-- Version Information. State that we work only with major version of this
|
||||
package. -->
|
||||
<RDF:Description about="urn:mozilla:locale:en-US:navigator-platform"
|
||||
chrome:localeVersion="1.5b"/>
|
||||
chrome:localeVersion="@MOZILLA_VERSION@"/>
|
||||
</RDF:RDF>
|
@ -22,5 +22,5 @@
|
||||
<!-- Version Information. State that we work only with major version of this
|
||||
package. -->
|
||||
<RDF:Description about="urn:mozilla:locale:en-US:navigator-platform"
|
||||
chrome:localeVersion="1.5b"/>
|
||||
chrome:localeVersion="@MOZILLA_VERSION@"/>
|
||||
</RDF:RDF>
|
@ -22,5 +22,5 @@
|
||||
<!-- Version Information. State that we work only with major version of this
|
||||
package. -->
|
||||
<RDF:Description about="urn:mozilla:locale:en-US:navigator-platform"
|
||||
chrome:localeVersion="1.5b"/>
|
||||
chrome:localeVersion="@MOZILLA_VERSION@"/>
|
||||
</RDF:RDF>
|
@ -12,6 +12,6 @@
|
||||
chrome:displayName="Platform Specific Bindings"
|
||||
chrome:author="mozilla.org"
|
||||
chrome:name="communicator-platform"
|
||||
chrome:localeVersion="1.5b">
|
||||
chrome:localeVersion="@MOZILLA_VERSION@">
|
||||
</RDF:Description>
|
||||
</RDF:RDF>
|
@ -11,7 +11,7 @@
|
||||
<RDF:Description about="urn:mozilla:package:communicator-region"
|
||||
chrome:author="mozilla.org"
|
||||
chrome:name="communicator-region"
|
||||
chrome:localeVersion="1.5b">
|
||||
chrome:localeVersion="@MOZILLA_VERSION@">
|
||||
</RDF:Description>
|
||||
|
||||
</RDF:RDF>
|
@ -12,7 +12,7 @@
|
||||
chrome:displayName="Communicator Shared"
|
||||
chrome:author="mozilla.org"
|
||||
chrome:name="communicator"
|
||||
chrome:localeVersion="1.5b"
|
||||
chrome:localeVersion="@MOZILLA_VERSION@"
|
||||
chrome:skinVersion="1.5">
|
||||
</RDF:Description>
|
||||
|
@ -22,5 +22,5 @@
|
||||
<!-- Version Information. State that we work only with major version of this
|
||||
package. -->
|
||||
<RDF:Description about="urn:mozilla:locale:US:communicator-region"
|
||||
chrome:localeVersion="1.5b"/>
|
||||
chrome:localeVersion="@MOZILLA_VERSION@"/>
|
||||
</RDF:RDF>
|
@ -19,5 +19,5 @@
|
||||
<!-- Version Information. State that we work only with major version of this
|
||||
package. -->
|
||||
<RDF:Description about="urn:mozilla:locale:en-US:communicator"
|
||||
chrome:localeVersion="1.5b"/>
|
||||
chrome:localeVersion="@MOZILLA_VERSION@"/>
|
||||
</RDF:RDF>
|
@ -20,5 +20,5 @@
|
||||
<!-- Version Information. State that we work only with major version of this
|
||||
package. -->
|
||||
<RDF:Description about="urn:mozilla:locale:en-US:communicator-platform"
|
||||
chrome:localeVersion="1.5b"/>
|
||||
chrome:localeVersion="@MOZILLA_VERSION@"/>
|
||||
</RDF:RDF>
|
@ -20,5 +20,5 @@
|
||||
<!-- Version Information. State that we work only with major version of this
|
||||
package. -->
|
||||
<RDF:Description about="urn:mozilla:locale:en-US:communicator-platform"
|
||||
chrome:localeVersion="1.5b"/>
|
||||
chrome:localeVersion="@MOZILLA_VERSION@"/>
|
||||
</RDF:RDF>
|
@ -20,5 +20,5 @@
|
||||
<!-- Version Information. State that we work only with major version of this
|
||||
package. -->
|
||||
<RDF:Description about="urn:mozilla:locale:en-US:communicator-platform"
|
||||
chrome:localeVersion="1.5b"/>
|
||||
chrome:localeVersion="@MOZILLA_VERSION@"/>
|
||||
</RDF:RDF>
|
@ -55,5 +55,5 @@
|
||||
<!-- Version Information. State that we work only with major version of this
|
||||
package. -->
|
||||
<RDF:Description about="urn:mozilla:locale:en-US:mozldap"
|
||||
chrome:localeVersion="1.5b"/>
|
||||
chrome:localeVersion="@MOZILLA_VERSION@"/>
|
||||
</RDF:RDF>
|
@ -11,7 +11,7 @@
|
||||
chrome:displayName="Mac-specific dl mgr files"
|
||||
chrome:author="mozilla.org"
|
||||
chrome:name="dlmgr"
|
||||
chrome:localeVersion="1.5b"
|
||||
chrome:localeVersion="@MOZILLA_VERSION@"
|
||||
chrome:skinVersion="1.5">
|
||||
</RDF:Description>
|
||||
|
@ -11,7 +11,7 @@
|
||||
chrome:displayName="Unix-specific dl mgr files"
|
||||
chrome:author="mozilla.org"
|
||||
chrome:name="dlmgr"
|
||||
chrome:localeVersion="1.5b"
|
||||
chrome:localeVersion="@MOZILLA_VERSION@"
|
||||
chrome:skinVersion="1.5">
|
||||
</RDF:Description>
|
||||
|
@ -11,7 +11,7 @@
|
||||
chrome:displayName="Win-specific dl mgr files"
|
||||
chrome:author="mozilla.org"
|
||||
chrome:name="dlmgr"
|
||||
chrome:localeVersion="1.5b"
|
||||
chrome:localeVersion="@MOZILLA_VERSION@"
|
||||
chrome:skinVersion="1.5">
|
||||
</RDF:Description>
|
||||
|
@ -22,5 +22,5 @@
|
||||
<!-- Version Information. State that we work only with major version of this
|
||||
package. -->
|
||||
<RDF:Description about="urn:mozilla:locale:en-US:communicator-platform"
|
||||
chrome:localeVersion="1.5b"/>
|
||||
chrome:localeVersion="@MOZILLA_VERSION@"/>
|
||||
</RDF:RDF>
|
@ -22,5 +22,5 @@
|
||||
<!-- Version Information. State that we work only with major version of this
|
||||
package. -->
|
||||
<RDF:Description about="urn:mozilla:locale:en-US:communicator-platform"
|
||||
chrome:localeVersion="1.5b"/>
|
||||
chrome:localeVersion="@MOZILLA_VERSION@"/>
|
||||
</RDF:RDF>
|
@ -22,5 +22,5 @@
|
||||
<!-- Version Information. State that we work only with major version of this
|
||||
package. -->
|
||||
<RDF:Description about="urn:mozilla:locale:en-US:communicator-platform"
|
||||
chrome:localeVersion="1.5b"/>
|
||||
chrome:localeVersion="@MOZILLA_VERSION@"/>
|
||||
</RDF:RDF>
|
@ -12,6 +12,6 @@
|
||||
chrome:displayName="Platform Specific"
|
||||
chrome:author="mozilla.org"
|
||||
chrome:name="global-platform"
|
||||
chrome:localeVersion="1.5b">
|
||||
chrome:localeVersion="@MOZILLA_VERSION@">
|
||||
</RDF:Description>
|
||||
</RDF:RDF>
|
@ -12,7 +12,7 @@
|
||||
chrome:displayName="US Regional Contents"
|
||||
chrome:author="mozilla.org"
|
||||
chrome:name="global-region"
|
||||
chrome:localeVersion="1.5b">
|
||||
chrome:localeVersion="@MOZILLA_VERSION@">
|
||||
</RDF:Description>
|
||||
|
||||
</RDF:RDF>
|
@ -12,7 +12,7 @@
|
||||
chrome:displayName="Toolkit"
|
||||
chrome:author="mozilla.org"
|
||||
chrome:name="global"
|
||||
chrome:localeVersion="1.5b"
|
||||
chrome:localeVersion="@MOZILLA_VERSION@"
|
||||
chrome:skinVersion="1.5">
|
||||
</RDF:Description>
|
||||
</RDF:RDF>
|
@ -1,4 +1,4 @@
|
||||
<!ENTITY lang.version "1.5b">
|
||||
<!ENTITY lang.version "@MOZILLA_VERSION@">
|
||||
<!ENTITY brandShortName "Mozilla">
|
||||
<!ENTITY vendorShortName "Mozilla">
|
||||
<!ENTITY sidebarName "Sidebar">
|
@ -13,7 +13,7 @@
|
||||
chrome:author="mozilla.org"
|
||||
chrome:name="US"
|
||||
chrome:localeType="region"
|
||||
chrome:localeVersion="1.5b"
|
||||
chrome:localeVersion="@MOZILLA_VERSION@"
|
||||
chrome:previewURL="http://www.mozilla.org/locales/US.gif">
|
||||
<chrome:packages>
|
||||
<RDF:Seq about="urn:mozilla:locale:US:packages">
|
||||
@ -25,5 +25,5 @@
|
||||
<!-- Version Information. State that we work only with major version of this
|
||||
package. -->
|
||||
<RDF:Description about="urn:mozilla:locale:US:global-region"
|
||||
chrome:localeVersion="1.5b"/>
|
||||
chrome:localeVersion="@MOZILLA_VERSION@"/>
|
||||
</RDF:RDF>
|
@ -12,7 +12,7 @@
|
||||
chrome:displayName="English(US)"
|
||||
chrome:author="mozilla.org"
|
||||
chrome:name="en-US"
|
||||
chrome:localeVersion="1.5b"
|
||||
chrome:localeVersion="@MOZILLA_VERSION@"
|
||||
chrome:previewURL="http://www.mozilla.org/locales/en-US.gif">
|
||||
<chrome:packages>
|
||||
<RDF:Seq about="urn:mozilla:locale:en-US:packages">
|
||||
@ -24,5 +24,5 @@
|
||||
<!-- Version Information. State that we work only with major version of this
|
||||
package. -->
|
||||
<RDF:Description about="urn:mozilla:locale:en-US:global"
|
||||
chrome:localeVersion="1.5b"/>
|
||||
chrome:localeVersion="@MOZILLA_VERSION@"/>
|
||||
</RDF:RDF>
|
@ -20,5 +20,5 @@
|
||||
<!-- 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.5b"/>
|
||||
chrome:localeVersion="@MOZILLA_VERSION@"/>
|
||||
</RDF:RDF>
|
@ -20,5 +20,5 @@
|
||||
<!-- 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.5b"/>
|
||||
chrome:localeVersion="@MOZILLA_VERSION@"/>
|
||||
</RDF:RDF>
|
@ -20,5 +20,5 @@
|
||||
<!-- 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.5b"/>
|
||||
chrome:localeVersion="@MOZILLA_VERSION@"/>
|
||||
</RDF:RDF>
|
@ -20,5 +20,5 @@
|
||||
<!-- 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.5b"/>
|
||||
chrome:localeVersion="@MOZILLA_VERSION@"/>
|
||||
</RDF:RDF>
|
Loading…
x
Reference in New Issue
Block a user