mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-10-31 22:25:30 +00:00
25 lines
819 B
XML
25 lines
819 B
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:modern/1.0" />
|
|
</RDF:Seq>
|
|
|
|
<!-- Modern Information -->
|
|
<RDF:Description about="urn:mozilla:skin:modern/1.0">
|
|
<chrome:packages>
|
|
<RDF:Seq about="urn:mozilla:skin:modern/1.0:packages">
|
|
<RDF:li resource="urn:mozilla:skin:modern/1.0:editor"/>
|
|
</RDF:Seq>
|
|
</chrome:packages>
|
|
</RDF:Description>
|
|
|
|
<!-- Version Information. State that we work only with major version 1 of this
|
|
package. -->
|
|
<RDF:Description about="urn:mozilla:skin:modern/1.0:editor"
|
|
chrome:skinVersion="1.2"/>
|
|
</RDF:RDF>
|