mirror of
https://github.com/rn10950/RetroZilla.git
synced 2024-11-13 11:10:13 +01:00
30 lines
1014 B
Plaintext
30 lines
1014 B
Plaintext
|
<?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:package:root">
|
||
|
<RDF:li resource="urn:mozilla:package:messenger-views"/>
|
||
|
</RDF:Seq>
|
||
|
|
||
|
<!-- package information -->
|
||
|
<RDF:Description about="urn:mozilla:package:messenger-views"
|
||
|
chrome:displayName="Messenger"
|
||
|
chrome:author="mozilla.org"
|
||
|
chrome:name="messenger-views"
|
||
|
#expand chrome:localeVersion="__MOZILLA_LOCALE_VERSION__"
|
||
|
#expand chrome:skinVersion="__MOZILLA_SKIN_VERSION__">
|
||
|
</RDF:Description>
|
||
|
|
||
|
<!-- overlay information -->
|
||
|
<RDF:Seq about="urn:mozilla:overlays">
|
||
|
<RDF:li resource="chrome://messenger/content/mailWindowOverlay.xul"/>
|
||
|
</RDF:Seq>
|
||
|
|
||
|
<RDF:Seq about="chrome://messenger/content/mailWindowOverlay.xul">
|
||
|
<RDF:li>chrome://messenger/content/msgViewPickerOverlay.xul</RDF:li>
|
||
|
</RDF:Seq>
|
||
|
|
||
|
</RDF:RDF>
|