mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-29 15:52:07 +00:00
fixes bug 251213 "ftp urls fail to load" r=biesi sr=bryner a=asa
This commit is contained in:
parent
6cfb2bb1a3
commit
13090b4e19
18
netwerk/resources/content/contents.rdf
Normal file
18
netwerk/resources/content/contents.rdf
Normal file
@ -0,0 +1,18 @@
|
||||
<?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 -->
|
||||
<RDF:Seq about="urn:mozilla:package:root">
|
||||
<RDF:li resource="urn:mozilla:package:necko"/>
|
||||
</RDF:Seq>
|
||||
|
||||
<!-- package information -->
|
||||
<RDF:Description about="urn:mozilla:package:necko"
|
||||
chrome:displayName="Necko"
|
||||
chrome:author="mozilla.org"
|
||||
chrome:name="necko"
|
||||
#expand chrome:localeVersion="__MOZILLA_LOCALE_VERSION__">
|
||||
</RDF:Description>
|
||||
|
||||
</RDF:RDF>
|
@ -1,3 +1,6 @@
|
||||
comm.jar:
|
||||
* content/necko/contents.rdf (content/contents.rdf)
|
||||
|
||||
en-US.jar:
|
||||
* locale/en-US/necko/contents.rdf (locale/en-US/contents.rdf)
|
||||
locale/en-US/necko/necko.properties (locale/en-US/necko.properties)
|
||||
|
Loading…
Reference in New Issue
Block a user