mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
14 lines
453 B
XML
14 lines
453 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:package:root">
|
|
<RDF:li resource="urn:mozilla:package:branding"/>
|
|
</RDF:Seq>
|
|
|
|
<!-- package information -->
|
|
<RDF:Description about="urn:mozilla:package:branding"
|
|
chrome:name="branding" />
|
|
</RDF:RDF>
|