mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-01-19 09:30:44 +00:00
Bug #222783: Leverage the pre-processor to automatically generate the correct locale version so we don't have to change
each thunderbird .rdf file.
This commit is contained in:
parent
96ade401ca
commit
22ac324aeb
2
mail/base/content/contents.rdf → mail/base/content/contents.rdf.in
Normal file → Executable file
2
mail/base/content/contents.rdf → mail/base/content/contents.rdf.in
Normal file → Executable file
@ -13,7 +13,7 @@
|
||||
chrome:displayName="Messenger"
|
||||
chrome:author="mozilla.org"
|
||||
chrome:name="messenger"
|
||||
chrome:localeVersion="1.6a"
|
||||
chrome:localeVersion="@MOZILLA_VERSION@"
|
||||
chrome:skinVersion="1.5">
|
||||
</RDF:Description>
|
||||
|
2
mail/base/content/help.rdf → mail/base/content/help.rdf.in
Normal file → Executable file
2
mail/base/content/help.rdf → mail/base/content/help.rdf.in
Normal file → Executable file
@ -10,6 +10,6 @@
|
||||
chrome:displayName="Mozilla Help Viewer"
|
||||
chrome:author="netscape.com"
|
||||
chrome:name="help"
|
||||
chrome:localeVersion="1.6a">
|
||||
chrome:localeVersion="@MOZILLA_VERSION@">
|
||||
</RDF:Description>
|
||||
</RDF:RDF>
|
2
mail/base/content/messenger-views.rdf → mail/base/content/messenger-views.rdf.in
Normal file → Executable file
2
mail/base/content/messenger-views.rdf → mail/base/content/messenger-views.rdf.in
Normal file → Executable file
@ -10,7 +10,7 @@
|
||||
chrome:displayName="Messenger"
|
||||
chrome:author="mozilla.org"
|
||||
chrome:name="messenger-views"
|
||||
chrome:localeVersion="1.6a"
|
||||
chrome:localeVersion="@MOZILLA_VERSION@"
|
||||
chrome:skinVersion="1.5">
|
||||
</RDF:Description>
|
||||
</RDF:RDF>
|
2
mail/base/content/navigator.rdf → mail/base/content/navigator.rdf.in
Normal file → Executable file
2
mail/base/content/navigator.rdf → mail/base/content/navigator.rdf.in
Normal file → Executable file
@ -12,7 +12,7 @@
|
||||
chrome:displayName="Navigator"
|
||||
chrome:author="mozilla.org"
|
||||
chrome:name="navigator"
|
||||
chrome:localeVersion="1.6a"
|
||||
chrome:localeVersion="@MOZILLA_VERSION@"
|
||||
chrome:skinVersion="1.5">
|
||||
</RDF:Description>
|
||||
|
2
mail/extensions/offline/content/contents.rdf → mail/extensions/offline/content/contents.rdf.in
Normal file → Executable file
2
mail/extensions/offline/content/contents.rdf → mail/extensions/offline/content/contents.rdf.in
Normal file → Executable file
@ -17,7 +17,7 @@
|
||||
chrome:description="This extension adds offline support to Mozilla Thunderbird."
|
||||
chrome:extension="true"
|
||||
chrome:settingsURL="chrome://messenger-offline/content/pref-offline.xul"
|
||||
chrome:localeVersion="1.6a"
|
||||
chrome:localeVersion="@MOZILLA_VERSION@"
|
||||
chrome:skinVersion="1.5">
|
||||
</RDF:Description>
|
||||
|
@ -1,23 +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 skins 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:packages>
|
||||
<RDF:Seq about="urn:mozilla:locale:en-US:packages">
|
||||
<RDF:li resource="urn:mozilla:locale:en-US:messenger-offline"/>
|
||||
</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:messenger-offline"
|
||||
chrome:localeVersion="1.6a"/>
|
||||
</RDF:RDF>
|
Loading…
x
Reference in New Issue
Block a user