mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-06 00:55:37 +00:00
14 lines
491 B
XML
14 lines
491 B
XML
<?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#">
|
|
|
|
<RDF:Seq about="urn:mozilla:package:root">
|
|
<RDF:li resource="urn:mozilla:package:browser-region"/>
|
|
</RDF:Seq>
|
|
|
|
<!-- we need a dummy package so that browser-region works correctly -->
|
|
<RDF:Description about="urn:mozilla:package:browser-region"
|
|
chrome:name="browser-region"
|
|
chrome:localeVersion="0.9.9" />
|
|
</RDF:RDF>
|