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:
scott%scott-macgregor.org 2003-11-03 04:58:43 +00:00
parent 96ade401ca
commit 22ac324aeb
6 changed files with 5 additions and 28 deletions

View 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>

View 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>

View 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>

View 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>

View 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>

View File

@ -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>