gecko-dev/themes/blue/manifest.rdf
2000-09-19 22:41:53 +00:00

29 lines
1.1 KiB
XML

<?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 skins being supplied by this theme -->
<RDF:Seq about="urn:mozilla:skin:root">
<RDF:li resource="urn:mozilla:skin:blue/1.0" />
</RDF:Seq>
<!-- Blue Information -->
<RDF:Description about="urn:mozilla:skin:blue/1.0"
chrome:displayName="Blue"
chrome:author="mozilla.org"
chrome:description="A theme for all Communicator components designed to visually integrate with Netscape Netcenter."
chrome:name="blue/1.0"
chrome:image="jar:resource:///chrome/skins/blue.jar!/preview.gif">
<chrome:packages>
<RDF:Seq about="urn:mozilla:skin:blue/1.0:packages">
<RDF:li resource="urn:mozilla:skin:blue/1.0:communicator"/>
<RDF:li resource="urn:mozilla:skin:blue/1.0:editor"/>
<RDF:li resource="urn:mozilla:skin:blue/1.0:global"/>
<RDF:li resource="urn:mozilla:skin:blue/1.0:messenger"/>
<RDF:li resource="urn:mozilla:skin:blue/1.0:navigator"/>
</RDF:Seq>
</chrome:packages>
</RDF:Description>
</RDF:RDF>