fixes bug 251213 "ftp urls fail to load" r=biesi sr=bryner a=asa
git-svn-id: svn://10.0.0.236/trunk@159155 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
parent
b1c2cac44d
commit
2a7e48480c
18
mozilla/netwerk/resources/content/contents.rdf
Normal file
18
mozilla/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…
x
Reference in New Issue
Block a user