back out this change since it was superfluous and seems to have broken a lot of things

This commit is contained in:
ben%bengoodger.com 2004-06-07 06:00:52 +00:00
Родитель 0ed1962fcd
Коммит bf47610277
2 изменённых файлов: 3 добавлений и 8 удалений

Просмотреть файл

@ -881,7 +881,6 @@ browser/components/shell/public/Makefile
browser/installer/Makefile
browser/installer/unix/Makefile
browser/installer/windows/Makefile
browser/base/content/contents-region.rdf
"
MAKEFILES_xulapp="

Просмотреть файл

@ -2,16 +2,12 @@
<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:browser-region"/>
</RDF:Seq>
<!-- package information -->
<!-- we need a dummy package so that browser-region works correctly -->
<RDF:Description about="urn:mozilla:package:browser-region"
chrome:displayName="US Regional Contents"
chrome:author="mozilla.org"
chrome:name="browser-region"
chrome:localeVersion="@MOZILLA_REGION_VERSION@"/>
chrome:name="browser-region"
chrome:localeVersion="0.9.9" />
</RDF:RDF>