diff options
author | marcus <marcus@FreeBSD.org> | 2004-06-20 06:55:07 +0000 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2004-06-20 06:55:07 +0000 |
commit | fe8ce24947795b1fa9de959d49250679123b19d3 (patch) | |
tree | e3b9e1ab53430deb8c3e562f423997f051dea509 /www/flock/files | |
parent | 0eaf05d94931c98858683b98a505ec34f0108cab (diff) | |
download | FreeBSD-ports-fe8ce24947795b1fa9de959d49250679123b19d3.zip FreeBSD-ports-fe8ce24947795b1fa9de959d49250679123b19d3.tar.gz |
Add a post-rendered Extensions.rdf so that the default theme and extension
shows up.
Tested by: Tom McLaughlin <tmclaugh@sdf.lonestar.org>
Diffstat (limited to 'www/flock/files')
-rw-r--r-- | www/flock/files/Extensions.rdf | 37 |
1 files changed, 37 insertions, 0 deletions
diff --git a/www/flock/files/Extensions.rdf b/www/flock/files/Extensions.rdf new file mode 100644 index 0000000..93e1e38 --- /dev/null +++ b/www/flock/files/Extensions.rdf @@ -0,0 +1,37 @@ +<?xml version="1.0"?> +<RDF:RDF xmlns:em="http://www.mozilla.org/2004/em-rdf#" + xmlns:NC="http://home.netscape.com/NC-rdf#" + xmlns:RDF="http://www.w3.org/1999/02/22-rdf-syntax-ns#"> + <RDF:Description RDF:about="urn:mozilla:extension:{641d8d09-7dda-4850-8228-ac0ab65e2ac9}" + em:version="1.0" + em:name="DOM Inspector" + em:description="A powerful tool for viewing and manipulating documents." + em:creator="Joe Hewitt" + em:locked="true"> + <em:targetApplication RDF:resource="rdf:#$BfYhZ3"/> + </RDF:Description> + <RDF:Description RDF:about="rdf:#$BfYhZ3" + em:id="{ec8030f7-c20a-464f-9b0e-13a3a9e97384}" + em:minVersion="0.9" + em:maxVersion="0.9" /> + <RDF:Description RDF:about="rdf:#$pfYhZ3" + em:id="{ec8030f7-c20a-464f-9b0e-13a3a9e97384}" + em:minVersion="0.9" + em:maxVersion="0.9" /> + <RDF:Description RDF:about="urn:mozilla:theme:{972ce4c6-7e08-4474-a285-3208198ce6fd}" + em:version="2.0" + em:name="Firefox (default)" + em:description="The default theme" + em:creator="Gerich and Horlander" + em:internalName="classic/1.0" + em:locked="true" + em:contributor="Mozilla Contributors"> + <em:targetApplication RDF:resource="rdf:#$pfYhZ3"/> + </RDF:Description> + <RDF:Seq RDF:about="urn:mozilla:theme:root"> + <RDF:li RDF:resource="urn:mozilla:theme:{972ce4c6-7e08-4474-a285-3208198ce6fd}"/> + </RDF:Seq> + <RDF:Seq RDF:about="urn:mozilla:extension:root"> + <RDF:li RDF:resource="urn:mozilla:extension:{641d8d09-7dda-4850-8228-ac0ab65e2ac9}"/> + </RDF:Seq> +</RDF:RDF> |