2001-02-20 02:03:24 +00:00
|
|
|
<?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:help"/>
|
|
|
|
</RDF:Seq>
|
|
|
|
|
|
|
|
<RDF:Description about="urn:mozilla:package:help"
|
|
|
|
chrome:displayName="Mozilla Help Viewer"
|
|
|
|
chrome:author="netscape.com"
|
2001-07-09 22:13:09 +00:00
|
|
|
chrome:name="help"
|
2003-10-18 17:54:07 +00:00
|
|
|
chrome:localeVersion="@MOZILLA_VERSION@">
|
2001-02-20 02:03:24 +00:00
|
|
|
</RDF:Description>
|
|
|
|
|
2001-03-27 15:30:28 +00:00
|
|
|
<!-- Declare overlay points used in this package -->
|
|
|
|
<RDF:Seq about="urn:mozilla:overlays">
|
|
|
|
<RDF:li resource="chrome://communicator/content/utilityOverlay.xul"/>
|
|
|
|
</RDF:Seq>
|
|
|
|
|
|
|
|
<!-- Define the local overlay file(s) for each overlay point -->
|
|
|
|
<RDF:Seq about="chrome://communicator/content/utilityOverlay.xul">
|
|
|
|
<RDF:li>chrome://help/content/helpMenuOverlay.xul</RDF:li>
|
|
|
|
</RDF:Seq>
|
|
|
|
|
2001-02-20 02:03:24 +00:00
|
|
|
</RDF:RDF>
|