mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
24 lines
725 B
Plaintext
24 lines
725 B
Plaintext
|
<?xml version="1.0"?>
|
||
|
|
||
|
<RDF xmlns="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
|
||
|
xmlns:em="http://www.mozilla.org/2004/em-rdf#">
|
||
|
<Description about="urn:mozilla:install-manifest">
|
||
|
<em:id>mochikit@mozilla.org</em:id>
|
||
|
<em:version>1.0</em:version>
|
||
|
<em:targetApplication>
|
||
|
<Description>
|
||
|
<em:id>toolkit@mozilla.org</em:id>
|
||
|
#expand <em:minVersion>__MOZILLA_VERSION_U__</em:minVersion>
|
||
|
#expand <em:maxVersion>__MOZILLA_VERSION_U__</em:maxVersion>
|
||
|
</Description>
|
||
|
</em:targetApplication>
|
||
|
<!-- Front End MetaData -->
|
||
|
<em:name>Mochitest</em:name>
|
||
|
<em:description>Mochikit test harness</em:description>
|
||
|
<em:creator>Joel Maher</em:creator>
|
||
|
</Description>
|
||
|
</RDF>
|
||
|
|
||
|
|
||
|
|