This should fix some run time errors about missing entities. git-svn-id: svn://10.0.0.236/trunk@143437 18797224-902f-48f8-a5cc-f745e15eee43
16 lines
492 B
XML
16 lines
492 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:help"/>
|
|
</RDF:Seq>
|
|
|
|
<RDF:Description about="urn:mozilla:package:help"
|
|
chrome:displayName="Mozilla Help Viewer"
|
|
chrome:author="netscape.com"
|
|
chrome:name="help"
|
|
chrome:localeVersion="1.5a">
|
|
</RDF:Description>
|
|
</RDF:RDF>
|