diff options
author | martin <martin> | 2000-10-14 09:28:07 +0000 |
---|---|---|
committer | martin <martin> | 2000-10-14 09:28:07 +0000 |
commit | 344e0f1400b73e5082d555c7e700daefe6c86e1a (patch) | |
tree | 815b52646efb0a5d80508eb42c83fbf0f27e60fd | |
parent | c5874bd8dceb95ac8b3c7d5d7b7cbe9bd5189c1e (diff) | |
download | pkgsrc-344e0f1400b73e5082d555c7e700daefe6c86e1a.tar.gz |
Uppps, forgot to add those before last commit
-rw-r--r-- | www/mozilla/files/user-locales.rdf | 16 | ||||
-rw-r--r-- | www/mozilla/files/user-skins.rdf | 13 |
2 files changed, 29 insertions, 0 deletions
diff --git a/www/mozilla/files/user-locales.rdf b/www/mozilla/files/user-locales.rdf new file mode 100644 index 00000000000..8e15da32fed --- /dev/null +++ b/www/mozilla/files/user-locales.rdf @@ -0,0 +1,16 @@ +<?xml version="1.0"?> +<RDF:RDF + xmlns:RDF="http://www.w3.org/1999/02/22-rdf-syntax-ns#"> + <RDF:Description about="urn:mozilla:package:navigator"> + <NS13:selectedLocale xmlns:NS13="http://www.mozilla.org/rdf/chrome#" resource="urn:mozilla:locale:en-US:navigator"/> + </RDF:Description> + <RDF:Description about="urn:mozilla:package:global"> + <NS14:selectedLocale xmlns:NS14="http://www.mozilla.org/rdf/chrome#" resource="urn:mozilla:locale:en-US:global"/> + </RDF:Description> + <RDF:Description about="urn:mozilla:package:messenger"> + <NS15:selectedLocale xmlns:NS15="http://www.mozilla.org/rdf/chrome#" resource="urn:mozilla:locale:en-US:messenger"/> + </RDF:Description> + <RDF:Description about="urn:mozilla:package:communicator"> + <NS16:selectedLocale xmlns:NS16="http://www.mozilla.org/rdf/chrome#" resource="urn:mozilla:locale:en-US:communicator"/> + </RDF:Description> +</RDF:RDF> diff --git a/www/mozilla/files/user-skins.rdf b/www/mozilla/files/user-skins.rdf new file mode 100644 index 00000000000..62b0f8d2e09 --- /dev/null +++ b/www/mozilla/files/user-skins.rdf @@ -0,0 +1,13 @@ +<?xml version="1.0"?> +<RDF:RDF + xmlns:RDF="http://www.w3.org/1999/02/22-rdf-syntax-ns#"> + <RDF:Description about="urn:mozilla:package:navigator"> + <NS7:selectedSkin xmlns:NS7="http://www.mozilla.org/rdf/chrome#" resource="urn:mozilla:skin:classic/1.0:navigator"/> + </RDF:Description> + <RDF:Description about="urn:mozilla:package:global"> + <NS8:selectedSkin xmlns:NS8="http://www.mozilla.org/rdf/chrome#" resource="urn:mozilla:skin:classic/1.0:global"/> + </RDF:Description> + <RDF:Description about="urn:mozilla:package:communicator"> + <NS9:selectedSkin xmlns:NS9="http://www.mozilla.org/rdf/chrome#" resource="urn:mozilla:skin:classic/1.0:communicator"/> + </RDF:Description> +</RDF:RDF> |