mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
22 lines
725 B
XML
22 lines
725 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 packages being supplied by this jar -->
|
|
<RDF:Seq about="urn:mozilla:skin:root">
|
|
<RDF:li resource="urn:mozilla:skin:modern/1.0" />
|
|
</RDF:Seq>
|
|
|
|
<!-- skin information -->
|
|
<RDF:Description about="urn:mozilla:skin:modern/1.0"
|
|
chrome:displayName="Modern"
|
|
chrome:author="mozilla.org"
|
|
chrome:name="modern/1.0">
|
|
<chrome:packages>
|
|
<RDF:Seq about="urn:mozilla:skin:modern/1.0:packages">
|
|
<RDF:li resource="urn:mozilla:skin:modern/1.0:cview"/>
|
|
</RDF:Seq>
|
|
</chrome:packages>
|
|
</RDF:Description>
|
|
</RDF:RDF>
|