mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
19 lines
640 B
Plaintext
19 lines
640 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>test_bug463819_4@tests.mozilla.org</em:id>
|
||
|
<em:version>1</em:version>
|
||
|
<em:targetApplication>
|
||
|
<Description>
|
||
|
<em:id>xpcshell@tests.mozilla.org</em:id>
|
||
|
<em:minVersion>1</em:minVersion>
|
||
|
<em:maxVersion>2</em:maxVersion>
|
||
|
</Description>
|
||
|
</em:targetApplication>
|
||
|
<em:name>Test for Bug 463819</em:name>
|
||
|
<em:updateURL>http://localhost:4444/test_bug463819.rdf</em:updateURL>
|
||
|
</Description>
|
||
|
</RDF>
|